CVE-2026-77884
Received Received - Intake

Unauthenticated Local HTTP Server in Gallery Private Photo Vault

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

Publication date: 2026-09-14

Last updated on: 2026-09-14

Assigner: Fluid Attacks

Description

Gallery - Private Photo Vault 1.0.41 starts an unauthenticated HTTP server that is reachable from the local network. The server listens on TCP port 8080 and serves files and directory listings from Android external storage.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-552 The product makes files or directories accessible to unauthorized actors, even though they should not be.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Gallery - Private Photo Vault 1.0.41 has a flaw where it starts an unauthenticated HTTP server on TCP port 8080. This server is accessible from the local network and can serve files and directory listings from the Android device's external storage without requiring any user authentication.

Detection Guidance

Check if the device is running an unauthenticated HTTP server on TCP port 8080. Use commands like 'netstat -tuln | grep 8080' or 'ss -tuln | grep 8080' to verify if port 8080 is listening. Alternatively, scan the local network for devices with port 8080 open using 'nmap -p 8080 <network-range>'.

Impact Analysis

This vulnerability allows unauthorized users on the same local network to access files stored on your Android device's external storage. Attackers could view, download, or manipulate sensitive data without your knowledge.

Compliance Impact

This vulnerability could lead to unauthorized data exposure, violating privacy requirements under GDPR and HIPAA. It risks non-compliance due to potential data breaches and lack of access controls.

Mitigation Strategies

Disable the HTTP server if possible or restrict access to trusted networks. Update the application to a patched version if available. Block port 8080 at the firewall level to prevent unauthorized access.

Chat Assistant

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

EPSS Chart