Cyber Resilience

CVE-2025-23046

Auth Bypass in Glpi-Project Glpi 9.5.0 – 10.0.18

Published
25 February 2025
Modified
28 February 2025
CVSS Score v4 6.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/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
EPSS Score 0.0044 36th percentile
Risk Priority 31 floored blend · peak EPSS

Summary

CVE-2025-23046 is a medium-severity Incorrect Implementation of Authentication Algorithm (CWE-303) vulnerability in Glpi-Project Glpi. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique External Remote Services (T1133); ranked at the 36th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-23046 is a vulnerability in GLPI, a free asset and IT management software package. It affects versions starting from 9.5.0 up to but not including 10.0.18. The issue occurs when a "Mail servers" authentication provider is configured to use an OAuth connection provided by the OauthIMAP plugin, enabling improper authentication where access is granted based solely on a pre-existing OAuth authorization for a username.

An unauthenticated attacker with network access can exploit this vulnerability by supplying any username that has an established OAuth authorization, thereby logging into the GLPI instance as that user. Exploitation requires low complexity, no privileges, and no user interaction, as indicated by the CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N), resulting in high integrity impact through unauthorized access.

GLPI version 10.0.18 contains a patch for this vulnerability. As a workaround, disable any "Mail servers" authentication provider configured to use an OAuth connection from the OauthIMAP plugin. Additional details are available in the release notes at https://github.com/glpi-project/glpi/releases/tag/10.0.18 and the security advisory at https://github.com/glpi-project/glpi/security/advisories/GHSA-vfxc-qg3v-j2r5.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

GLPI is a free asset and IT management software package. Starting in version 9.5.0 and prior to version 10.0.18, if a "Mail servers" authentication provider is configured to use an Oauth connection provided by the OauthIMAP plugin, anyone can connect…

more

to GLPI using a user name on which an Oauth authorization has already been established. Version 10.0.18 contains a patch. As a workaround, one may disable any "Mail servers" authentication provider configured to use an Oauth connection provided by the OauthIMAP plugin.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1133 External Remote Services Persistence
Adversaries may leverage external-facing remote services to initially access and/or persist within a network.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-24799Same product: Glpi-Project Glpi
CVE-2025-21619Same product: Glpi-Project Glpi
CVE-2026-22044Same product: Glpi-Project Glpi
CVE-2024-37148Same product: Glpi-Project Glpi
CVE-2025-66417Same product: Glpi-Project Glpi
CVE-2025-53357Same product: Glpi-Project Glpi
CVE-2024-45608Same product: Glpi-Project Glpi
CVE-2024-29889Same product: Glpi-Project Glpi
CVE-2024-27096Same product: Glpi-Project Glpi
CVE-2026-29047Same product: Glpi-Project Glpi

Affected Assets

glpi-project
glpi
9.5.0 — 10.0.18

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation at post-design stages directly uncovers incorrect implementations of required authentication algorithms.

Requiring documented development processes, standards, and tools reduces the chance that an established authentication algorithm is coded incorrectly.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require correct implementation of authentication algorithms.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

degrades

Secure authentication control directly requires correct implementation of authentication algorithms.

finds

Security testing can detect flawed authentication implementations but does not prevent them by itself.

degrades

Cryptography control addresses proper use of authentication algorithms but is broader than authentication alone.

prevents

Secure development lifecycle includes verification steps that can catch incorrect authentication implementations.

prevents

Application security requirements can specify correct authentication algorithm use but do not guarantee correct implementation.

prevents

Secure coding practices reduce the likelihood of incorrect authentication algorithm implementation.

References