Export limit exceeded: 380292 CVEs match your query. Please refine your search to export 10,000 CVEs or fewer.

Search

Search Results (380292 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-56874 2026-08-18 N/A
reserved but not needed
CVE-2026-56873 2026-08-18 N/A
reserved but not needed
CVE-2026-56872 2026-08-18 N/A
reserved but not needed
CVE-2026-56871 2026-08-18 N/A
reserved but not needed
CVE-2026-56870 2026-08-18 N/A
reserved but not needed
CVE-2026-56869 2026-08-18 N/A
reserved but not needed
CVE-2026-56868 2026-08-18 N/A
reserved but not needed
CVE-2026-56867 2026-08-18 N/A
reserved but not needed
CVE-2026-16048 1 Mattermost 2 Mattermost, Mattermost Server 2026-08-18 6.3 Medium
Mattermost versions 11.8.x <= 11.8.2, 11.7.x <= 11.7.6, 10.11.x <= 10.11.21 fail to restrict channel member role assignment to channel-scoped roles which allows a channel administrator to gain additional channel permissions via the channel member roles API.. Mattermost Advisory ID: MMSA-2026-00697
CVE-2026-16047 1 Mattermost 2 Mattermost, Mattermost Server 2026-08-18 4.3 Medium
Mattermost versions 11.7.x <= 11.7.6, 10.11.x <= 10.11.21, 11.8.x <= 11.8.3 fail to validate that users have read access to a channel before linking a board to it, which allows an authenticated attacker to discover the membership of private channels on the same team via creating, patching, importing, or bulk-creating boards with an arbitrary channelId. Mattermost Advisory ID: MMSA-2026-00674
CVE-2026-16046 1 Mattermost 2 Mattermost, Mattermost Server 2026-08-18 3.5 Low
Mattermost versions 11.7.x <= 11.7.6, 10.11.x <= 10.11.21 fail to enforce run-state validation on write operations for finished playbook runs which allows a run participant to modify status, checklists, retrospective content, ownership, and participants on completed runs via REST and GraphQL API requests. Mattermost Advisory ID: MMSA-2026-00675
CVE-2026-16045 1 Mattermost 2 Mattermost, Mattermost Server 2026-08-18 2.7 Low
Mattermost versions 11.7.x <= 11.7.6, 10.11.x <= 10.11.21 Mattermost failed to restrict OAuth deauthorization and personal access token management endpoints to direct user sessions, which allowed an OAuth app with a delegated user token to revoke the user's authorizations or tokens for other integrations via account-management endpoints.. Mattermost Advisory ID: MMSA-2026-00704
CVE-2026-65400 1 Apple 1 Macos 2026-08-18 9.8 Critical
An authentication issue was addressed with improved state management. This issue is fixed in macOS Sequoia 15.7.9, macOS Sonoma 14.8.9, macOS Tahoe 26.6.1. An attacker on the network may be able to authenticate to Screen Sharing without valid credentials.
CVE-2026-39254 1 Steelseries 1 Gg 2026-08-18 9.8 Critical
Buffer Overflow vulnerability in SteelSeries GG (macOS) v.107.0.0 allows a remote attacker to execute arbitrary code via the libSSEdevice.dylib, CxAudioHidDevice::DeviceGetDescriptionString components
CVE-2026-67926 1 Jeecgboot 1 Jeecgboot 2026-08-18 9.8 Critical
An issue in JeecgBoot v.3.9.2 allows a remote attacker to execute arbitrary code via the files Parameter in JeecgBoot AI Chat Module
CVE-2026-51977 2026-08-18 9.1 Critical
An issue in Trueview T18061 WiFi 3MP Robot Pan-Tilt Security Camera Version 1.0 allows a physically proximate attacker to escalate privileges via the RSA private key component
CVE-2026-65349 1 Apple 4 Ios And Ipados, Ipados, Iphone Os and 1 more 2026-08-18 6.6 Medium
An out-of-bounds read was addressed with improved input validation. This issue is fixed in iOS 26.6.1 and iPadOS 26.6.1, macOS Tahoe 26.6.2. An app may be able to cause unexpected system termination or read kernel memory.
CVE-2026-64715 1 Apple 5 Ios And Ipados, Ipados, Iphone Os and 2 more 2026-08-18 6.5 Medium
A use-after-free issue was addressed with improved memory management. This issue is fixed in Safari 26.6.1, iOS 18.7.10 and iPadOS 18.7.10, iOS 26.6.1 and iPadOS 26.6.1, macOS Tahoe 26.6.2. Processing maliciously crafted web content may lead to an unexpected process crash.
CVE-2026-64781 1 Apple 4 Ios And Ipados, Ipados, Iphone Os and 1 more 2026-08-18 4.3 Medium
The issue was addressed with improved input validation. This issue is fixed in Safari 26.6.1, iOS 18.7.10 and iPadOS 18.7.10, iOS 26.6.1 and iPadOS 26.6.1, macOS Tahoe 26.6.2. Processing maliciously crafted web content may lead to an unexpected Safari crash.
CVE-2026-55165 1 Netflix 1 Lemur 2026-08-18 4.8 Medium
Lemur manages TLS certificate creation. Prior to 1.9.2, the JWT verifier in lemur/auth/service.py:130-137 used fetch_token_header to read header_data["alg"] from an unverified token and passed that attacker-controlled value to decode_with_multiple_secrets. PyJWT 2.x rejects alg=none with the configured key, so the flaw is a defense-in-depth gap rather than a direct authentication bypass in the shipped configuration. The unpinned algorithm can become exploitable after an asymmetric-signing migration through algorithm confusion, and it weakens algorithm-based anomaly detection because the token chooses the recorded value. A separate disclosure of LEMUR_TOKEN_SECRET would also permit forged HS256 tokens, although that disclosure is an independent prerequisite. The fix introduces the server-controlled LEMUR_TOKEN_ALGORITHMS allowlist and defaults it to HS256. This issue is fixed in version 1.9.2.