CVE-2026-86178
Received Received - Intake

Pixelfed Story Media Exposure via Follower Check Bypass

Vulnerability report for CVE-2026-86178, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-05

Last updated on: 2026-09-05

Assigner: VulnCheck

Description

Pixelfed through 0.12.9 fails to validate follower status in StoryComposeController react and comment endpoints, allowing authenticated users to access follower-only stories. Attackers can enumerate sequential story IDs and submit reactions or comments to retrieve story media URLs and author information without following the account.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-05
Last Modified
2026-09-05
Generated
2026-09-05
AI Q&A
2026-09-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
pixelfed pixelfed to 0.12.9 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-86178 is a missing authorization vulnerability in Pixelfed through version 0.12.9. It affects the StoryComposeController react and comment endpoints, allowing authenticated users to access follower-only stories without proper checks. Attackers can enumerate sequential story IDs and submit reactions or comments to retrieve story media URLs and author information without following the account.

Detection Guidance

To detect this vulnerability, monitor API requests to Pixelfed's story endpoints for unauthorized reactions or comments. Check logs for sequential story ID enumeration attempts or requests to /api/v1/stories/{id}/react or /api/v1/stories/{id}/comment without proper authorization headers. Use network traffic analysis tools like Wireshark or tcpdump to inspect HTTP POST requests to these endpoints.

Impact Analysis

This vulnerability allows attackers to view private stories, obtain media URLs, and force unsolicited notifications to victims. It can lead to privacy violations, unauthorized access to sensitive data, and potential harassment through forced notifications. Low-privilege attackers can perform unauthorized actions and leak information.

Compliance Impact

This vulnerability could violate GDPR by exposing private user data without consent and HIPAA by potentially leaking sensitive health-related media. It undermines data protection requirements for confidentiality and access controls, risking non-compliance with privacy regulations.

Mitigation Strategies

Immediately update Pixelfed to the latest version beyond 0.12.9. Implement strict authorization checks in StoryComposeController to verify follower status before allowing reactions or comments. Add input validation to prevent sequential ID enumeration and restrict API access to authenticated users only. Review logs for past unauthorized access attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-86178. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart