Cyber Resilience

CVE-2026-13484

LowPublic PoC

Published: 28 June 2026

Published
28 June 2026
Modified
01 July 2026
KEV Added
Patch
CVSS Score v4 1.3 CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0026 17.7th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2026-13484 is a low-severity Missing Authorization (CWE-862) vulnerability in Lfprojects Mlflow. Its CVSS base score is 1.3 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability has been found in MLflow up to 4666cffc7912ea606d592fc38d6a75e2935f65e7. The impacted element is an unknown function of the component Experiment-scoped Label Schema CRUD API. Such manipulation leads to missing authorization. It is possible to launch the attack remotely. A…

more

high complexity level is associated with this attack. The exploitability is regarded as difficult. The exploit has been disclosed to the public and may be used. A reply to the GitHub issue explains, that "[t]he labeling schema PR has not been merged yet. The auth handlers will be added before the release."

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Missing authorization in remotely accessible MLflow API component directly enables exploitation of a public-facing application.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

Affected Assets

lfprojects
mlflow
≤ 2026-05-26

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-862 CWE-863

Requiring an access control policy ensures authorization checks are defined and applied for critical functions.

addresses: CWE-862 CWE-863

Reviews of access controls detect missing authorization checks on critical functions or resources.

addresses: CWE-862 CWE-863

Requiring attribute association with information prevents authorization from being performed without necessary security or privacy context.

addresses: CWE-862 CWE-863

Mandating authorization prior to allowing remote connections addresses missing authorization for remote access.

addresses: CWE-862 CWE-863

Mandating authorization before wireless connections are allowed prevents missing authorization for wireless access.

addresses: CWE-862 CWE-863

The control requires authorization before allowing mobile device connections, directly mitigating missing authorization for system access.

addresses: CWE-862 CWE-863

Requiring approvals for account creation and specifying authorizations ensures authorization is not missing for system access.

addresses: CWE-862 CWE-863

Mandates authorization checks before permitting access or data processing via external systems.

Hardening callouts derived

Configuration rules from DISA STIG baselines that reduce the attack surface for weaknesses of the type cited by this CVE. Derived transitively via CVE→CWE→STIG over `controls_xwalks` (authoritative rows only).

Oracle Linux 8 (4 rules)
  • V-248581 OL 8 must require users to provide a password for privilege escalation. via CWE-863
  • V-252656 The OL 8 operating system must not be configured to bypass password requirements for privilege escalation. via CWE-863
  • V-248581 OL 8 must require users to provide a password for privilege escalation. via CWE-862
RHEL 7 (4 rules)
  • V-251704 The Red Hat Enterprise Linux operating system must not be configured to bypass password requirements for privilege escalation. via CWE-862
  • V-204429 The Red Hat Enterprise Linux operating system must be configured so that users must provide a password for privilege escalation. via CWE-862
  • V-204430 The Red Hat Enterprise Linux operating system must be configured so that users must re-authenticate for privilege escalation. via CWE-863
RHEL 8 (2 rules)
  • V-251712 The RHEL 8 operating system must not be configured to bypass password requirements for privilege escalation. via CWE-862
  • V-251712 The RHEL 8 operating system must not be configured to bypass password requirements for privilege escalation. via CWE-863

References