Lucene search
+L

3934 matches found

CNVD
CNVD
added 2025/10/17 12:0 a.m.6 views

F5 BIG-IP ePVA Denial of Service Vulnerability

F5 BIG-IP is an application delivery platform from F5 that integrates network traffic orchestration, load balancing, intelligent DNS, and remote access policy management. A denial-of-service vulnerability exists in the ePVA module of BIG-IP. The vulnerability arises due to undisclosed traffic tha...

8.7CVSS6.8AI score0.00327EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/10/16 8:15 p.m.2 views

CVE-2025-60358

radare2 v.5.9.8 and before contains a memory leak in the function loadrelocations...

5.5CVSS5.9AI score0.00148EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/10/16 6:15 p.m.2 views

CVE-2025-61908

Icinga 2 is an open source monitoring system. From 2.10.0 to before 2.15.1, 2.14.7, and 2.13.13, when creating an invalid reference, such as a reference to null, dereferencing results in a segmentation fault. This can be used by any API user with access to an API endpoint that allows specifying a...

7.1CVSS5.9AI score0.00498EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/10/16 4:15 p.m.4 views

CVE-2025-62496

A vulnerability exists in the QuickJS engine's BigInt string parsing logic jsbigintfromstring when attempting to create a BigInt from a string with an excessively large number of digits. The function calculates the necessary number of bits nbits required to store the BigInt using the formula:...

8.8CVSS6AI score0.00447EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2025/10/16 4:15 p.m.2 views

CVE-2025-62491

A Use-After-Free UAF vulnerability exists in the QuickJS engine's standard library when iterating over the global list of unhandled rejected promises ts-rejectedpromiselist. The function jsstdpromiserejectioncheck attempts to iterate over the rejectedpromiselist to report unhandled rejections usi...

8.8CVSS6AI score0.0038EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2025/10/16 4:15 p.m.4 views

CVE-2025-62492

A vulnerability stemming from floating-point arithmetic precision errors exists in the QuickJS engine's implementation of TypedArray.prototype.indexOf when a negative fromIndex argument is supplied. The fromIndex argument read as a double variable, $d$ is used to calculate the starting position f...

6.5CVSS6.1AI score0.00364EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2025/10/16 4:15 p.m.2 views

CVE-2025-62495

An integer overflow vulnerability exists in the QuickJS regular expression engine libregexp due to an inconsistent representation of the bytecode buffer size. The regular expression bytecode is stored in a DynBuf structure, which correctly uses a $\textsize\textt$ an unsigned type, typically...

8.8CVSS6.1AI score0.00427EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2025/10/16 8:33 a.m.6 views

CVE-2025-10310

The Rich Snippet Site Report plugin for WordPress is vulnerable to SQL Injection via the 'last' parameter in all versions up to, and including, 2.0.0105 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible...

4.9CVSS6.7AI score0.00333EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/10/16 12:0 a.m.3 views

CVE-2025-11683

YAML::Syck versions before 1.36 for Perl has missing null-terminators which causes out-of-bounds read and potential information disclosure Missing null terminators in token.c leads to but-of-bounds read which allows adjacent variable to be read The issue is seen with complex YAML files with a has...

6.5CVSS5.8AI score0.0023EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/10/16 12:0 a.m.9 views

PT-2025-42490

Name of the Vulnerable Software and Affected Versions QuickJS affected versions not specified Description An issue exists in the QuickJS engine’s BigInt string conversion logic within the js bigint to string1 function. This is due to an incorrect calculation of the required number of digits,...

6.5CVSS6.1AI score0.00356EPSS
SaveExploits1References11
UbuntuCve
UbuntuCve
added 2025/10/15 4:15 p.m.4 views

CVE-2025-59419

Netty is an asynchronous, event-driven network application framework. In versions prior to 4.1.128.Final and 4.2.7.Final, the SMTP codec in Netty contains an SMTP command injection vulnerability due to insufficient input validation for Carriage Return \r and Line Feed \n characters in user-suppli...

6.9CVSS7.1AI score0.01594EPSS
SaveExploits0References5
NVD
NVD
added 2025/10/15 9:15 a.m.7 views

CVE-2025-10310

The Rich Snippet Site Report plugin for WordPress is vulnerable to SQL Injection via the 'last' parameter in all versions up to, and including, 2.0.0105 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible...

4.9CVSS0.00333EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/10/15 8:25 a.m.3 views

CVE-2025-10310 Rich Snippet Site Report <= 2.0.0105 - Authenticated (Admin+) SQL Injection

The Rich Snippet Site Report plugin for WordPress is vulnerable to SQL Injection via the 'last' parameter in all versions up to, and including, 2.0.0105 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible...

4.9CVSS6.3AI score0.00333EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/15 8:25 a.m.6 views

EUVD-2025-34567

The Rich Snippet Site Report plugin for WordPress is vulnerable to SQL Injection via the 'last' parameter in all versions up to, and including, 2.0.0105 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible...

4.9CVSS6.2AI score0.00333EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/10/15 8:15 a.m.5 views

CVE-2025-39990

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the helper function is valid in gethelperproto kernel test robot reported verifier bug 1 where the helper func pointer could be NULL due to disabled config option. As Alexei suggested we could check on that in...

5.7AI score0.00184EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/10/15 8:15 a.m.3 views

CVE-2025-39986

In the Linux kernel, the following vulnerability has been resolved: can: sun4ican: populate ndochangemtu to prevent buffer overflow Sending an PFPACKET allows to bypass the CAN framework logic and to directly reach the xmit function of a CAN driver. The only check which is performed by the PFPACK...

7AI score0.0022EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2025/10/15 8:15 a.m.3 views

CVE-2025-39966

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix race during abort for file descriptors fput doesn't actually call fileoperations release synchronously, it puts the file on a work queue and it will be released eventually. This is normally fine, except for iommufd t...

7CVSS6.2AI score0.00101EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/10/15 8:15 a.m.3 views

CVE-2025-39995

In the Linux kernel, the following vulnerability has been resolved: media: i2c: tc358743: Fix use-after-free bugs caused by orphan timer in probe The state-timer is a cyclic timer that schedules worki2cpoll and delayedworkenablehotplug, while rearming itself. Using timerdelete fails to guarantee...

5.8AI score0.00218EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2025/10/15 8:15 a.m.4 views

CVE-2025-40000

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix use-after-free in rtw89coretxkickoffandwait There is a bug observed when rtw89coretxkickoffandwait tries to access already freed skbdata: BUG: KFENCE: use-after-free write in rtw89coretxkickoffandwait...

6.5AI score0.00187EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2025/10/15 8:15 a.m.3 views

CVE-2025-39987

In the Linux kernel, the following vulnerability has been resolved: can: hi311x: populate ndochangemtu to prevent buffer overflow Sending an PFPACKET allows to bypass the CAN framework logic and to directly reach the xmit function of a CAN driver. The only check which is performed by the PFPACKET...

6.9AI score0.00225EPSS
SaveExploits0References35
Rows per page
Query Builder