Cross-site Scripting vulnerability in BigProf products
Description
A vulnerability has been discovered in BigProf Online Invoicing System 2.6, which does not sufficiently encode user-controlled input, resulting in persistent XSS through /invoicing/app/items_view.php, in the FirstRecord parameter. Exploitation of this vulnerability could allow an attacking user to store dangerous JavaScript payloads on the system that will be triggered when the page loads.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Persistent XSS in BigProf Online Invoicing System 2.6 via the FirstRecord parameter in items_view.php allows stored JavaScript payloads.
Vulnerability
A persistent cross-site scripting (XSS) vulnerability exists in BigProf Online Invoicing System version 2.6. The application does not sufficiently encode user-controlled input in the FirstRecord parameter of /invoicing/app/items_view.php. This allows an attacker to inject arbitrary JavaScript code that is stored on the server and executed when the page is loaded by any user. The vulnerability is classified as CWE-79 and has a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L) [1].
Exploitation
An attacker can exploit this vulnerability by crafting a malicious payload in the FirstRecord parameter, typically via a POST or GET request to the affected endpoint. No authentication is required to trigger the stored payload, but user interaction (e.g., visiting the page) is needed for execution. The injected script is stored in the system and will execute automatically when any user accesses /invoicing/app/items_view.php [1].
Impact
Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the victim's browser. This can lead to theft of sensitive data (e.g., session cookies, credentials), defacement of the application, or further attacks such as phishing. The impact is limited to the confidentiality, integrity, and availability of the affected application, with a low severity rating per the CVSS vector [1].
Mitigation
As of the publication date (2023-11-30), no official patch or solution has been released by the vendor. The advisory from INCIBE states "No solution reported at this time" [1]. Users are advised to apply input validation and output encoding on the FirstRecord parameter, or restrict access to the vulnerable page until a fix is available.
AI Insight generated on May 25, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2=2.6+ 1 more
- (no CPE)range: =2.6
- (no CPE)range: 2.6
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.