CVE-2026-51565
Received Received - Intake

XSS in Milk Admin via action Parameter

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

Publication date: 2026-07-27

Last updated on: 2026-07-27

Assigner: MITRE

Description

Cross-site scripting (XSS) vulnerability in Modules/Docs/DocsController.php in Milk admin <=0.9.8 allows remote attackers to inject arbitrary web script or HTML via the action parameter in a crafted request

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-27
Last Modified
2026-07-27
Generated
2026-07-28
AI Q&A
2026-07-28
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
milk admin 0.9.8

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a cross-site scripting (XSS) vulnerability in Milk admin version 0.9.8 or earlier. It allows remote attackers to inject malicious scripts into web pages viewed by users by exploiting the 'action' parameter in a crafted request to DocsController.php.

Detection Guidance

To detect this XSS vulnerability in Milk admin <=0.9.8, inspect the DocsController.php file for improper handling of the action parameter. Check web server logs for requests containing suspicious input in the action parameter. Manually test by sending crafted requests with script tags in the action parameter to see if they are reflected without sanitization.

Impact Analysis

An attacker could exploit this to steal user sessions, deface websites, or redirect users to malicious sites. Users with admin privileges are at higher risk as the injected scripts could perform actions on their behalf.

Compliance Impact

This XSS vulnerability could lead to unauthorized data access or modification, violating GDPR's data protection requirements and HIPAA's security rules for protected health information. It may result in non-compliance penalties.

Mitigation Strategies

Immediately upgrade Milk admin to a version later than 0.9.8 if available. If no patch exists, apply input validation to sanitize the action parameter in DocsController.php. Implement output encoding when displaying user-supplied data. Consider disabling the affected module if not required.

Chat Assistant

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

EPSS Chart