The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-62512

CVE-2025-62512: Piwigo Information Disclosure Vulnerability

CVE-2025-62512 is an information disclosure vulnerability in Piwigo that allows attackers to enumerate valid usernames and email addresses through the password reset feature. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 27, 2026

CVE-2025-62512 Overview

CVE-2025-62512 is a user enumeration vulnerability in Piwigo, an open source photo gallery application for the web. The password reset functionality in Piwigo version 15.5.0 and likely earlier 15.x releases allows an unauthenticated attacker to determine whether a given username or email address exists in the system. The endpoint at password.php?action=lost returns distinct messages for valid vs. invalid accounts, enabling user enumeration attacks.

Critical Impact

Attackers can harvest valid usernames and email addresses from Piwigo installations, facilitating targeted phishing campaigns, credential stuffing attacks, and brute-force login attempts against confirmed accounts.

Affected Products

  • Piwigo version 15.5.0
  • Earlier Piwigo 15.x releases (likely affected)
  • All Piwigo installations with exposed password reset functionality

Discovery Timeline

  • 2026-02-24 - CVE CVE-2025-62512 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2025-62512

Vulnerability Analysis

This vulnerability is classified under CWE-204 (Observable Response Discrepancy), which occurs when an application returns different responses based on whether a user account exists. In Piwigo's password reset implementation, the password.php script with the action=lost parameter provides distinguishable responses when processing password reset requests for valid versus invalid accounts.

The vulnerability requires no authentication and can be exploited remotely over the network with low attack complexity. An attacker can systematically probe the application with various usernames or email addresses and analyze the response messages to build a list of valid accounts within the system.

Root Cause

The root cause stems from inadequate response normalization in Piwigo's password reset workflow. When a user submits a password reset request, the application fails to return uniform responses regardless of whether the submitted username or email exists in the database. This differential response behavior violates the principle of security through obscurity and creates an information disclosure channel.

The password reset endpoint should implement consistent messaging that neither confirms nor denies account existence, typically by displaying a generic message such as "If an account exists with this email, a password reset link will be sent."

Attack Vector

The attack vector is network-based and requires no prior authentication or special privileges. An attacker can exploit this vulnerability by:

  1. Sending HTTP requests to the password.php?action=lost endpoint with various username or email combinations
  2. Analyzing the response messages returned by the server
  3. Identifying valid accounts based on response differences
  4. Compiling a list of confirmed usernames for subsequent attacks

This enumerated account information can then be leveraged for credential stuffing attacks using leaked password databases, targeted phishing campaigns against confirmed users, brute-force password attacks against known valid accounts, or social engineering attempts directed at specific users.

Detection Methods for CVE-2025-62512

Indicators of Compromise

  • Unusually high volume of password reset requests from single IP addresses
  • Sequential or patterned username/email submissions to password.php?action=lost
  • Multiple failed password reset attempts across different usernames in short time windows
  • Automated request patterns with consistent timing intervals

Detection Strategies

  • Monitor HTTP access logs for repeated requests to password.php?action=lost from the same source
  • Implement rate limiting detection on password reset endpoints
  • Alert on anomalous spikes in password reset request volumes
  • Deploy web application firewall (WAF) rules to identify enumeration patterns

Monitoring Recommendations

  • Configure log aggregation for all requests to authentication and password reset endpoints
  • Establish baseline metrics for normal password reset request volumes
  • Implement real-time alerting for threshold violations on reset requests
  • Review access logs regularly for enumeration attempt patterns

How to Mitigate CVE-2025-62512

Immediate Actions Required

  • Implement rate limiting on the password.php?action=lost endpoint
  • Add CAPTCHA challenges to password reset forms to deter automated enumeration
  • Consider temporarily restricting access to the password reset functionality from untrusted networks
  • Deploy WAF rules to detect and block enumeration attempts

Patch Information

As of the publication date, no known patches are available from the vendor. Organizations should monitor the Piwigo GitHub Security Advisory for updates on remediation guidance and patch availability. SentinelOne Singularity platform customers benefit from behavioral detection capabilities that can identify enumeration attack patterns targeting web applications.

Workarounds

  • Modify the password reset response logic to return identical messages regardless of account existence
  • Implement progressive delays on repeated password reset requests from the same IP address
  • Deploy a reverse proxy with rate limiting capabilities in front of Piwigo instances
  • Consider implementing account lockout policies after multiple reset attempts
bash
# Example: Rate limiting configuration for Nginx reverse proxy
# Add to server or location block for password.php

limit_req_zone $binary_remote_addr zone=password_reset:10m rate=5r/m;

location ~ ^/password\.php {
    limit_req zone=password_reset burst=2 nodelay;
    limit_req_status 429;
    # Pass to PHP handler
    include fastcgi_params;
    fastcgi_pass unix:/var/run/php-fpm.sock;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPiwigo

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-204
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27833: Piwigo Information Disclosure Flaw

  • CVE-2026-27885: Piwigo Photo Gallery SQLi Vulnerability

  • CVE-2026-27834: Piwigo SQL Injection Vulnerability

  • CVE-2026-27634: Piwigo Photo Gallery SQLi Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English