CVE-2025-50151
BaseFortify
Publication date: 2025-07-21
Last updated on: 2025-11-04
Assigner: Apache Software Foundation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apache | jena | to 5.5.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability involves file access paths in configuration files uploaded by users with administrator access not being validated. This means that an attacker with administrator privileges could upload configuration files with arbitrary file paths, potentially leading to unauthorized file access or manipulation.
How can this vulnerability impact me? :
The vulnerability can allow an attacker with administrator access to upload configuration files that reference arbitrary file paths, which may lead to unauthorized access or modification of files on the system. This could compromise system integrity, confidentiality, or availability depending on the files accessed or altered.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Apache Jena to version 5.5.0 or later, as this version does not allow arbitrary configuration upload and fixes the vulnerability related to unvalidated file access paths in configuration files.