CVE-2025-54790
BaseFortify
Publication date: 2025-08-02
Last updated on: 2025-09-12
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| humhub | files | to 0.16.10 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Files module (version 0.16.9 and below) which manages files inside spaces and user profiles. The module lacks proper logic to prevent exploitation of backend SQL queries that do not produce direct output, potentially allowing unauthorized access to data. This issue is fixed in version 0.16.10.
How can this vulnerability impact me? :
The vulnerability can allow unauthorized users to access data through exploitation of backend SQL queries, potentially leading to data breaches or exposure of sensitive information.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the Files module to version 0.16.10 or later, as this version contains the fix that prevents exploitation of backend SQL queries allowing unauthorized data access.