Description
An issue in the redirect parameter in Milk admin <=0.9.8 allows remote attackers to redirect users to arbitrary external URLs via a crafted request.
Published: 2026-07-27
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An open redirect vulnerability exists in the redirect parameter of Milk admin version 0.9.8 and earlier, allowing a remote attacker to craft a request that forces user browsers to navigate to any external site. This flaw can be leveraged to deliver phishing pages or malicious content, compromising user trust and potentially leading to credential theft or further attacks. The weakness is rooted in improper validation of redirect targets, classified under CWE‑601.

Affected Systems

Milk admin, versions 0.9.8 and below are affected. No other vendors or products are listed as impacted.

Risk and Exploitability

The vulnerability is remotely exploitable via a crafted HTTP request that includes a redirect parameter pointing to an external URL. The CVSS score is 4.9, indicating low-to-medium severity, while the EPSS score is <1%, reflecting a very low exploitation probability. The vulnerability is not listed in CISA KEV. The attack requires the victim to visit the vulnerable application, making it a classic open‑redirect that can be widely triggered through malicious link insertion or email redirects. Prioritizing remediation is advisable given the risk of user confusion and phishing.

Generated by OpenCVE AI on August 3, 2026 at 18:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Milk admin to a version newer than 0.9.8 when available.
  • If upgrading is not immediately possible, modify the redirect handling to only accept URLs that resolve to the same domain or a short, predefined whitelist of trusted domains.
  • Implement server‑side validation to reject redirects that contain external protocols such as http://, https://, or mailto: unless explicitly allowed.
  • Disable or remove the open redirect functionality entirely if it is not required for legitimate workflow.

Generated by OpenCVE AI on August 3, 2026 at 18:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Title Milk Admin Open Redirect Vulnerability Allowing Arbitrary External URL Redirection

Thu, 30 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Giuliopanda
Giuliopanda milk Admin
Vendors & Products Giuliopanda
Giuliopanda milk Admin

Tue, 28 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 4.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Title Milk Admin Open Redirect Vulnerability Allowing Arbitrary External URL Redirection
Weaknesses CWE-601

Mon, 27 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
Description An issue in the redirect parameter in Milk admin <=0.9.8 allows remote attackers to redirect users to arbitrary external URLs via a crafted request.
References

Subscriptions

Giuliopanda Milk Admin
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-28T16:03:30.459Z

Reserved: 2026-06-08T00:00:00.000Z

Link: CVE-2026-51564

cve-icon Vulnrichment

Updated: 2026-07-28T16:03:26.028Z

cve-icon NVD

Status : Deferred

Published: 2026-07-27T22:17:30.810

Modified: 2026-07-28T16:23:19.783

Link: CVE-2026-51564

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T18:15:04Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')