Latest CVE Feed
-
5.5
MEDIUMCVE-2023-52918
In the Linux kernel, the following vulnerability has been resolved: media: pci: cx23885: check cx23885_vdev_init() return cx23885_vdev_init() can return a NULL pointer, but that pointer is used in the next line without a check. Add a NULL pointer check... Read more
Affected Products : linux_kernel- Published: Oct. 22, 2024
- Modified: Oct. 24, 2024
-
5.5
MEDIUMCVE-2023-52914
In the Linux kernel, the following vulnerability has been resolved: io_uring/poll: add hash if ready poll request can't complete inline If we don't, then we may lose access to it completely, leading to a request leak. This will eventually stall the ring... Read more
Affected Products : linux_kernel- Published: Aug. 21, 2024
- Modified: Sep. 12, 2024
-
5.5
MEDIUMCVE-2024-47475
Dell PowerScale OneFS 8.2.2.x through 9.8.0.x contains an incorrect permission assignment for critical resource vulnerability. A locally authenticated attacker could potentially exploit this vulnerability, leading to denial of service.... Read more
Affected Products : powerscale_onefs- Published: Jan. 06, 2025
- Modified: Jan. 09, 2025
- Vuln Type: Denial of Service
-
5.5
MEDIUMCVE-2024-56757
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: mediatek: add intf release flow when usb disconnect MediaTek claim an special usb intr interface for ISO data transmission. The interface need to be released before un... Read more
Affected Products : linux_kernel- Published: Jan. 06, 2025
- Modified: Jan. 07, 2025
- Vuln Type: Memory Corruption
-
5.5
MEDIUMCVE-2024-56763
In the Linux kernel, the following vulnerability has been resolved: tracing: Prevent bad count for tracing_cpumask_write If a large count is provided, it will trigger a warning in bitmap_parse_user. Also check zero for it.... Read more
Affected Products : linux_kernel- Published: Jan. 06, 2025
- Modified: Jan. 09, 2025
-
5.5
MEDIUMCVE-2025-3622
A vulnerability, which was classified as critical, has been found in Xorbits Inference up to 1.4.1. This issue affects the function load of the file xinference/thirdparty/cosyvoice/cli/model.py. The manipulation leads to deserialization.... Read more
Affected Products :- Published: Apr. 15, 2025
- Modified: Apr. 15, 2025
- Vuln Type: Misconfiguration
-
5.5
MEDIUMCVE-2025-32776
OpenRazer is an open source driver and user-space daemon to control Razer device lighting and other features on GNU/Linux. By writing specially crafted data to the `matrix_custom_frame` file, an attacker can cause the custom kernel driver to read more byt... Read more
Affected Products : openrazer- Published: Apr. 15, 2025
- Modified: Apr. 15, 2025
- Vuln Type: Memory Corruption
-
5.5
MEDIUMCVE-2023-52907
In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame() Fix a use-after-free that occurs in hcd when in_urb sent from pn533_usb_send_frame() is completed earlier than out_ur... Read more
Affected Products : linux_kernel- Published: Aug. 21, 2024
- Modified: Sep. 12, 2024
-
5.5
MEDIUMCVE-2025-22024
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix management of listener transports Currently, when no active threads are running, a root user using nfsdctl command can try to remove a particular listener from the list of pre... Read more
Affected Products : linux_kernel- Published: Apr. 16, 2025
- Modified: May. 06, 2025
- Vuln Type: Memory Corruption
-
5.5
MEDIUMCVE-2023-52904
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix possible NULL pointer dereference in snd_usb_pcm_has_fixed_rate() The subs function argument may be NULL, so do not use it before the NULL check.... Read more
Affected Products : linux_kernel- Published: Aug. 21, 2024
- Modified: Oct. 17, 2024
-
5.5
MEDIUMCVE-2025-22031
In the Linux kernel, the following vulnerability has been resolved: PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustion When BIOS neglects to assign bus numbers to PCI bridges, the kernel attempts to correct that during PCI device enumerat... Read more
Affected Products : linux_kernel- Published: Apr. 16, 2025
- Modified: Apr. 29, 2025
- Vuln Type: Misconfiguration
-
5.5
MEDIUMCVE-2025-22062
In the Linux kernel, the following vulnerability has been resolved: sctp: add mutual exclusion in proc_sctp_do_udp_port() We must serialize calls to sctp_udp_sock_stop() and sctp_udp_sock_start() or risk a crash as syzbot reported: Oops: general protec... Read more
Affected Products : linux_kernel- Published: Apr. 16, 2025
- Modified: May. 22, 2025
- Vuln Type: Race Condition
-
5.5
MEDIUMCVE-2025-22065
In the Linux kernel, the following vulnerability has been resolved: idpf: fix adapter NULL pointer dereference on reboot With SRIOV enabled, idpf ends up calling into idpf_remove() twice. First via idpf_shutdown() and then again when idpf_remove() calls... Read more
Affected Products : linux_kernel- Published: Apr. 16, 2025
- Modified: May. 06, 2025
- Vuln Type: Memory Corruption
-
5.5
MEDIUMCVE-2023-52908
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential NULL dereference Fix potential NULL dereference, in the case when "man", the resource manager might be NULL, when/if we print debug information.... Read more
Affected Products : linux_kernel- Published: Aug. 21, 2024
- Modified: Sep. 12, 2024
-
5.5
MEDIUMCVE-2023-52927
In the Linux kernel, the following vulnerability has been resolved: netfilter: allow exp not to be removed in nf_ct_find_expectation Currently nf_conntrack_in() calling nf_ct_find_expectation() will remove the exp from the hash table. However, in some s... Read more
Affected Products : linux_kernel- Published: Mar. 14, 2025
- Modified: Aug. 19, 2025
- Vuln Type: Misconfiguration
-
5.5
MEDIUMCVE-2023-52903
In the Linux kernel, the following vulnerability has been resolved: io_uring: lock overflowing for IOPOLL syzbot reports an issue with overflow filling for IOPOLL: WARNING: CPU: 0 PID: 28 at io_uring/io_uring.c:734 io_cqring_event_overflow+0x1c0/0x230 ... Read more
Affected Products : linux_kernel- Published: Aug. 21, 2024
- Modified: Sep. 13, 2024
-
5.5
MEDIUMCVE-2025-37860
In the Linux kernel, the following vulnerability has been resolved: sfc: fix NULL dereferences in ef100_process_design_param() Since cited commit, ef100_probe_main() and hence also ef100_check_design_params() run before efx->net_dev is created; conseq... Read more
Affected Products : linux_kernel- Published: Apr. 18, 2025
- Modified: Apr. 29, 2025
- Vuln Type: Misconfiguration
-
5.5
MEDIUMCVE-2023-52879
In the Linux kernel, the following vulnerability has been resolved: tracing: Have trace_event_file have ref counters The following can crash the kernel: # cd /sys/kernel/tracing # echo 'p:sched schedule' > kprobe_events # exec 5>>events/kprobes/sche... Read more
Affected Products : linux_kernel- Published: May. 21, 2024
- Modified: Feb. 03, 2025
-
5.5
MEDIUMCVE-2025-6093
A vulnerability classified as critical was found in uYanki board-stm32f103rc-berial up to 84daed541609cb7b46854cc6672a275d1007e295. This vulnerability affects the function heartrate1_i2c_hal_write of the file 7.Example/hal/i2c/max30100/Manual/demo2/2/hear... Read more
Affected Products :- Published: Jun. 15, 2025
- Modified: Jun. 16, 2025
- Vuln Type: Memory Corruption
-
5.5
MEDIUMCVE-2025-6099
A vulnerability was found in szluyu99 gin-vue-blog up to 61dd11ccd296e8642a318ada3ef7b3f7776d2410. It has been declared as critical. This vulnerability affects unknown code of the file gin-blog-server/internal/manager.go of the component PATCH Request Han... Read more
Affected Products :- Published: Jun. 16, 2025
- Modified: Jun. 16, 2025
- Vuln Type: Authorization