CVE-2025-7136
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-07

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability, which was classified as critical, was found in Campcodes Online Recruitment Management System 1.0. Affected is an unknown function of the file /admin/view_vacancy.php. The manipulation of the argument ID leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-07
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-07-07
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
campcodes online_recruitment_management_system 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-7136 is a critical SQL injection vulnerability in Campcodes Online Recruitment Management System version 1.0, specifically in the /admin/view_vacancy.php file. The vulnerability occurs because the application does not properly validate or sanitize the 'id' parameter, allowing attackers to inject malicious SQL code. This enables unauthorized access to the database, including data retrieval, modification, deletion, and potentially full system compromise. The attack can be performed remotely without authentication. [1, 2, 3]


How can this vulnerability impact me? :

Exploitation of this vulnerability can lead to unauthorized access to sensitive data, data leakage, modification or deletion of database contents, and potentially full system compromise or denial of service. Since the attack requires no authentication and can be launched remotely, it poses a significant risk to system confidentiality, integrity, and availability. [1, 2, 3]


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/view_vacancy.php endpoint for SQL injection. Example payloads to test include boolean-based blind (e.g., id=6 AND 4226=4226), error-based, time-based blind (e.g., id=6 AND (SELECT SLEEP(5))), and UNION query injections. Tools like sqlmap can be used to automate detection. Additionally, Google dorking with the query inurl:admin/view_vacancy.php can help identify vulnerable targets. [2, 3]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include: using prepared statements with parameter binding to separate SQL code from user input; implementing strict input validation and filtering to ensure inputs conform to expected formats; minimizing database user permissions by avoiding high-privilege accounts for routine operations; and conducting regular security audits to detect and remediate vulnerabilities promptly. Since no known countermeasures or patches are reported, replacing the affected product with an alternative solution is also suggested. [2, 3]


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