CVE-2026-24897
BaseFortify
Publication date: 2026-01-28
Last updated on: 2026-02-09
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| erugo | erugo | to 0.2.14 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-434 | The product allows the upload or transfer of dangerous file types that are automatically processed within its environment. |
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in Erugo versions up to 0.2.14 allows an authenticated low-privileged user to upload arbitrary files to any location on the server due to insufficient validation of user-supplied file paths when creating shares. By choosing a writable path within the public web root, the attacker can upload and execute arbitrary code, leading to remote code execution (RCE).
How can this vulnerability impact me? :
The vulnerability can allow a low-privileged user to fully compromise the affected Erugo instance by executing arbitrary code remotely. This can lead to complete control over the server, data breaches, service disruption, and further exploitation within the network.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Erugo to version 0.2.15 or later, as this version fixes the vulnerability allowing arbitrary file upload and remote code execution. Until the upgrade can be applied, restrict access to the file-sharing platform to trusted users only and monitor for suspicious file uploads or modifications within the public web root directory.