CVE-2026-31906
Reflected Cross-Site Scripting in Apache OFBiz
Publication date: 2026-05-19
Last updated on: 2026-05-19
Assigner: Apache Software Foundation
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| apache | ofbiz | to 24.09.06 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability is a reflected Cross-Site Scripting (XSS) issue in Apache OFBiz that allows execution of malicious scripts in users' browsers.
Such vulnerabilities can potentially lead to unauthorized access or exposure of sensitive user data, which may impact compliance with data protection regulations like GDPR or HIPAA.
However, the provided information does not explicitly describe the direct effects of this vulnerability on compliance with these standards.
Can you explain this vulnerability to me?
This vulnerability is a Cross-site Scripting (XSS) issue in Apache OFBiz. It occurs due to improper neutralization of input during web page generation, which means that malicious input can be injected and executed in the context of a user's browser.
How can this vulnerability impact me? :
The impact of this vulnerability is that attackers could execute malicious scripts in the browsers of users visiting affected Apache OFBiz web pages. This can lead to theft of user data, session hijacking, or other malicious actions performed on behalf of the user.
What immediate steps should I take to mitigate this vulnerability?
Users are recommended to upgrade Apache OFBiz to version 24.09.06, which fixes the Cross-site Scripting vulnerability.