Lucene search
+L

31677 matches found

OSV
OSV
•added 2026/08/27 6:32 p.m.•7 views

GHSA-8X48-8G7J-RQXP Duplicate Advisory: Quadratic-time DoS in PorterStemmer via long runs of 'y'

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-ww6m-cw3f-q94g. This link is maintained to preserve external references. Original Description nltk PorterStemmer in versions = 3.10.2 fixed in 3.10.3 contains an inefficient-algorithmic-complexity denial of...

8.7CVSS5.8AI score
SaveExploits0References3
Cvelist
Cvelist
•added 2026/08/27 5:57 p.m.•55 views

CVE-2026-59276 Timing Attack via Non-Constant-Time Comparison of Sensitive Values

Several components in Spring Security compare security-sensitive values using standard string equality String.equals rather than a constant-time comparison. Because String.equals returns as soon as it finds a differing character, the time taken to reject an incorrect value is proportional to the...

5.9CVSS0.00332EPSS
SaveExploits0References1
CVE
CVE
•added 2026/08/27 5:57 p.m.•133 views

CVE-2026-59276

Spring Security is affected by a timing attack vulnerability in several components that compare security-sensitive values using standard String.equals() instead of a constant-time comparison. Because String.equals() returns as soon as a differing character is found, the response time for rejectin...

5.9CVSS5.3AI score0.00332EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
•added 2026/08/27 5:57 p.m.•17 views

CVE-2026-59276 Timing Attack via Non-Constant-Time Comparison of Sensitive Values

Several components in Spring Security compare security-sensitive values using standard string equality String.equals rather than a constant-time comparison. Because String.equals returns as soon as it finds a differing character, the time taken to reject an incorrect value is proportional to the...

5.9CVSS5.9AI score0.00332EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/08/27 5:57 p.m.•14 views

EUVD-2026-67168

Several components in Spring Security compare security-sensitive values using standard string equality String.equals rather than a constant-time comparison. Because String.equals returns as soon as it finds a differing character, the time taken to reject an incorrect value is proportional to the...

5.9CVSS5.3AI score0.00332EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/08/27 2:51 p.m.•38 views

CVE-2026-81722 nltk PorterStemmer before 3.10.3 Quadratic-time DoS

nltk PorterStemmer in versions = 3.10.2 fixed in 3.10.3 contains an inefficient-algorithmic-complexity denial of service in PorterStemmer.stem. The isconsonant helper walks backward over the entire run of trailing 'y' characters on every call, and measure invokes it for each stem position, causin...

8.7CVSS0.00521EPSS
SaveExploits1References2
CVE
CVE
•added 2026/08/27 2:51 p.m.•24 views

CVE-2026-81722

nltk PorterStemmer in versions ≤ 3.10.2 is vulnerable to an inefficient-algorithmic-complexity denial of service in PorterStemmer.stem(). The root cause is that the _is_consonant() helper walks backward over the entire run of trailing 'y' characters on every call, and _measure() invokes it for ea...

8.7CVSS5.3AI score0.00521EPSS
SaveExploits1References2Affected Software1
OSV
OSV
•added 2026/08/27 2:51 p.m.•14 views

CVE-2026-81722 nltk PorterStemmer before 3.10.3 Quadratic-time DoS

nltk PorterStemmer in versions = 3.10.2 fixed in 3.10.3 contains an inefficient-algorithmic-complexity denial of service in PorterStemmer.stem. The isconsonant helper walks backward over the entire run of trailing 'y' characters on every call, and measure invokes it for each stem position, causin...

8.7CVSS5.5AI score
SaveExploits0References4
Snyk
Snyk
•added 2026/08/27 2:51 p.m.•1 views

Inefficient Algorithmic Complexity

Overview nltk is a Natural Language Toolkit NLTK is a Python package for natural language processing. Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity via the PorterStemmer.stem path in nltk/stem/porter.py. An attacker can pin a CPU core by supplying a single...

8.7CVSS5.7AI score0.00521EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
•added 2026/08/27 2:51 p.m.•12 views

CVE-2026-81722 nltk PorterStemmer before 3.10.3 Quadratic-time DoS

nltk PorterStemmer in versions = 3.10.2 fixed in 3.10.3 contains an inefficient-algorithmic-complexity denial of service in PorterStemmer.stem. The isconsonant helper walks backward over the entire run of trailing 'y' characters on every call, and measure invokes it for each stem position, causin...

8.7CVSS5.3AI score0.00521EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
•added 2026/08/27 10:59 a.m.•13 views

CVE-2026-59641

A flaw was found in Bouncy Castle for Java. The S/MIME Secure/Multipurpose Internet Mail Extensions validator improperly trusts the signing time asserted by the signer during path validation. This could allow an attacker to bypass certificate path validation, potentially leading to the acceptance...

8.7CVSS4.9AI score0.00204EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
•added 2026/08/27 12:21 a.m.•9 views

SUSE CVE-2026-74749

In the Linux kernel, the following vulnerability has been resolved: rseq: Prevent hard lockup on granted time slice extension exittousermodeloop invokes rseqgranttimesliceextension with interrupts enabled. If the extension is granted it invokes hrtimerrearmdeferredtif to ensure that a pending...

5.8AI score0.00198EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/08/27 12:00 a.m.•18 views

PT-2026-82614

Name of the Vulnerable Software and Affected Versions openssl encrypt versions prior to 1.4.9 Description Insufficient controls during the execution of untrusted third-party plugins allow for arbitrary code execution with the privileges of the user running the software. This occurs because the...

9.3CVSS6.3AI score0.00436EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
•added 2026/08/27 12:00 a.m.•21 views

PT-2026-82690

Several components in Spring Security compare security-sensitive values using standard string equality String.equals rather than a constant-time comparison. Because String.equals returns as soon as it finds a differing character, the time taken to reject an incorrect value is proportional to the...

5.9CVSS5.3AI score0.00332EPSS
SaveExploits0References2
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/27 12:00 a.m.•0 views

CVE-2026-32479: Improper Neutralization of Special Elements used in an SQL Command

Unauthenticated SQL Injection in Visitor Traffic Real Time Statistics Pro = 11.17 versions...

9.3CVSS5.8AI score0.004EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
•added 2026/08/26 7:38 p.m.•15 views

CVE-2026-74749

A flaw was found in the Linux kernel's restartable sequences rseq mechanism. An inconsistency in the handling of lock states during time slice extensions can occur when interrupts are enabled. This can lead to a system livelock or hard lockup, effectively causing a Denial of Service DoS for the...

5.5CVSS5.3AI score0.00198EPSS
SaveExploits0References4
NVD
NVD
•added 2026/08/26 3:16 p.m.•14 views

CVE-2026-13479

The LoRaWAN application-layer clock-synchronization service parses downlinks in clocksyncpackagecallback subsys/lorawan/services/clocksync.c. Its command loop only guarantees that the one-byte command id is in bounds; for the CLOCKSYNCCMDAPPTIME AppTimeAns command the handler then reads a 4-byte...

4.3CVSS0.00235EPSS
SaveExploits1References2
EUVD
EUVD
•added 2026/08/26 2:36 p.m.•11 views

EUVD-2026-66579

In the Linux kernel, the following vulnerability has been resolved: rseq: Prevent hard lockup on granted time slice extension exittousermodeloop invokes rseqgranttimesliceextension with interrupts enabled. If the extension is granted it invokes hrtimerrearmdeferredtif to ensure that a pending...

5.4AI score0.00198EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/26 2:36 p.m.•9 views

CVE-2026-74749 rseq: Prevent hard lockup on granted time slice extension

In the Linux kernel, the following vulnerability has been resolved: rseq: Prevent hard lockup on granted time slice extension exittousermodeloop invokes rseqgranttimesliceextension with interrupts enabled. If the extension is granted it invokes hrtimerrearmdeferredtif to ensure that a pending...

5.7AI score
SaveExploits0References5
CVE
CVE
•added 2026/08/26 2:03 p.m.•23 views

CVE-2026-13479

CVE-2026-13479 is an out-of-bounds read in the LoRaWAN clock-synchronization service of Zephyr RTOS (subsys/lorawan/services/clock_sync.c). When processing the CLOCK_SYNC_CMD_APP_TIME (AppTimeAns) downlink, the handler reads a 4-byte time correction and 1-byte token without verifying that 5 bytes...

4.3CVSS5.9AI score0.00235EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder