CVE-2022-39369
Last modified
CVE-2022-39369 is a high-severity vulnerability rated 8/10 on the CVSS scale. phpCAS is an authentication library that allows PHP applications to easily authenticate users via a Central Authentication Service (CAS) server. The phpCAS library uses HTTP headers to determine the service URL used to validate tickets. EPSS estimates a 1.06% chance of exploitation in the next 30 days.
Description
phpCAS is an authentication library that allows PHP applications to easily authenticate users via a Central Authentication Service (CAS) server. The phpCAS library uses HTTP headers to determine the service URL used to validate tickets. This allows an attacker to control the host header and use a valid ticket granted for any authorized service in the same SSO realm (CAS server) to authenticate to the service protected by phpCAS. Depending on the settings of the CAS server service registry in worst case this may be any other service URL (if the allowed URLs are configured to "^(https)://.*") or may be strictly limited to known and authorized services in the same SSO federation if proper URL service validation is applied. This vulnerability may allow an attacker to gain access to a victim's account on a vulnerable CASified service without victim's knowledge, when the victim visits attacker's website while being logged in to the same CAS server. phpCAS 1.6.0 is a major version upgrade that starts enforcing service URL discovery validation, because there is unfortunately no 100% safe default config to use in PHP. Starting this version, it is required to pass in an additional service base URL argument when constructing the client class. For more information, please refer to the upgrading doc. This vulnerability only impacts the CAS client that the phpCAS library protects against. The problematic service URL discovery behavior in phpCAS < 1.6.0 will only be disabled, and thus you are not impacted from it, if the phpCAS configuration has the following setup: 1. `phpCAS::setUrl()` is called (a reminder that you have to pass in the full URL of the current page, rather than your service base URL), and 2. `phpCAS::setCallbackURL()` is called, only when the proxy mode is enabled. 3. If your PHP's HTTP header input `X-Forwarded-Host`, `X-Forwarded-Server`, `Host`, `X-Forwarded-Proto`, `X-Forwarded-Protocol` is sanitized before reaching PHP (by a reverse proxy, for example), you will not be impacted by this vulnerability either. If your CAS server service registry is configured to only allow known and trusted service URLs the severity of the vulnerability is reduced substantially in its severity since an attacker must be in control of another authorized service. Otherwise, you should upgrade the library to get the safe service discovery behavior.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apereo | Phpcas | < 1.6.0 |
| Fedoraproject | Fedora | 35 |
| Fedoraproject | Fedora | 36 |
| Fedoraproject | Fedora | 37 |
References
- https://github.com/apereo/phpCAS/security/advisories/GHSA-8q72-6qq8-xv64Mitigation, Third Party Advisory
- https://github.com/apereo/phpCAS/security/advisories/GHSA-8q72-6qq8-xv64Mitigation, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2022-39369?
How severe is CVE-2022-39369?
How do I fix CVE-2022-39369?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-39362Metabase is data visualization software. Prior to versions 0…8.8
- CVE-2022-39364Nextcloud Server is the file server software for Nextcloud, …6.5
- CVE-2022-39365Pimcore is an open source data and experience management pla…9.8
- CVE-2022-39366DataHub is an open-source metadata platform. Prior to versio…9.8
- CVE-2022-39367QTIWorks is a software suite for standards-based assessment …6.5
- CVE-2022-39368Eclipse Californium is a Java implementation of RFC7252 - Co…8.2
- CVE-2022-3937The Easy Video Player WordPress plugin before 1.2.2.3 does n…5.4
- CVE-2022-39370GLPI stands for Gestionnaire Libre de Parc Informatique. GLP…4.3
- CVE-2022-39371GLPI stands for Gestionnaire Libre de Parc Informatique. GLP…5.4
- CVE-2022-39372GLPI stands for Gestionnaire Libre de Parc Informatique. GLP…5.4
- CVE-2022-39373GLPI stands for Gestionnaire Libre de Parc Informatique. GLP…4.8
- CVE-2022-39374Synapse is an open-source Matrix homeserver written and main…6.5
Are you affected by CVE-2022-39369?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
