Lucene search
K

LiquidFiles < 4.2 - User Enumeration via Password Reset

🗓️ 10 Jul 2026 03:01:38Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 12 Views

Unauthenticated user enumeration via password reset in LiquidFiles before 4.2; upgrade to 4.2+

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2025-56132
5 Oct 202510:40
circl
CNNVD
Liquidfiles 安全漏洞
30 Sep 202500:00
cnnvd
CVE
CVE-2025-56132
30 Sep 202500:00
cve
Cvelist
CVE-2025-56132
30 Sep 202500:00
cvelist
GithubExploit
Exploit for CVE-2025-56132
5 Oct 202513:15
githubexploit
EUVD
EUVD-2025-31771
3 Oct 202520:07
euvd
NVD
CVE-2025-56132
30 Sep 202519:15
nvd
OSV
CVE-2025-56132
30 Sep 202519:15
osv
Positive Technologies
PT-2025-40021
30 Sep 202500:00
ptsecurity
RedhatCVE
CVE-2025-56132
1 Oct 202500:42
redhatcve
Rows per page
id: CVE-2025-56132

info:
  name: LiquidFiles < 4.2 - User Enumeration via Password Reset
  author: DhiyaneshDk
  severity: high
  description: |
    LiquidFiles filetransfer server before 4.2 contains a user enumeration vulnerability caused by distinguishable responses in password reset functionality, letting unauthenticated attackers enumerate valid user accounts, exploit requires no authentication.
  impact: |
    Attackers can enumerate valid user emails, increasing risk of targeted password attacks and account compromise.
  remediation: |
    Update to version 4.2 or later which introduces user-based lockout mechanisms.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2025-56132
    - https://docs.liquidfiles.com/release_notes/version_4-2-x.html
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
    cvss-score: 7.3
    cve-id: CVE-2025-56132
    cwe-id: CWE-305
    epss-score: 0.00648
    epss-percentile: 0.46701
  metadata:
    verified: true
    max-request: 2
    vendor: liquidfiles
    product: liquidfiles
    shodan-query: http.title:"LiquidFiles"
    fofa-query: title="LiquidFiles"
  tags: cve,cve2025,liquidfiles,user-enum,vkev

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

variables:
  email: "nonexistent-user-enumtest-{{rand_int(10000,99999)}}@test.invalid"

http:
  - raw:
      - |
        POST /password_reset HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        user[email]={{email}}

    matchers:
      - type: dsl
        dsl:
          - "contains(set_cookie, '_filetransfer_session')"
          - "status_code == 302"
        condition: and
        internal: true

  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "contains_all(body, 'invalid_email','LiquidFiles')"
          - "status_code == 200"
        condition: and
# digest: 4a0a0047304502203898586fe1c8db422486964da4b426d229cb3c7c4bf83c5f69f1d496f5381834022100a278811f2c2f6b361d350da9b8cf1a095bc892edf49fa0db972615dd540ec62b: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
5.9Medium risk
Vulners AI Score5.9
CVSS 3.17.3
EPSS0.00648
SSVC
12