removed flow

patch-4
Ritik Chaddha 2024-06-25 13:26:19 +05:30 committed by GitHub
parent f01b01302c
commit 61f610fe1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 17 deletions

View File

@ -1,19 +1,20 @@
id: CVE-2024-4443 id: CVE-2024-4443
info: info:
name: Business Directory Plugin Easy Listing Directories for WordPress <= 6.4.2 - Unauthenticated SQL Injection via listingfields Parameter name: Business Directory Plugin <= 6.4.2 - SQL Injection
author: securityforeveryone author: securityforeveryone
severity: critical severity: critical
description: | description: |
The Business Directory Plugin Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based SQL Injection via the listingfields parameter in all versions up to, and including, 6.4.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. The Business Directory Plugin Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based SQL Injection via the listingfields parameter in all versions up to, and including, 6.4.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query.
impact: | impact: |
Unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
remediation: Fixed in 6.4.3. remediation: |
Fixed in 6.4.3.
reference: reference:
- https://nvd.nist.gov/vuln/detail/CVE-2024-4443
- https://plugins.trac.wordpress.org/browser/business-directory-plugin/trunk/includes/fields/class-fieldtypes-select.php#L110 - https://plugins.trac.wordpress.org/browser/business-directory-plugin/trunk/includes/fields/class-fieldtypes-select.php#L110
- https://plugins.trac.wordpress.org/changeset/3089626/ - https://plugins.trac.wordpress.org/changeset/3089626/
- https://www.wordfence.com/threat-intel/vulnerabilities/id/982fb304-08d6-4195-97a3-f18e94295492?source=cve - https://www.wordfence.com/threat-intel/vulnerabilities/id/982fb304-08d6-4195-97a3-f18e94295492?source=cve
- https://nvd.nist.gov/vuln/detail/CVE-2024-4443
classification: classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H 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 cvss-score: 9.8
@ -22,24 +23,11 @@ info:
epss-percentile: 0.27036 epss-percentile: 0.27036
metadata: metadata:
verified: true verified: true
max-request: 2 max-request: 1
publicwww-query: "/wp-content/plugins/business-directory-plugin/" publicwww-query: "/wp-content/plugins/business-directory-plugin/"
tags: cve,cve2024,sqli,business-directory,wordpress,wp-plugin tags: cve,cve2024,sqli,business-directory,wordpress,wp-plugin
flow: http(1) && http(2)
http: http:
- raw:
- |
GET /wp-content/plugins/business-directory-plugin/README.TXT HTTP/1.1
Host: {{Hostname}}
matchers:
- type: word
words:
- 'Business Directory Plugin'
internal: true
- raw: - raw:
- | - |
@timeout: 20s @timeout: 20s