Lucene search
+L

33465 matches found

EUVD
EUVD
added 2025/12/24 9:30 p.m.13 views

EUVD-2025-205343

NovaRad NovaPACS Diagnostics Viewer 8.5.19.75 contains an unauthenticated XML External Entity XXE injection vulnerability in XML preference import settings. Attackers can craft malicious XML files with DTD parameter entities to retrieve arbitrary system files through an out-of-band channel attack...

9.8CVSS7.1AI score0.00423EPSS
SaveExploits1References4
EUVD
EUVD
added 2025/12/24 9:30 p.m.11 views

EUVD-2025-205346

FLIR AX8 Thermal Camera 1.32.16 contains an unauthenticated vulnerability that allows remote attackers to access live video streams without credentials. Attackers can directly connect to the RTSP stream using tools like VLC or FFmpeg to view and record thermal camera footage...

8.7CVSS6.6AI score0.0052EPSS
SaveExploits2References4
EUVD
EUVD
added 2025/12/24 9:30 p.m.17 views

EUVD-2025-205351

SOCA Access Control System 180612 contains multiple insecure direct object reference vulnerabilities that allow attackers to access sensitive user credentials. Attackers can retrieve authenticated and unauthenticated user password hashes and pins through unprotected endpoints like...

7.5CVSS6.6AI score0.00358EPSS
SaveExploits1References4
EUVD
EUVD
added 2025/12/24 3:30 p.m.7 views

EUVD-2025-205229

This CVE id was assigned but later discarded...

6.1AI score
SaveExploits0References1
EUVD
EUVD
added 2025/12/24 12:30 p.m.11 views

EUVD-2025-205124

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: return ERRPTR instead of NULL when there is no link hciconnectsco currently returns NULL when there is no link i.e. when hciconnlink returns NULL. scoconnect expects an ERRPTR in case of any error see line 266...

5.9AI score0.00176EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/24 12:30 p.m.13 views

EUVD-2025-205130

In the Linux kernel, the following vulnerability has been resolved: ice: prevent NULL pointer deref during reload Calling ethtool during reload can lead to call trace, because VSI isn't configured for some time, but netdev is alive. To fix it add rtnl lock for VSI deconfig and config. Set...

5.7AI score0.00169EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/24 12:30 p.m.12 views

EUVD-2025-205117

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix underflow in chain reference counter Set element addition error path decrements reference counter on chains twice: once on element release and again via nftdatarelease. Then, d6b478666ffa "netfilter:...

6.1AI score0.00138EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 12:30 p.m.9 views

EUVD-2025-205128

In the Linux kernel, the following vulnerability has been resolved: bpf: fix a memory leak in the LRU and LRUPERCPU hash maps The LRU and LRUPERCPU maps allocate a new element on update before locking the target hash table bucket. Right after that the maps try to lock the bucket. If this fails,...

5.7AI score0.00182EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 12:30 p.m.9 views

EUVD-2025-205112

In the Linux kernel, the following vulnerability has been resolved: powerpc/64s: Fix VAS mm use after free The refcount on mm is dropped before the coprocessor is detached...

6AI score0.00136EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/24 12:30 p.m.5 views

EUVD-2025-205131

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between balance and cancel/pause Syzbot reported a panic that looks like this: assertion failed: fsinfo-exclusiveoperation == BTRFSEXCLOPBALANCEPAUSED, in fs/btrfs/ioctl.c:465 ------------ cut here ------------...

5.9AI score0.0018EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/24 12:30 p.m.10 views

EUVD-2025-205134

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race when deleting quota root from the dirty cow roots list When disabling quotas we are deleting the quota root from the list fsinfo-dirtycowonlyroots without taking the lock that protects it, which is struct...

5.8AI score0.002EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/24 12:30 p.m.10 views

EUVD-2025-205119

In the Linux kernel, the following vulnerability has been resolved: opp: Fix use-after-free in lazyopptables after probe deferral When devpmoppoffindiccpaths in allocateopptable returns -EPROBEDEFER, the opptable is freed again, to wait until all the interconnect paths are available. However, if...

6AI score0.00136EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 12:30 p.m.5 views

EUVD-2025-205142

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix deadlock issue when externellb and reset are executed together When externellb and reset are executed together, a deadlock may occur: 3147.217009 INFO: task kworker/u321:0:7 blocked for more than 120 seconds...

6AI score0.00204EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 12:30 p.m.4 views

EUVD-2025-205151

In the Linux kernel, the following vulnerability has been resolved: hwrng: virtio - Fix race on dataavail and actual data The virtio rng device kicks off a new entropy request whenever the data available reaches zero. When a new request occurs at the end of a read operation, that is, when the...

5.8AI score0.00206EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/24 12:30 p.m.5 views

EUVD-2025-205163

In the Linux kernel, the following vulnerability has been resolved: net: fix stack overflow when LRO is disabled for virtual interfaces When the virtual interface's feature is updated, it synchronizes the updated feature for its own lower interface. This propagation logic should be worked as the...

6.2AI score0.00166EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/24 12:30 p.m.40 views

EUVD-2025-205147

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix assertion of exclop condition when starting balance Balance as exclusive state is compatible with paused balance and device add, which makes some things more complicated. The assertion of valid states when starting fro...

6.2AI score0.00196EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/24 12:30 p.m.11 views

EUVD-2025-205150

In the Linux kernel, the following vulnerability has been resolved: thermal: of: fix double-free on unregistration Since commit 3d439b1a2ad3 "thermal/core: Alloc-copy-free the thermal zone parameters structure", thermalzonedeviceregister allocates a copy of the tzp argument and frees it when...

6AI score0.0014EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/24 12:30 p.m.13 views

EUVD-2025-205157

In the Linux kernel, the following vulnerability has been resolved: binder: fix memory leak in binderinit In binderinit, the destruction of binderallocshrinkerinit is not performed in the wrong path, which will cause memory leaks. So this commit introduces binderallocshrinkerexit and calls it in...

6AI score0.00206EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/24 12:30 p.m.5 views

EUVD-2025-205116

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Check valid rport returned by fcbsgtorport Klocwork reported warning of rport maybe NULL and will be dereferenced. rport returned by call to fcbsgtorport could be NULL and dereferenced. Check valid rport returned b...

5.9AI score0.00206EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/12/24 12:30 p.m.48 views

EUVD-2025-205167

In the Linux kernel, the following vulnerability has been resolved: ice: set txtstamps when creating new Tx rings via ethtool When the user changes the number of queues via ethtool, the driver allocates new rings. This allocation did not initialize txtstamps. This results in the txtstamps field...

5.9AI score0.00196EPSS
SaveExploits0References5
Rows per page
Query Builder