Cyber Resilience

CVE-2023-49075

Pimcore Admin Classic Bundle ≤ 1.2.2

Published
28 November 2023
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 8.4
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H
EPSS Score 0.014 71th percentile
Risk Priority 58 floored blend · peak EPSS

Summary

CVE-2023-49075 is a high-severity Use of Single-factor Authentication (CWE-308) vulnerability in Pimcore Admin Classic Bundle. Its CVSS base score is 8.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Password Spraying (T1110.003); ranked in the top 29% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

The Admin Classic Bundle provides a Backend UI for Pimcore. `AdminBundle\Security\PimcoreUserTwoFactorCondition` introduced in v11 disable the two factor authentication for all non-admin security firewalls. An authenticated user can access the system without having to provide the two factor credentials. This…

more

issue has been patched in version 1.2.2.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1110.003 Password Spraying Credential Access
Adversaries may use a single or small list of commonly used passwords against many different accounts to attempt to acquire valid account credentials.
T1021 Remote Services Lateral Movement
Adversaries may use [Valid Accounts](https://attack.
T1078 Valid Accounts Stealth
Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1078.001 Default Accounts Stealth
Adversaries may obtain and abuse credentials of a default account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1110 Brute Force Credential Access
Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.
T1110.001 Password Guessing Credential Access
Adversaries with no prior knowledge of legitimate credentials within the system or environment may guess passwords to attempt access to accounts.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-24980Same product: Pimcore Admin Classic Bundle
CVE-2026-23495Same product: Pimcore Admin Classic Bundle
CVE-2023-5844Same product: Pimcore Admin Classic Bundle
CVE-2025-30166Same product: Pimcore Admin Classic Bundle
CVE-2023-46722Same product: Pimcore Admin Classic Bundle
CVE-2023-42817Same product: Pimcore Admin Classic Bundle
CVE-2024-25625Same product: Pimcore Admin Classic Bundle
CVE-2023-37280Same product: Pimcore Admin Classic Bundle
CVE-2024-41109Same product: Pimcore Admin Classic Bundle
CVE-2024-23648Same product: Pimcore Admin Classic Bundle

Affected Assets

pimcore
admin classic bundle
≤ 1.2.2

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V6.3.4
  • V6.3.6
  • V6.4.2
  • V6.4.3

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.AA-03 full match
prevents

Explicit MFA requirement directly eliminates single-factor authentication while the control also addresses broader authentication scope.

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 explicitly requires multi-factor authentication, directly eliminating single-factor weakness.

degrades

Authentication information control directly addresses the need for strong, multi-factor credentials.

prevents

Access control policy can mandate multi-factor authentication but does not prescribe the technical implementation.

degrades

Access rights provisioning can require MFA, yet the control is broader than authentication strength.

degrades

Privileged access rights can be conditioned on MFA, but the control focuses on privilege scope rather than factor count.

degrades

Information access restriction can enforce MFA, yet the control is wider than authentication mechanisms.

References