Lucene search
+L

25456 matches found

Debian CVE
Debian CVE
added 2025/12/09 9:16 a.m.17 views

CVE-2025-59029

An attacker can trigger an assertion failure by requesting crafted DNS records, waiting for them to be inserted into the records cache, then send a query with qtype set to ANY...

5.3CVSS5.3AI score0.00369EPSS
SaveExploits0
Japan Vulnerability Notes
Japan Vulnerability Notes
added 2025/12/09 8:25 a.m.14 views

Android App "Brother iPrint&Scan" improper use of an external cache directory

Overview iPrint provided by Brother Industries, Ltd. contains the following vulnerability. Improper use of an external cache directory CWE-524 - CVE-2025-64696 Johan Francsics reported this vulnerability to BROTHER INDUSTRIES, LTD. and coordinated. After the coordination, BROTHER INDUSTRIES, LTD...

4.8CVSS4.4AI score0.00132EPSS
SaveExploits0References4
CVE
CVE
added 2025/12/09 8:16 a.m.30 views

CVE-2025-64696

CVE-2025-64696 affects the Android app Brother iPrint&Scan (versions 6.13.7 and earlier). The root cause is improper use of an external cache directory, which can allow malicious apps to access application-specific files. Impact stated in sources: application-specific files may be accessed by oth...

4.8CVSS4.6AI score0.00132EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/12/09 8:16 a.m.9 views

CVE-2025-64696

Android App "Brother iPrint&Scan" versions 6.13.7 and earlier improperly uses an external cache directory. If exploited, application-specific files may be accessed from other malicious applications...

4.8CVSS6.5AI score0.00132EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/09 8:16 a.m.33 views

CVE-2025-64696

Android App "Brother iPrint&Scan" versions 6.13.7 and earlier improperly uses an external cache directory. If exploited, application-specific files may be accessed from other malicious applications...

4.8CVSS0.00132EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/09 7:19 a.m.43 views

CVE-2025-14306

The CVE-2025-14306 entry concerns Robocode 1.9.3.6, where the CacheCleaner component’s recursivelyDelete method does not properly sanitize file paths, enabling directory traversal that can lead to arbitrary file deletions. Affected component: CacheCleaner; root cause: insufficient path sanitizati...

10CVSS6.6AI score0.0105EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/12/09 7:19 a.m.44 views

CVE-2025-14306 Directory Traversal in Robocode's CacheCleaner Component

A directory traversal vulnerability exists in the CacheCleaner component of Robocode version 1.9.3.6. The recursivelyDelete method fails to properly sanitize file paths, allowing attackers to traverse directories and delete arbitrary files on the system. This vulnerability can be exploited by...

10CVSS0.0105EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/12/09 7:19 a.m.5 views

CVE-2025-14306 Directory Traversal in Robocode's CacheCleaner Component

A directory traversal vulnerability exists in the CacheCleaner component of Robocode version 1.9.3.6. The recursivelyDelete method fails to properly sanitize file paths, allowing attackers to traverse directories and delete arbitrary files on the system. This vulnerability can be exploited by...

10CVSS6.6AI score0.0105EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 7:19 a.m.10 views

CVE-2025-14306 Directory Traversal in Robocode's CacheCleaner Component

A directory traversal vulnerability exists in the CacheCleaner component of Robocode version 1.9.3.6. The recursivelyDelete method fails to properly sanitize file paths, allowing attackers to traverse directories and delete arbitrary files on the system. This vulnerability can be exploited by...

10CVSS7.3AI score
SaveExploits0References6
CVE
CVE
added 2025/12/09 1:30 a.m.20 views

CVE-2023-53848

Technical details for CVE-2023-53848 are not provided in the given documents. The sources describe a deadlock fix in md/raid5-cache with no product/version specifics. Monitor for updates.

6AI score0.00222EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.35 views

CVE-2023-53848 md/raid5-cache: fix a deadlock in r5l_exit_log()

In the Linux kernel, the following vulnerability has been resolved: md/raid5-cache: fix a deadlock in r5lexitlog Commit b13015af94cf "md/raid5-cache: Clear conf-log after finishing work" introduce a new problem: // caller hold reconfigmutex r5lexitlog flushwork&log-disablewritebackwork...

0.00222EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 1:30 a.m.7 views

CVE-2023-53848 md/raid5-cache: fix a deadlock in r5l_exit_log()

In the Linux kernel, the following vulnerability has been resolved: md/raid5-cache: fix a deadlock in r5lexitlog Commit b13015af94cf "md/raid5-cache: Clear conf-log after finishing work" introduce a new problem: // caller hold reconfigmutex r5lexitlog flushwork&log-disablewritebackwork...

6.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.10 views

CVE-2023-53848

In the Linux kernel, the following vulnerability has been resolved: md/raid5-cache: fix a deadlock in r5lexitlog Commit b13015af94cf "md/raid5-cache: Clear conf-log after finishing work" introduce a new problem: // caller hold reconfigmutex r5lexitlog flushwork&log-disablewritebackwork...

5.8AI score0.00222EPSS
SaveExploits0
CVE
CVE
added 2025/12/09 1:29 a.m.29 views

CVE-2023-53839

The CVE-2023-53839 entry concerns a data race in the Linux kernel's DCCP path. Specifically, dccp_sendmsg() and do_dccp_getsockopt() read dp->dccps_mss_cache before acquiring the socket lock, allowing a race with concurrent updates. The fix adds READ_ONCE()/WRITE_ONCE() annotations and modifie...

6.1AI score0.00251EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 1:29 a.m.9 views

CVE-2023-53839 dccp: fix data-race around dp->dccps_mss_cache

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

6.4AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.40 views

CVE-2023-53839 dccp: fix data-race around dp->dccps_mss_cache

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

0.00251EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.16 views

CVE-2023-53839

In the Linux kernel, the following vulnerability has been resolved: dccp: fix data-race around dp-dccpsmsscache dccpsendmsg reads dp-dccpsmsscache before locking the socket. Same thing in dodccpgetsockopt. Add READONCE/WRITEONCE annotations, and change dccpsendmsg to check again dccpsmsscache aft...

5.3AI score0.00251EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/09 12:29 a.m.11 views

SUSE CVE-2023-53763

In the Linux kernel, the following vulnerability has been resolved: Revert "f2fs: fix to do sanity check on extent cache correctly" syzbot reports a f2fs bug as below: UBSAN: array-index-out-of-bounds in fs/f2fs/f2fs.h:3275:19 index 1409 is out of range for type 'le32923' aka 'unsigned int923' Ca...

6.5AI score0.00139EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/09 12:28 a.m.9 views

SUSE CVE-2023-53765

In the Linux kernel, the following vulnerability has been resolved: dm cache: free background tracker's queued work in btrackerdestroy Otherwise the kernel can BUG with: 2245.426978 ============================================================================= 2245.435155 BUG btwork Tainted: G B W...

5.5CVSS6.4AI score0.0018EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.11 views

PT-2025-50013

Missing Authorization vulnerability in ergonet Ergonet Cache ergonet-varnish-cache allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Ergonet Cache: from n/a through = 1.0.11...

7AI score0.00281EPSS
SaveExploits0References2
Rows per page
Query Builder