Lucene search
+L

9437 matches found

CVE
CVE
added 2025/07/28 11:21 a.m.120 views

CVE-2025-38471

CVE-2025-38471 concerns the Linux kernel TLS path. The TLS queue can operate on an old skb after aggressive net-next skb compaction, leading to a slab-use-after-free in tls_strp_check_rcv. The Astra Linux bulletin confirms the fix is to always refresh the queue when reading a socket, instead of r...

9.8CVSS6.4AI score0.00397EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/07/28 8:2 a.m.35 views

CVE-2025-8265 299Ko CMS File Management view unrestricted upload

A vulnerability classified as critical has been found in 299Ko CMS 2.0.0. This affects an unknown part of the file /admin/filemanager/view of the component File Management. The manipulation leads to unrestricted upload. It is possible to initiate the attack remotely. The exploit has been disclose...

5.8CVSS0.0034EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/07/28 12:0 a.m.8 views

PT-2025-31154 · Polkadot · Polkadot Frontier

Name of the Vulnerable Software and Affected Versions: Polkadot Frontier versions prior to 0822030 Description: Polkadot Frontier is an Ethereum and EVM compatibility layer for Polkadot and Substrate. The implementation of CallableByContract incorrectly identified contract addresses running under...

6.9CVSS6.5AI score0.00457EPSS
SaveExploits0References6
Circl
Circl
added 2025/07/27 11:57 p.m.14 views

CVE-2025-28353

creationtimestamp| type| source ---|---|--- 2025-07-27 23:57:23+00:00| seen| https://bsky.app/profile/omo.bsky.social/post/3luybrrvvpc2i...

7.3AI score
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/07/27 4:14 p.m.16 views

CVE-2015-10142

Sitecore Experience Platform XP prior to 8.0 Initial Release rev. 141212 and Content Management System CMS prior to 7.2 Update-3 rev. 141226 and prior to 7.5 Update-1 rev. 150130 contain a vulnerability that may allow an attacker to download files under the web root of the site when the name of t...

6.9CVSS6.5AI score0.00473EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/07/27 4:32 a.m.6 views

CVE-2025-8222 jerryshensjf JPACookieShop 蛋糕商城JPA版 GoodsController.java cross site scripting

A vulnerability, which was classified as problematic, has been found in jerryshensjf JPACookieShop 蛋糕商城JPA版 up to 24a15c02b4f75042c9f7f615a3fed2ec1cefb999. Affected by this issue is some unknown functionality of the file GoodsController.java. The manipulation leads to cross site scripting. The...

5.1CVSS3.6AI score0.00344EPSS
SaveExploits1References4
CVE
CVE
added 2025/07/27 12:0 a.m.40 views

CVE-2024-58264

The CVE-2024-58264 entry concerns the Rust crate serde-json-wasm prior to 1.0.1, where deeply nested JSON data can cause stack consumption/overflow. Reported impacts include potential denial of service via stack exhaustion; some sources describe the issue as a stack overflow during recursive JSON...

7.5CVSS7.2AI score0.00362EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/07/26 1:56 p.m.3 views

BELL-CVE-2025-38386

Bulletin has no description...

5.5CVSS6.2AI score0.00178EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/07/26 3:28 a.m.15 views

CVE-2025-54380 Opencast still publishes global system account credentials

Opencast is a free, open-source platform to support the management of educational audio and video content. Prior to version 17.6, Opencast would incorrectly send the hashed global system account credentials ie: org.opencastproject.security.digest.user and org.opencastproject.security.digest.pass...

6.5CVSS0.00361EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/07/26 12:0 a.m.5 views

SUSE SLED15: MozillaFirefox / MozillaFirefox-branding-SLE / etc (SUSE-SU-2025:02529-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2025:02529-1 advisory. MozillaFirefox is updated to the 140ESR series. Firefox Extended Support Release 140.0esr ESR:...

9.8CVSS7.4AI score0.03214EPSS
SaveExploits1References58
RedhatCVE
RedhatCVE
added 2025/07/25 7:55 p.m.6 views

CVE-2025-38361

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check dcehwseq before dereferencing it WHAT hws was checked for null earlier in dce110blankstream, indicating hws can be null, and should be checked whenever it is used. cherry picked from commit...

5.5CVSS6.6AI score0.00199EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/07/25 7:50 p.m.4 views

CVE-2025-38384

In the Linux kernel, the following vulnerability has been resolved: mtd: spinand: fix memory leak of ECC engine conf Memory allocated for the ECC engine conf is not released during spinand cleanup. Below kmemleak trace is seen for this memory leak: unreferenced object 0xffffff80064f00e0 size 8:...

5.5CVSS6.6AI score0.00161EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/07/25 7:45 p.m.7 views

CVE-2025-38365

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix a race between renames and directory logging We have a race between a rename and directory inode logging that if it happens and we crash/power fail before the rename completes, the next time the filesystem is mounted,...

5.5CVSS6.6AI score0.00297EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/07/25 7:35 p.m.6 views

CVE-2025-38362

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null pointer check for getfirstactivedisplay The function modhdcphdcp1enableencryption calls the function getfirstactivedisplay, but does not check its return value. The return value is a null pointer if the...

5.5CVSS6.5AI score0.0011EPSS
SaveExploits0References4
Circl
Circl
added 2025/07/25 7:33 p.m.12 views

CVE-2025-52447

creationtimestamp| type| source ---|---|--- 2025-07-25 19:33:53+00:00| seen| https://bsky.app/profile/potato.software/post/3luss4tq2yl2y 2025-07-26 02:23:51+00:00| seen| https://bsky.app/profile/pmloik.bsky.social/post/3lutizwkvtc2j...

8.1CVSS4.8AI score0.0035EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/07/25 7:26 p.m.5 views

CVE-2025-38392

In the Linux kernel, the following vulnerability has been resolved: idpf: convert control queue mutex to a spinlock With VIRTCHNL2CAPMACFILTER enabled, the following warning is generated on module load: 324.701677 BUG: sleeping function called from invalid context at kernel/locking/mutex.c:578...

7.3CVSS6AI score0.00157EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/07/25 7:26 p.m.3 views

CVE-2025-38370

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix failure to rebuild free space tree using multiple transactions If we are rebuilding a free space tree, while modifying the free space tree we may need to allocate a new metadata block group. If we end up using multiple...

5.5CVSS6.5AI score0.00132EPSS
SaveExploits0References4
Circl
Circl
added 2025/07/25 7:17 p.m.24 views

CVE-2025-52448

creationtimestamp| type| source ---|---|--- 2025-07-25 19:17:35+00:00| seen| https://bsky.app/profile/potato.software/post/3lusr7pomqq2r...

8.1CVSS4.8AI score0.00342EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/07/25 7:15 p.m.12 views

CVE-2025-38371

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable interrupts before resetting the GPU Currently, an interrupt can be triggered during a GPU reset, which can lead to GPU hangs and NULL pointer dereference in an interrupt context as shown in the following trace:...

5.5CVSS6.3AI score0.00164EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/07/25 7:6 p.m.4 views

CVE-2025-38423

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd9375: Fix double free of regulator supplies Driver gets regulator supplies in probe path with devmregulatorbulkget, so should not call regulatorbulkfree in error and remove paths to avoid double free...

5.5CVSS6.6AI score0.00166EPSS
SaveExploits0References4
Rows per page
Query Builder