Latest CVE Feed
-
8.1
HIGHCVE-2025-69087
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in jwsthemes FreeAgent allows PHP Local File Inclusion.This issue affects FreeAgent: from n/a through 2.1.2.... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Path Traversal
-
7.5
HIGHCVE-2026-0585
A security vulnerability has been detected in code-projects Online Product Reservation System 1.0. Impacted is an unknown function of the file /order_view.php of the component GET Parameter Handler. Such manipulation of the argument transaction_id leads t... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Injection
-
6.5
MEDIUMCVE-2026-0584
A weakness has been identified in code-projects Online Product Reservation System 1.0. This issue affects some unknown processing of the file app/products/left_cart.php. This manipulation of the argument ID causes sql injection. Remote exploitation of the... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Injection
-
7.5
HIGHCVE-2026-0583
A security flaw has been discovered in code-projects Online Product Reservation System 1.0. This vulnerability affects unknown code of the file app/user/login.php of the component User Login. The manipulation of the argument emailadd results in sql inject... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Injection
-
6.8
MEDIUMCVE-2025-8460
Improper Neutralization of Input During Web Page Generation (XSS or 'Cross-site Scripting') vulnerability in Centreon Infra Monitoring (Notification rules, Open tickets module) allows Stored XSS by users with elevated privileges.This issue affects Inf... Read more
Affected Products :- Published: Dec. 22, 2025
- Modified: Jan. 05, 2026
- Vuln Type: Cross-Site Scripting
-
0.0
NACVE-2025-68766
In the Linux kernel, the following vulnerability has been resolved: irqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc() If irq_domain_translate_twocell() sets "hwirq" to >= MCHP_EIC_NIRQ (2) then it results in an out of bounds access. The code ... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Memory Corruption
-
0.0
NACVE-2025-68765
In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add() In mt7615_mcu_wtbl_sta_add(), an skb sskb is allocated. If the subsequent call to mt76_connac_mcu_alloc_wtbl_req() fails, the ... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Memory Corruption
-
0.0
NACVE-2025-68764
In the Linux kernel, the following vulnerability has been resolved: NFS: Automounted filesystems should inherit ro,noexec,nodev,sync flags When a filesystem is being automounted, it needs to preserve the user-set superblock mount options, such as the "r... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Misconfiguration
-
0.0
NACVE-2025-68763
In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Correctly handle return of sg_nents_for_len The return value of sg_nents_for_len was assigned to an unsigned long in starfive_hash_digest, causing negative error code... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Memory Corruption
-
0.0
NACVE-2025-68762
In the Linux kernel, the following vulnerability has been resolved: net: netpoll: initialize work queue before error checks Prevent a kernel warning when netconsole setup fails on devices with IFF_DISABLE_NETPOLL flag. The warning (at kernel/workqueue.c... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Misconfiguration
-
0.0
NACVE-2025-68761
In the Linux kernel, the following vulnerability has been resolved: hfs: fix potential use after free in hfs_correct_next_unused_CNID() This code calls hfs_bnode_put(node) which drops the refcount and then dreferences "node" on the next line. It's only... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Memory Corruption
-
0.0
NACVE-2025-68760
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix potential out-of-bounds read in iommu_mmio_show In iommu_mmio_write(), it validates the user-provided offset with the check: `iommu->dbg_mmio_offset > iommu->mmio_phys_en... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Memory Corruption
-
0.0
NACVE-2025-68759
In the Linux kernel, the following vulnerability has been resolved: wifi: rtl818x: Fix potential memory leaks in rtl8180_init_rx_ring() In rtl8180_init_rx_ring(), memory is allocated for skb packets and DMA allocations in a loop. When an allocation fail... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Memory Corruption
-
0.0
NACVE-2025-68758
In the Linux kernel, the following vulnerability has been resolved: backlight: led-bl: Add devlink to supplier LEDs LED Backlight is a consumer of one or multiple LED class devices, but devlink is currently unable to create correct supplier-producer lin... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Misconfiguration
-
0.0
NACVE-2025-68757
In the Linux kernel, the following vulnerability has been resolved: drm/vgem-fence: Fix potential deadlock on release A timer that expires a vgem fence automatically in 10 seconds is now released with timer_delete_sync() from fence->ops.release() called... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Race Condition
-
0.0
NACVE-2025-68756
In the Linux kernel, the following vulnerability has been resolved: block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lock blk_mq_{add,del}_queue_tag_set() functions add and remove queues from tagset, the functions make sure that ta... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Race Condition
-
0.0
NACVE-2025-68755
In the Linux kernel, the following vulnerability has been resolved: staging: most: remove broken i2c driver The MOST I2C driver has been completely broken for five years without anyone noticing so remove the driver from staging. Specifically, commit 72... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Misconfiguration
-
0.0
NACVE-2025-68754
In the Linux kernel, the following vulnerability has been resolved: rtc: amlogic-a4: fix double free caused by devm The clock obtained via devm_clk_get_enabled() is automatically managed by devres and will be disabled and freed on driver detach. Manuall... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Memory Corruption
-
0.0
NACVE-2025-68753
In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-motu: add bounds check in put_user loop for DSP events In the DSP event handling code, a put_user() loop copies event data. When the user buffer size is not aligned to 4 ... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Memory Corruption
-
0.0
NACVE-2025-68752
In the Linux kernel, the following vulnerability has been resolved: iavf: Implement settime64 with -EOPNOTSUPP ptp_clock_settime() assumes every ptp_clock has implemented settime64(). Stub it with -EOPNOTSUPP to prevent a NULL dereference. The fix is s... Read more
Affected Products :- Published: Jan. 05, 2026
- Modified: Jan. 05, 2026
- Vuln Type: Misconfiguration