CVE-2023-47112 – Authenticated users can view job names and groups they do not have authorization to view in Rundeck
https://notcve.org/view.php?id=CVE-2023-47112
Rundeck is an open source automation service with a web console, command line tools and a WebAPI. In affected versions access to two URLs used in both Rundeck Open Source and Process Automation products could allow authenticated users to access the URL path, which provides a list of job names and groups for any project, without the necessary authorization checks. The output of these endpoints only exposes the name of job groups and the jobs contained within the specified project. The output is read-only and the access does not allow changes to the information. This vulnerability has been patched in version 4.17.3. • https://github.com/rundeck/rundeck/security/advisories/GHSA-xvmv-4rx6-x6jx • CWE-862: Missing Authorization •
CVE-2023-48222 – Authenticated users can view or delete jobs they do not have authorization for in Rundeck
https://notcve.org/view.php?id=CVE-2023-48222
Rundeck is an open source automation service with a web console, command line tools and a WebAPI. In affected versions access to two URLs used in both Rundeck Open Source and Process Automation products could allow authenticated users to access the URL path, which would allow access to view or delete jobs, without the necessary authorization checks. This issue has been addressed in version 4.17.3. Users are advised to upgrade. There are no known workarounds for this vulnerability. • https://github.com/rundeck/rundeck/security/advisories/GHSA-phmw-jx86-x666 • CWE-862: Missing Authorization •