Lucene search
+L

4109 matches found

Circl
Circl
added 2025/08/25 6:30 p.m.11 views

CVE-2025-53085

creationtimestamp| type| source ---|---|--- 2025-08-25 18:30:14+00:00| seen| https://infosec.place/objects/de54d7bd-1d09-48f4-8166-de141cb2e764 2025-08-26 00:58:40+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lxbcq6a24a22...

8.8CVSS4.8AI score0.00926EPSS
SaveExploits1References2
Circl
Circl
added 2025/08/25 5:27 p.m.9 views

CVE-2025-54370

creationtimestamp| type| source ---|---|--- 2025-08-25 17:27:33+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lxajjirf2e2d 2025-08-26 05:09:19+00:00| seen| https://bsky.app/profile/undercode.bsky.social/post/3lxbqqe4tvs2h 2025-08-29 16:47:32+00:00| seen|...

8.7CVSS5.6AI score0.00792EPSS
SaveExploits0References3
Circl
Circl
added 2025/08/25 3:13 p.m.10 views

CVE-2025-52456

creationtimestamp| type| source ---|---|--- 2025-08-25 15:13:27+00:00| seen| https://bsky.app/profile/potato.software/post/3lxabzpj77e2t 2025-08-26 06:00:06+00:00| seen| https://infosec.place/objects/10286d20-ea98-489d-8e55-820dca10e508...

8.8CVSS4.8AI score0.00859EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2025/08/24 11:15 a.m.7 views

CVE-2025-9385

A flaw has been found in appneta tcpreplay up to 4.5.1. The affected element is the function fixipv6checksums of the file editpacket.c of the component tcprewrite. This manipulation causes use after free. The attack is restricted to local execution. The exploit has been published and may be used...

5.5CVSS5.7AI score0.00237EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
added 2025/08/24 11:15 a.m.6 views

CVE-2025-9386

A vulnerability has been found in appneta tcpreplay up to 4.5.1. The impacted element is the function getl2lenprotocol of the file get.c of the component tcprewrite. Such manipulation leads to use after free. The attack must be carried out locally. The exploit has been disclosed to the public and...

5.5CVSS5.4AI score0.00235EPSS
SaveExploits1References5
Circl
Circl
added 2025/08/23 12:43 a.m.20 views

CVE-2025-57801

creationtimestamp| type| source ---|---|--- 2025-08-23 00:43:26+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lwzqi62oat2o...

9.1CVSS4.8AI score0.00213EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2025/08/22 4:15 p.m.8 views

CVE-2025-38619

In the Linux kernel, the following vulnerability has been resolved: media: ti: j721e-csi2rx: fix listdel corruption If ticsi2rxstartdma fails in ticsi2rxdmacallback, the buffer is marked done with VB2BUFSTATEERROR but is not removed from the DMA queue. This causes the same buffer to be retried in...

7.8CVSS6.2AI score0.00165EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/08/22 4:15 p.m.6 views

CVE-2025-38663

In the Linux kernel, the following vulnerability has been resolved: nilfs2: reject invalid file types when reading inodes To prevent inodes with invalid file types from tripping through the vfs and causing malfunctions or assertion failures, add a missing sanity check when reading an inode from a...

5.5CVSS5.7AI score0.0017EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
added 2025/08/22 4:15 p.m.10 views

CVE-2025-38620

In the Linux kernel, the following vulnerability has been resolved: zloop: fix KASAN use-after-free of tag set When a zoned loop device, or zloop device, is removed, KASAN enabled kernel reports "BUG KASAN use-after-free" in blkmqfreetagset. The BUG happens because zloopctlremove calls putdisk,...

7.8CVSS6.6AI score0.00155EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/08/22 4:15 p.m.7 views

CVE-2025-38625

In the Linux kernel, the following vulnerability has been resolved: vfio/pds: Fix missing detachioas op When CONFIGIOMMUFD is enabled and a device is bound to the pdsvfiopci driver, the following WARNON trace is seen and probe fails: WARNING: CPU: 0 PID: 5040 at drivers/vfio/vfiomain.c:317...

5.5CVSS5.4AI score0.00157EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/08/22 4:15 p.m.9 views

CVE-2025-38648

In the Linux kernel, the following vulnerability has been resolved: spi: stm32: Check for cfg availability in stm32spiprobe The stm32spiprobe function now includes a check to ensure that the pointer returned by ofdevicegetmatchdata is not NULL before accessing its members. This resolves a warning...

5.5CVSS5.8AI score0.00155EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/08/22 4:15 p.m.5 views

CVE-2025-38660

In the Linux kernel, the following vulnerability has been resolved: ceph parselongname: strrchr expects NUL-terminated string ... and parselongname is not guaranteed that. That's the reason why it uses kmemdupnul to build the argument for kstrtou64; the problem is, kstrtou64 is not the only thing...

9.8CVSS5.7AI score0.0038EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2025/08/22 4:15 p.m.7 views

CVE-2025-38640

In the Linux kernel, the following vulnerability has been resolved: bpf: Disable migration in nfhookrunbpf. syzbot reported that the netfilter bpf prog can be called without migration disabled in xmit path. Then the assertion in bpfprogrun fails, triggering the splat below. 0 Let's use...

7.8CVSS5.7AI score0.00165EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2025/08/22 4:15 p.m.5 views

CVE-2025-38643

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Add missing lock in cfg80211checkandendcac Callers of wdevchandef must hold the wiphy mutex. But the worker cfg80211propagatecacdonewk never takes the lock. Which triggers the warning below with the...

8.8CVSS6.2AI score0.00177EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2025/08/22 4:15 p.m.8 views

CVE-2025-38627

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix UAF of f2fsinodeinfo in f2fsfreedic The decompressioctx may be released asynchronously after I/O completion. If this file is deleted immediately after read, and the kworker of processing postreadwq has not bee...

7.8CVSS6AI score0.00165EPSS
SaveExploits0References14
Tenable Nessus
Tenable Nessus
added 2025/08/22 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-53101

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ImageMagick is free and open-source software used for editing and manipulating digital images. In versions prior to 7.1.2-0 and 6.9.13-26, in ImageMagick's magi...

9.8CVSS7.1AI score0.00828EPSS
SaveExploits1References2
Circl
Circl
added 2025/08/21 2:37 p.m.7 views

CVE-2025-11065

creationtimestamp| type| source ---|---|--- 2025-08-21 14:37:19+00:00| published-proof-of-concept| https://github.com/advisories/GHSA-2464-8j7c-4cjm 2026-01-26 21:31:29+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mde6xhlsg72h 2026-03-19 00:00:00+00:00| seen|...

5.3CVSS5.8AI score0.00363EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/08/21 1:15 p.m.7 views

CVE-2025-9300

A vulnerability was found in saitoha libsixel up to 1.10.3. Affected by this issue is the function sixeldebugprintpalette of the file src/encoder.c of the component img2sixel. The manipulation results in stack-based buffer overflow. The attack must be initiated from a local position. The exploit...

7.8CVSS5.9AI score0.00244EPSS
SaveExploits1References1
Circl
Circl
added 2025/08/21 2:40 a.m.27 views

CVE-2025-27216

creationtimestamp| type| source ---|---|--- 2025-08-21 02:40:26+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3lwuw3jx3qu2q 2025-09-20 16:58:24+00:00| seen| https://bsky.app/profile/ferramentaslinux.bsky.social/post/3lzbtz6zl4s22...

8.8CVSS4.8AI score0.00295EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/08/20 10:15 p.m.5 views

CVE-2025-9287

Improper Input Validation vulnerability in cipher-base allows Input Data Manipulation.This issue affects cipher-base: through 1.0.4...

9.1CVSS7.1AI score0.00504EPSS
SaveExploits1References4
Rows per page
Query Builder