### [CVE-2025-58060](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-58060) ![](https://img.shields.io/static/v1?label=Product&message=cups&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3C%202.4.13%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-287%3A%20Improper%20Authentication&color=brightgreen) ### Description OpenPrinting CUPS is an open source printing system for Linux and other Unix-like operating systems. In versions 2.4.12 and earlier, when the `AuthType` is set to anything but `Basic`, if the request contains an `Authorization: Basic ...` header, the password is not checked. This results in authentication bypass. Any configuration that allows an `AuthType` that is not `Basic` is affected. Version 2.4.13 fixes the issue. ### POC #### Reference - https://github.com/OpenPrinting/cups/security/advisories/GHSA-4c68-qgrh-rmmq #### Github - https://github.com/ARPSyndicate/cve-scores - https://github.com/fkie-cad/nvd-json-data-feeds - https://github.com/w4zu/Debian_security