CVE-2025-10064
BaseFortify
Publication date: 2025-09-07
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| facebook-kimmymatillano | point_of_sale_system | 1.0 |
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. |
| 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?
CVE-2025-10064 is a Cross-Site Scripting (XSS) vulnerability in itsourcecode POS Point of Sale System version 1.0. It exists in the file `/inventory/main/vendors/datatables/unit_testing/templates/dom_data_two_headers.php`, where the 'scripts' parameter is not properly sanitized. This allows remote attackers to inject and execute arbitrary web scripts or HTML code in the context of the affected application, potentially leading to unauthorized actions such as session hijacking or defacement. [1, 2]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing remote attackers to execute malicious scripts within your POS system's web interface. This can lead to session hijacking, unauthorized actions, defacement, or other malicious activities that compromise data integrity. Since the attack requires user interaction, it can be exploited through social engineering or phishing techniques. The vulnerability does not require authentication and can be exploited remotely, increasing the risk. [1, 2]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by checking for the presence of the vulnerable file `/inventory/main/vendors/datatables/unit_testing/templates/dom_data_two_headers.php` in the itsourcecode POS Point of Sale System 1.0 installation. Additionally, Google dorking can be used to identify vulnerable targets with the query: `inurl:inventory/main/vendors/datatables/unit_testing/templates/dom_data_two_headers.php`. There is no specific command-line detection tool mentioned, but manual inspection or web vulnerability scanners targeting XSS in the 'scripts' parameter of this file can help detect exploitation attempts. [2]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include replacing the affected component or product with an alternative that is not vulnerable, as no known mitigations or countermeasures have been documented. Additionally, restricting access to the vulnerable URL and sanitizing or validating the 'scripts' parameter input to prevent injection can help reduce risk. Monitoring for exploitation attempts and applying web application firewall (WAF) rules to block malicious scripts targeting this parameter may also be beneficial. [2]