CVE-2026-15141
Received Received - Intake

HTTP Referer Header Validation Bypass in Device Web Interface

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

Publication date: 2026-08-12

Last updated on: 2026-08-12

Assigner: TPLink

Description

The web interface of the affected device relies on the HTTP referrer header as part of request validation.  Requests containing empty Referer value, or omitting the Referer header entirely, may be accepted and processed due to insufficient validation logic. Successful exploitation may allow an adjacent attacker with access to the web management interface to obtain device configuration details and other sensitive information.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-12
Last Modified
2026-08-12
Generated
2026-08-13
AI Q&A
2026-08-13
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-346 The product does not properly verify that the source of data or communication is valid.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability involves the web interface of an affected device relying on the HTTP referrer header for request validation. If the referrer header is empty or missing, the device may still accept and process the request due to weak validation logic.

Detection Guidance

Check if the web interface accepts requests with missing or empty Referer headers. Use tools like curl to send requests without the Referer header and inspect responses for sensitive data exposure. Example: curl -H 'Referer:' http://<device-ip>

Monitor network traffic for unusual requests to the web management interface. Look for patterns where the Referer header is omitted or empty.

Impact Analysis

An attacker with access to the web management interface could exploit this to obtain sensitive device configuration details and other confidential information.

Mitigation Strategies

Disable or restrict access to the web management interface from untrusted networks. Implement network segmentation to limit exposure.

Update the device firmware to a patched version if available. Contact the vendor for security updates addressing this issue.

Enable strict validation for the Referer header on the web interface. Configure the server to reject requests with missing or empty Referer headers.

Chat Assistant

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

EPSS Chart