CVE-2025-10840
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-23

Last updated on: 2026-04-29

Assigner: VulDB

Description
A weakness has been identified in SourceCodester Pet Grooming Management Software 1.0. This affects an unknown function of the file /admin/print-payment.php. This manipulation of the argument sql111 causes sql injection. The attack can be initiated remotely. The exploit has been made available to the public and could be exploited.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-23
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-09-23
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
mayurik pet_grooming_management_software 1.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by testing the 'sql111' parameter in the /admin/print-payment.php file for SQL injection flaws. You can use tools like sqlmap to automate detection. For example, a command could be: sqlmap -u "http://targetsite/admin/print-payment.php?sql111=1" --batch --risk=3 --level=5. Alternatively, manual testing by injecting SQL payloads into the 'sql111' parameter and observing the response can help detect the vulnerability. [1]


What immediate steps should I take to mitigate this vulnerability?

Immediate steps to mitigate this vulnerability include applying input validation and sanitization on the 'sql111' parameter to prevent SQL injection. If a patch or update is available from the vendor, apply it promptly. Restrict access to the /admin/print-payment.php file to trusted users only, and consider implementing web application firewalls (WAF) to detect and block SQL injection attempts. Monitoring logs for suspicious activity related to this parameter is also recommended. [1]


Can you explain this vulnerability to me?

CVE-2025-10840 is a critical SQL Injection vulnerability in SourceCodester Pet Grooming Management Software version 1.0. It exists in the admin file 'print-payment.php' due to insufficient validation of the 'sql111' parameter. This allows attackers to inject malicious SQL queries remotely, potentially accessing or manipulating the database without authorization. [1]


How can this vulnerability impact me? :

Exploiting this vulnerability can allow attackers to read, modify, or delete sensitive data in the underlying database. This can lead to data breaches, loss of data integrity, and unauthorized access to confidential information, which can severely impact the security and operation of the affected system. [1]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart