CVE-2023-6015
published 2023-11-16CVE-2023-6015: MLflow allowed arbitrary files to be PUT onto the server.
PriorityP350high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EPSS
4.41%
90.1th percentile
MLflow allowed arbitrary files to be PUT onto the server.
Affected
6 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| lfprojects | mlflow | < 2.8.1 | 2.8.1 |
| lfprojects | mlflow | >= 0 < 2.8.1 | 2.8.1 |
| mlflow | mlflow_mlflow | unspecified – latest | — |
| moment | luxon | >= 1.0.0 < 1.28.1 | 1.28.1 |
| moment | luxon | >= 2.0.0 < 2.5.2 | 2.5.2 |
| moment | luxon | >= 3.0.0 < 3.2.1 | 3.2.1 |
CVSS provenance
nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv3.010.0CRITICALCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
MLflow allowed arbitrary files to be PUT onto the server
osv·2023-11-16
CVE-2023-6015 [CRITICAL] MLflow allowed arbitrary files to be PUT onto the server
MLflow allowed arbitrary files to be PUT onto the server
MLflow allowed arbitrary files to be PUT onto the server.
GHSA
MLflow allowed arbitrary files to be PUT onto the server
ghsa·2023-11-16
CVE-2023-6015 [CRITICAL] CWE-22 MLflow allowed arbitrary files to be PUT onto the server
MLflow allowed arbitrary files to be PUT onto the server
MLflow allowed arbitrary files to be PUT onto the server.
GHSA
Luxon Inefficient Regular Expression Complexity vulnerability
ghsa·2023-01-09
CVE-2023-22467 [HIGH] CWE-1333 Luxon Inefficient Regular Expression Complexity vulnerability
Luxon Inefficient Regular Expression Complexity vulnerability
# Impact
Luxon's `DateTime.fromRFC2822() has quadratic (N^2) complexity on some specific inputs. This causes a noticeable slowdown for inputs with lengths above 10k characters. Users providing untrusted data to this method are therefore vulnerable to (Re)DoS attacks.
This is the same bug as Moment's https://github.com/moment/moment/security/advisories/GHSA-wc69-rhjr-hc9g
# Workarounds
Limit the length of the input.
# References
There is an excellent writeup of the same issue in Moment: https://github.com/moment/moment/pull/6015#issuecomment-1152961973
# Details
`DateTime.fromRFC2822("(".repeat(500000))` takes a couple minutes to complete.
No detection rules found.
No public exploits indexed.
2023-11-16
Published