Total CVEs

138,940

Critical Severity

3,615

High Severity

12,982

Last 7 Days

1,699
Quick preset (or use dates below)
Clear Filters
๐Ÿ“… Showing Year: 2026 (January 1 - December 31, 2026) View All Years โ†’
Showing 4,001 - 4,020 of 35,345 CVEs
CVE-2026-44250 HIGH - 7.5

Netty is a network application framework for development of protocol servers and clients. In netty-codec-redis prior to versions 4.1.135.Final and 4.2.15.Final, an attacker can cause DoS by sending a crafted Redis payload with deeply nested arrays. This forces the server to allocate a massive number...

Vendor: maven
Product: io.netty:netty-codec-redis
Published: Jun 08, 2026
Source: GitHub
CVE-2026-44249 HIGH - 8.1

Netty is a network application framework for development of protocol servers and clients. In netty-handler prior to versions 4.1.135.Final and 4.2.15.Final, an attacker can bypass IPv6 subnet rules due to an incorrect masking operation in IpSubnetFilterRule.compareTo(). Valid public IP addresses can...

Vendor: maven
Product: io.netty:netty-handler
Published: Jun 08, 2026
Source: GitHub

Actual is an open-source personal finance application. In the macOS desktop application version 25.x (built on Electron 39.2.7), the ELECTRON_RUN_AS_NODE fuse is not disabled, allowing an attacker who can place a file on disk or control command-line arguments to invoke the signed Actual.app binary w...

Vendor: npm
Product: actual
Published: Jun 08, 2026
Source: GitHub

A command Injection vulnerability exists in the WireGuard client configuration of Archer MR600 v5 due to improper neutralization of user-controlled input within the web management interface. An authenticated attacker with administrative privileges may be able to execute arbitrary commands when apply...

Published: Jun 08, 2026
Source: NVD
CVE-2026-11556 HIGH - 8.8

A security flaw has been discovered in Tenda F451 1.0.0.7/1.0.0.9. Impacted is the function formWriteFacMac of the file /goform/WriteFacMac of the component Web Management Interface. Performing a manipulation of the argument mac results in os command injection. Remote exploitation of the attack is p...

Vendor: Tenda
Product: F451
Published: Jun 08, 2026
Source: NVD

A vulnerability was identified in D-Link DGS-1100-08PD 1.00.006. This issue affects some unknown processing of the file /etc/boa.conf of the component Web Interface. Such manipulation leads to least privilege violation. The attack may be launched remotely. The attack requires a high level of complex...

Vendor: D-Link
Product: DGS-1100-08PD
Published: Jun 08, 2026
Source: NVD
CVE-2026-11554 MEDIUM - 4.3

A vulnerability was determined in TOTOLINK CP450 4.1.0cu.747. This vulnerability affects unknown code of the file /etc/vsftpd.conf of the component vsftpd. This manipulation causes least privilege violation. The attack may be initiated remotely. The exploit has been publicly disclosed and may be uti...

Vendor: TOTOLINK
Product: CP450
Published: Jun 08, 2026
Source: NVD
CVE-2026-11553 HIGH - 8.8

A vulnerability was found in Tenda HG7HG9 and HG10 300001138_en_xpon. This affects the function formPPPEdit of the file /boaform/formPPPEdit. The manipulation of the argument encodename results in stack-based buffer overflow. The attack can be launched remotely. The exploit has been made public and ...

Vendor: Tenda
Product: HG7HG9, HG10
Published: Jun 08, 2026
Source: NVD
CVE-2026-11552 MEDIUM - 5.3

A vulnerability has been found in SourceCodester Onlne Examination & Learning Management System and Syllabus-aligned Learning Management and Examination System 1.0. Affected by this issue is some unknown functionality of the file import_users.php. The manipulation of the argument raw_password wi...

Vendor: SourceCodester
Product: Onlne Examination & Learning Management System, Syllabus-aligned Learning Management and Examination System
Published: Jun 08, 2026
Source: NVD
CVE-2026-41479 MEDIUM - 5.4

Authlib is a Python library which builds OAuth and OpenID Connect servers. Prior to 1.6.10 and 1.7.1, Authlib's OAuth 2.0 authorization endpoint can be turned into an unauthenticated open redirect when a request uses an unsupported response_type and supplies an attacker-controlled redirect_uri....

Vendor: pip
Product: authlib
Published: Jun 08, 2026
Source: GitHub
CVE-2026-48507 HIGH - 7.1

Snipe-IT is an IT asset/license management system. A vulnerability in versions prior to 8.6.0 allows a non-admin user holding only the granular `users.edit` permission to lock every admin out of the instance by editing the `activated` flag (which determines whether or not a user can login) and the ...

Vendor: grokability
Product: snipe-it
Published: Jun 08, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Reject empty multisync extension to prevent infinite loop v3d_get_extensions() walks a userspace-provided singly-linked list of ioctl extensions without any bound on the chain length. A local user can craft a self-referen...

Vendor: Linux
Product: Linux
Published: Jun 08, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: media: intel/ipu6: fix error pointer dereference In a error path isp->psys is confirmed to be an error pointer not NULL so this condition is true and the error pointer is dereferenced. So isp-psys should be set to NULL before g...

Vendor: Linux
Product: Linux
Published: Jun 08, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: media: videobuf2: Set vma_flags in vb2_dma_sg_mmap vb2_dma_contig sets VMA flags VM_DONTEXPAND and VM_DONTDUMP and I do not see a reason why vb2_dma_sg should behave differently. This avoids hitting `WARN_ON(!(vma->vm_flags &am...

Vendor: Linux
Product: Linux
Published: Jun 08, 2026
Source: NVD
CVE-2026-46311 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: fix access to stale wptr mapping Use drm_exec to take both locks i.e vm root bo and wptr_obj bo to access the mapping data properly. This fixes the security issue of unmap the wptr_obj while a queue creation is ...

Vendor: Linux
Product: Linux
Published: Jun 08, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: media: renesas: vsp1: Fix NULL pointer deref on module unload When unloading the module on gen 4, we hit a NULL pointer dereference. This is caused by the cleanup code calling vsp1_drm_cleanup() where it should be calling vsp1_vsp...

Vendor: Linux
Product: Linux
Published: Jun 08, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: drm/xe/uapi: Reject coh_none PAT index for CPU cached memory in madvise Add validation in xe_vm_madvise_ioctl() to reject PAT indices with XE_COH_NONE coherency mode when applied to CPU cached memory. Using coh_none with CPU cach...

Vendor: Linux
Product: Linux
Published: Jun 08, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: pmdomain: mediatek: fix use-after-free in scpsys_get_bus_protection_legacy() In scpsys_get_bus_protection_legacy(), of_find_node_with_property() returns a device node with its reference count incremented. The function then calls o...

Vendor: Linux
Product: Linux
Published: Jun 08, 2026
Source: NVD
CVE-2026-46307 HIGH - 8.3

In the Linux kernel, the following vulnerability has been resolved: wifi: ath5k: do not access array OOB Vincent reports: > The ath5k driver seems to do an array-index-out-of-bounds access as > shown by the UBSAN kernel message: > UBSAN: array-index-out-of-bounds in drivers/net/wireless/a...

Vendor: Linux
Product: Linux
Published: Jun 08, 2026
Source: NVD
CVE-2026-46306 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: flow_dissector: do not dissect PPPoE PFC frames RFC 2516 Section 7 states that Protocol Field Compression (PFC) is NOT RECOMMENDED for PPPoE. In practice, pppd does not support negotiating PFC for PPPoE sessions, and the flow diss...

Vendor: Linux
Product: Linux
Published: Jun 08, 2026
Source: NVD