CVE-2013-0248
low
CVSS v3
—
CVSS v2
3.3
VIR risk
3.3
Description
The default configuration of javax.servlet.context.tempdir in Apache Commons FileUpload 1.0 through 1.2.2 uses the /tmp directory for uploaded files, which allows local users to overwrite arbitrary files via an unspecified symlink attack.
Predictions
Exploit likelihood
20%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2013-0248
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 1.3-1 |
| debian | bullseye | fixed | 1.3-1 |
| debian | forky | fixed | 1.3-1 |
| debian | sid | fixed | 1.3-1 |
| debian | trixie | fixed | 1.3-1 |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Maven | commons-fileupload:commons-fileupload | >=1.0,<1.2.2 | 1.2.2 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| apache | commons_fileupload | 1.0 | |
| apache | commons_fileupload | 1.1 | |
| apache | commons_fileupload | 1.1.1 | |
| apache | commons_fileupload | 1.2 | |
| apache | commons_fileupload | 1.2.1 | |
| apache | commons_fileupload | 1.2.2 | |
References
- http://archives.neohapsis.com/archives/bugtraq/2013-03/0035.html
- http://marc.info/?l=bugtraq&m=144050155601375&w=2
- http://www.oracle.com/technetwork/security-advisory/cpuoct2017-3236626.html
- http://www.osvdb.org/90906
- http://www.securityfocus.com/bid/58326
- https://security.gentoo.org/glsa/202107-39
- https://nvd.nist.gov/vuln/detail/CVE-2013-0248
- https://security-tracker.debian.org/tracker/CVE-2013-0248
CWEs
CWE-264
Verify integrity in audit chain (admin only). AS-IS.