CVE-2022-24875: Potential Secrets being logged to disk in CVEProject/cve-services
The CVEProject/cve-services is an open source project used to operate the CVE services api. In versions up to and including 1.1.1 the org.conroller.js code would erroneously log user secrets. This has been resolved in commit 46d98f2b and should be available in subsequent versions of the software. Users of the software are advised to manually apply the 46d98f2b commit or to update when a new version becomes available. As a workaround users should inspect their logs and remove logged secrets as appropriate.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2022-24875?
CVE-2022-24875 is classified as a medium severity vulnerability due to the logging of user secrets.
How do I fix CVE-2022-24875?
You can fix CVE-2022-24875 by updating to version 1.1.2 or later of the CVE services API.
What software versions are affected by CVE-2022-24875?
CVE-2022-24875 affects versions of the CVE services API up to and including 1.1.1.
What type of information is exposed in CVE-2022-24875?
CVE-2022-24875 exposes user secrets through improper logging in the `org.controller.js` code.
Is there a public commit related to CVE-2022-24875?
Yes, the fix for CVE-2022-24875 can be found in commit `46d98f2b` on the CVEProject GitHub repository.