CVE-2025-10839
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-23

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security flaw has been discovered in SourceCodester Pet Grooming Management Software 1.0. The impacted element is an unknown function of the file /admin/inv-print.php. The manipulation of the argument ID results in sql injection. It is possible to launch the attack remotely. The exploit has been released to the public and may 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-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.
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.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-10839 is an SQL injection vulnerability in the 'inv-print.php' file of the SourceCodester Pet Grooming Management Software 1.0. It occurs because the software does not properly validate or sanitize the 'ID' parameter, allowing an attacker to manipulate SQL queries. This can enable unauthorized access or modification of the database by injecting malicious SQL code remotely. [1]


How can this vulnerability impact me? :

This vulnerability can allow attackers to remotely execute arbitrary SQL commands on the database, potentially leading to unauthorized data access, data modification, or data deletion. This could compromise sensitive information stored in the database and affect the integrity and availability of the application. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by testing the 'ID' parameter in the /admin/inv-print.php URL for SQL injection. You can use tools like sqlmap or manual curl commands to check for SQL injection. For example, using sqlmap: sqlmap -u "http://target/admin/inv-print.php?ID=1" --batch. Alternatively, you can try injecting SQL payloads manually with curl: curl "http://target/admin/inv-print.php?ID=1' OR '1'='1" and observe if the response indicates SQL errors or unexpected behavior. [1]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include disabling or restricting access to the /admin/inv-print.php page, applying input validation and sanitization on the 'ID' parameter, and implementing prepared statements or parameterized queries in the PHP code to prevent SQL injection. Additionally, monitor logs for suspicious activity and apply any available patches or updates from the software vendor. [1]


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