Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-67263 — Proof of concept for stored cross-site scripting (XSS) in Abacre Retail Point of Sale 14.0.0.396, demonstrating injection via Name and Surname fields in the Clients module. | Kitploit
Tools/GitHubGitHub/smarttfoxx/cve-2025-67263
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubsmarttfoxx/cve-2025-67263

CVE-2025-67263

Proof of concept for stored cross-site scripting (XSS) in Abacre Retail Point of Sale 14.0.0.396, demonstrating injection via Name and Surname fields in the Clients module.

View Repository
127 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-67263 - Stored cross-site scripting (XSS) in Abacre Retail Point of Sale 14.0.0.396

Abacre Retail Point of Sale 14.0.0.396 is affected by a stored cross-site scripting (XSS) vulnerability in the Clients module. The application fails to properly sanitize user-supplied input stored in the Name and Surname fields. An attacker can insert malicious HTML or script content into these fields, which, is persisted in the database.

The "Name" and "Surname" fields under the "Clients" tab are vulnerable to Stored Cross-Site Scripting (XSS).

Pasted image 20251028231040

By adding a simple payload such as <script>alert("xss 1")</script>, saving the user details in the database and then clicking 'Statement' the preview web page will trigger the XSS.

Pasted image 20251028231234

Since the payload gets stored in the database, it will be triggered every time that the 'Statement' button is clicked with the user selected.

Download Tool