Search

Search Results (362928 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-80183 1 Openstack 1 Keystone 2026-09-09 6.5 Medium
In OpenStack Keystone before 29.0.3, any authenticated user holding role:reader on any project can list every project-scoped role assignment under any domain by passing a domain ID as scope.project.id with include_subtree to the GET /v3/role_assignments endpoint. The domain's project record has domain_id=null, causing the policy domain_id check to pass for any caller. With include_names, the response discloses the names and home-domain IDs of every user, group, project, and role involved. The literal "default" domain ID works against any deployment created with keystone-manage bootstrap. An attacker can harvest domain IDs from the response and repeat the query to map role assignments across the entire cloud. This is caused by misuse of "None" in  list_role_assignments_for_tree.
CVE-2026-56125 2026-09-09 N/A
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2026-49947 2026-09-09 N/A
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2026-43645 2026-09-09 N/A
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2026-43635 2026-09-09 N/A
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2026-34412 2026-09-09 N/A
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2026-28523 2026-09-09 N/A
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2026-26350 2026-09-09 N/A
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2026-24442 2026-09-09 N/A
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2026-17469 1 Ibm 1 I 2026-09-09 5.3 Medium
IBM i 7.6, 7.5, 7.4, and 7.3 could allow a local authenticated attacker to cause a denial of service due to an off-by-one write in the LPD queue name parser.
CVE-2026-77104 3 Commvault, Linux, Microsoft 3 Commvault, Linux Kernel, Windows 2026-09-09 7.5 High
CommServe contained a path traversal issue affecting information disclosure. Software customers upgrade to resolved maintenance release. Update CommServe.
CVE-2026-77103 3 Commvault, Linux, Microsoft 3 Commvault, Linux Kernel, Windows 2026-09-09 7.5 High
CommServe contained an authentication bypass issue affecting access authorization and information disclosure. Software customers upgrade to resolved maintenance release. Update CommServe.
CVE-2026-77102 3 Commvault, Linux, Microsoft 3 Commvault, Linux Kernel, Windows 2026-09-09 7.5 High
CommServe contained a heap-based buffer overflow issue affecting service availability. Software customers upgrade to resolved maintenance release. Update CommServe.
CVE-2026-77101 3 Commvault, Linux, Microsoft 3 Commvault, Linux Kernel, Windows 2026-09-09 7.5 High
CommServe contained a stack-based buffer overflow issue affecting service availability. Software customers upgrade to resolved maintenance release. Update CommServe.
CVE-2026-13739 1 Commvault 1 Commvault 2026-09-09 9.8 Critical
A legacy endpoint in Command Center contained an unauthenticated server-side request forgery (SSRF) vulnerability related to the handling of arbitrary target URLs. Software customers upgrade to resolved maintenance release. Update Command Center.
CVE-2026-13737 1 Commvault 1 Commvault 2026-09-09 9.8 Critical
CommServe contained an allowlist bypass vulnerability affecting command execution authorization. Software customers upgrade to resolved maintenance release. Update all Commvault installations, including Commserve, Webserver, Command Center, Media Agents, Clients and HyperScale X.
CVE-2026-17470 1 Ibm 1 I 2026-09-09 5.3 Medium
IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote attacker to cause a denial of service due to a buffer overflow.
CVE-2026-77105 3 Commvault, Linux, Microsoft 3 Commvault, Linux Kernel, Windows 2026-09-09 8.8 High
CommServe contained a cryptographic signature verification issue affecting privilege management. Software customers upgrade to resolved maintenance release. Update CommServe and Web Server.
CVE-2026-17499 1 Ibm 1 I 2026-09-09 4.4 Medium
IBM i 7.6, 7.5, 7.4, and 7.3 could allow a local attacker to execute arbitrary commands due to improper neutralization of special elements used in an OS command.
CVE-2026-86347 2 Misp, Misp-project 2 Misp, Misp 2026-09-09 6.5 Medium
Affected versions of MISP allow any authenticated user to access TemplatesController::uploadFile() because the ACL entry for templates/uploadFile used the wildcard *. This bypasses the intended role restrictions applied to neighboring template-management operations. The upload handler accepts arbitrary content with only minimal checks and writes it into app/tmp/files/. A low-privileged or read-only user can therefore repeatedly upload files and consume server disk space without requiring perm_add or perm_template. The fix changes the ACL requirement from * to perm_add. The commit also rules out stronger impacts: uploaded files receive random names, path traversal/predictable overwrite is not available, the temporary directory is outside the web root, and the files are not directly served over HTTP. Therefore, the issue should not be described as arbitrary file overwrite, stored XSS, or RCE. Version affected: ≤2.5.45