Lucene search
+L

17703 matches found

Circl
Circl
•added 2025/04/21 1:02 a.m.•38 views

CVE-2025-43970

creationtimestamp| type| source ---|---|--- 2025-04-21 01:02:22+00:00| published-proof-of-concept| https://t.me/DarkWebInformerCVEAlerts/12628 2025-04-21 01:51:05+00:00| seen| https://infosec.exchange/users/cR0w/statuses/114373444529201097 2025-04-21 02:49:17+00:00| seen|...

5.3CVSS3.8AI score0.00423EPSS
SaveExploits0References4
Malwarebytes
Malwarebytes
•added 2025/04/21 12:34 a.m.•25 views

Did DOGE “breach” Americans’ data? (Lock and Code S06E08)

This week on the Lock and Code podcast … If you don't know about the newly created US Department of Government Efficiency DOGE, there's a strong chance they already know about you. Created on January 20 by US President Donald Trump through Executive Order, DOGE's broad mandate is “modernizing...

7AI score
SaveExploits0
Circl
Circl
•added 2025/04/19 7:00 p.m.•21 views

CVE-2025-43917

creationtimestamp| type| source ---|---|--- 2025-04-19 19:00:01+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/12591 2025-04-19 20:13:45+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3ln6x4tw63p2t 2025-04-19 21:48:28+00:00| seen|...

8.2CVSS7.3AI score0.00164EPSS
SaveExploits0References4
OSV
OSV
•added 2025/04/19 5:22 a.m.•7 views

CGA-2Q55-9HH3-VQ44

Bulletin has no description...

6.7AI score0.00535EPSS
SaveExploits0
OSV
OSV
•added 2025/04/18 10:27 p.m.•6 views

CGA-V2WH-635J-HC27

Bulletin has no description...

6.7AI score0.00535EPSS
SaveExploits0
OSV
OSV
•added 2025/04/18 9:22 p.m.•5 views

CGA-P3Q9-4FFC-37V8

Bulletin has no description...

6.7AI score0.00535EPSS
SaveExploits0
RedhatCVE
RedhatCVE
•added 2025/04/18 3:05 p.m.•8 views

CVE-2025-39778

In the Linux kernel, the following vulnerability has been resolved: objtool, nvmet: Fix out-of-bounds stack access in nvmetctrlstateshow The cstsstatenames array only has six sparse entries, but the iteration code in nvmetctrlstateshow iterates seven, resulting in a potential out-of-bounds stack...

7.1CVSS6.6AI score0.00251EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/04/18 3:00 p.m.•7 views

CVE-2025-38152

In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Clear tablesz when rprocshutdown There is case as below could trigger kernel dump: Use U-Boot to start remote processorrproc with resource table published to a fixed address by rproc. After Kernel boots up, stop...

5.5CVSS6.5AI score0.00274EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/04/18 2:56 p.m.•28 views

CVE-2025-40364

In the Linux kernel, the following vulnerability has been resolved: iouring: fix ioreqprepasync with provided buffers ioreqprepasync can import provided buffers, commit the ring state by giving up on that before, it'll be reimported later if needed...

3.3CVSS6.4AI score0.00286EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/04/18 2:38 p.m.•10 views

CVE-2025-40014

In the Linux kernel, the following vulnerability has been resolved: objtool, spi: amd: Fix out-of-bounds stack access in amdsetspifreq If speedhz AMDSPIMINHZ, amdsetspifreq iterates over the entire amdspifreq array without breaking out early, causing 'i' to go beyond the array bounds. Fix that by...

7.1CVSS6.3AI score0.00233EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/04/18 2:27 p.m.•15 views

CVE-2025-37785

A flaw was found in the ext4 module in the Linux kernel. An out-of-bounds read can be triggered when a corrupted ext4 filesystem is mounted due to a missing check, resulting in a denial of service that causes the system to freeze or become unusable. Mitigation Do not mount untrusted ext4...

5.5CVSS6.7AI score0.00303EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/04/18 1:27 p.m.•25 views

CVE-2025-39728

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix UBSAN panic in samsungclkinit With UBSANARRAYBOUNDS=y, I'm hitting the below panic due to dereferencing ctx-clkdata.hws before setting ctx-clkdata.num = nrclks. Move that up to fix the crash. UBSAN: array index...

5.5CVSS6.4AI score0.00278EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/04/18 4:58 a.m.•15 views

CVE-2025-22120

In the Linux kernel, the following vulnerability has been resolved: ext4: goto right label 'outmmapsem' in ext4setattr Otherwise, if ext4inodeattachjinode fails, a hung task will happen because filemapinvalidateunlock isn't called to unlock mapping-invalidatelock. Like this: EXT4-fs error device...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/04/18 4:52 a.m.•25 views

CVE-2025-22092

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix NULL dereference in SR-IOV VF creation error path Clean up when virtfn setup fails to prevent NULL pointer dereference during device removal. The kernel oops below occurred due to incorrect error handling flow when...

5.5CVSS6.4AI score0.00199EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/04/18 4:21 a.m.•12 views

CVE-2025-22107

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105tabledeleteentry There are actually 2 problems: - deleting the last element doesn't require the memmove of elements i + 1, end over it. Actually, element i+1 is out of...

5.5CVSS6.4AI score0.00209EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/04/18 4:20 a.m.•15 views

CVE-2025-22103

In the Linux kernel, the following vulnerability has been resolved: net: fix NULL pointer dereference in l3mdevl3rcv When delete l3s ipvlan: ip link del link eth0 ipvlan1 type ipvlan mode l3s This may cause a null pointer dereference: Call trace: iprcvfinish+0x48/0xd0 iprcv+0x5c/0x100...

5.5CVSS6.3AI score0.00204EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/04/18 4:17 a.m.•11 views

CVE-2025-22064

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: don't unregister hook when table is dormant When nftablesupdchain encounters an error, hook registration needs to be rolled back. This should only be done if the hook has been registered, which won't happen...

5.5CVSS6.4AI score0.00265EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/04/18 4:14 a.m.•13 views

CVE-2025-22054

In the Linux kernel, the following vulnerability has been resolved: arcnet: Add NULL check in com20020pciprobe devmkasprintf returns NULL when memory allocation fails. Currently, com20020pciprobe does not check for this case, which results in a NULL pointer dereference. Add NULL check after...

5.5CVSS6.4AI score0.00228EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/04/18 4:13 a.m.•18 views

CVE-2025-22052

In the Linux kernel, the following vulnerability has been resolved: staging: gpib: Fix Oops after disconnect in niusb If the usb dongle is disconnected subsequent calls to the driver cause a NULL dereference Oops as the businterface is set to NULL on disconnect. This problem was introduced by...

5.5CVSS6.4AI score0.00199EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2025/04/18 3:58 a.m.•16 views

CVE-2025-22056

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfttunnel: fix geneveopt type confusion addition When handling multiple NFTATUNNELKEYOPTSGENEVE attributes, the parsing logic should place every geneveopt structure one by one compactly. Hence, when deciding the next...

7CVSS7.2AI score0.12966EPSS
SaveExploits8References4
Rows per page
Query Builder