CVE-2024-33120: Roothub v2.5 was discovered to contain an arbitrary file upload vulnerability via the customPath parameter...
Roothub v2.5 was discovered to contain an arbitrary file upload vulnerability via the customPath parameter in the upload() function. This vulnerability allows attackers to execute arbitrary code via a crafted JSP file.
Security readout for executives and security teams
Plain-English summary
Roothub v2.5 has a critical file upload flaw. An unauthenticated network attacker could upload a crafted JSP file and potentially run code on the server.
Executive priority
Treat as urgent for any confirmed Roothub v2.5 deployment. Prioritize internet-facing systems because successful exploitation could give attackers server-level code execution.
Technical view
The CVE describes CWE-434 in Roothub v2.5: the upload() function accepts attacker-controlled customPath input, enabling arbitrary file upload and code execution through a crafted JSP file.
Likely exposure
Exposure is limited to confirmed Roothub v2.5 deployments. Broader inventory matching is difficult because the CVE record lists vendor, product, CPE, and affected versions as n/a.
Exploitation context
The bundle does not show CISA KEV listing or other evidence of active exploitation. The issue is still high risk because it is network-accessible, unauthenticated, low complexity, and enables code execution.
Researcher notes
Evidence is sparse. The bundle provides a CVE record and a GitHub reference, but no vendor advisory, patch details, CPE mapping, or confirmed exploitation signal.
Mitigation direction
Identify any Roothub v2.5 deployments, especially internet-facing instances.
Check the Roothub project or maintainer guidance for patches or configuration mitigations.
Restrict public access to upload functionality until remediation is confirmed.
Monitor servers for unexpected JSP files or unusual upload activity.
Apply least-privilege permissions to web upload directories.
Validation and detection
Confirm whether Roothub v2.5 is present in asset inventory.
Review application routes and code for upload() handling of customPath.
Check web roots and upload directories for unexpected executable files.
Review logs for suspicious upload requests and path manipulation attempts.
Verify any vendor or maintainer fix has been applied.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-434: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
2ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-434 · source CWE mapping
Unrestricted Upload of File with Dangerous Type
Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.