Lucene search
+L

1293 matches found

UbuntuCve
UbuntuCve
added 2026/06/15 12:00 a.m.11 views

CVE-2026-8357

LibreOffice Calc compiles cell formulas when opening a spreadsheet. A heap buffer overflow existed when compiling a very long formula made up of many opening tokens. The array that tracks nesting depth was allocated one element too small for that worst case, so such a formula wrote one element pa...

7.8CVSS7AI score0.00219EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/09 7:05 p.m.20 views

SUSE-SU-2026:2326-1 Security update for go1.25

This update for go1.25 fixes the following issues Update to go1.25.11 bsc1244485: - CVE-2026-27145: crypto/x509: split candidate hostname only once bsc1267450. - CVE-2026-42504: mime: quadratic complexity in WordDecoder.DecodeHeader bsc1267442. - CVE-2026-42507: net/textproto: arbitrary input are...

7.5CVSS5.7AI score0.00591EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/06/05 7:43 p.m.18 views

CVE-2026-8376

A flaw was found in Perl. A remote attacker could exploit a heap buffer overflow vulnerability when compiling regular expressions with a repeated fixed string on 32-bit builds. Specifically, the Perlstudychunk function in regcompstudy.c incorrectly calculates the size of the joined substring...

9.8CVSS7.9AI score0.00443EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2026/06/03 12:00 a.m.19 views

Securly Chrome Extension 安全漏洞

Securly Chrome Extension is a web filtering and student online security management browser extension developed by the American company Securly. Version 3.0.7 of Securly Chrome Extension contains a security vulnerability. This vulnerability arises from the lack of complexity validation during the...

7.5CVSS5.2AI score0.00432EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2026/06/02 5:16 p.m.12 views

CVE-2026-10702 JIT miscompilation in the JavaScript Engine: JIT component

JIT miscompilation in the JavaScript Engine: JIT component. This vulnerability was fixed in Firefox 151.0.3...

5.8AI score0.00856EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2026/06/02 12:00 a.m.32 views

Mozilla Firefox 安全漏洞

Mozilla Firefox is an open-source web browser developed by the Mozilla Foundation in the United States. Versions of Mozilla Firefox prior to 151.0.3 contained a security vulnerability, which was caused by a compilation error in the JavaScript Engine’s JIT component...

7.5CVSS5.3AI score0.00856EPSS
SaveExploits1References2
SUSE Linux
SUSE Linux
added 2026/05/29 3:29 p.m.23 views

Security update for csync2

This update for csync2 fixes the following issue CVE-2026-41051: uses insecure temporary directories when compiled with C99 or later bsc1262472. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively yo...

5.1CVSS5.8AI score0.00075EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/05/27 12:00 a.m.38 views

PT-2026-43457

Summary A Server-Side Code Injection vulnerability exists in the Yamcs algorithm evaluation engine org.yamcs.algorithms.JavaExprAlgorithmExecutionFactory. The application dynamically compiles and evaluates user-controlled algorithm text without enforcing a secure sandbox. An authenticated user wi...

9.1CVSS6.1AI score0.01116EPSS
SaveExploits1References8
OSV
OSV
added 2026/05/26 12:16 a.m.10 views

AZL-87357 CVE-2026-8376 affecting package perl for versions less than 5.38.2-512

Perl versions before 5.40.5-RC1, from 5.41.0 before 5.42.3-RC1, from 5.43.0 before 5.43.11 have a heap buffer overflow when compiling regular expressions with a repeated fixed string on 32-bit builds. Perlstudychunk in regcompstudy.c checked the size of the joined substring buffer in characters...

9.8CVSS8.2AI score0.00443EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/05/26 12:00 a.m.22 views

Babel 安全漏洞

Babel is a JavaScript compiler developed by Babel OpenSource. Versions of Babel from 7.12.0 to 7.29.4, as well as 8.0.0-alpha.13, have security vulnerabilities. These vulnerabilities stem from the possibility of generating outputs that can execute arbitrary code during the compilation of speciall...

8.2CVSS6.2AI score0.00125EPSS
SaveExploits0References1
attackerkb
attackerkb
added 2026/05/25 11:53 p.m.17 views

CVE-2026-8376

Perl versions through 5.43.10 have a heap buffer overflow when compiling regular expressions with a repeated fixed string on 32-bit builds. Perlstudychunk in regcompstudy.c checked the size of the joined substring buffer in characters rather than bytes. For a quantified fixed substring with a lar...

6AI score0.00443EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/05/25 11:53 p.m.84 views

CVE-2026-8376 Perl versions before 5.40.5-RC1, from 5.41.0 before 5.42.3-RC1, from 5.43.0 before 5.43.11 have a heap buffer overflow when compiling regular expressions with a repeated fixed string on 32-bit builds

Perl versions before 5.40.5-RC1, from 5.41.0 before 5.42.3-RC1, from 5.43.0 before 5.43.11 have a heap buffer overflow when compiling regular expressions with a repeated fixed string on 32-bit builds. Perlstudychunk in regcompstudy.c checked the size of the joined substring buffer in characters...

0.00443EPSS
SaveExploits1References1
Snyk
Snyk
added 2026/05/20 9:41 a.m.12 views

Arbitrary Code Injection

Overview twig/twig is a flexible, fast, and secure template language for PHP. Affected versions of this package are vulnerable to Arbitrary Code Injection via template name handling in the % use % tag compilation path. An attacker can execute arbitrary PHP code by supplying a crafted template nam...

9.8CVSS6.1AI score0.00688EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/05/18 8:23 p.m.37 views

HAPI FHIR: ReDoS via FHIRPath matches()/replaceMatches() in FHIR Validator HTTP Endpoint

Summary All implementations of FHIRPathEngine accept arbitrary FHIRPath expressions and evaluate them without input validation. The FHIRPath functions matches, matchesFull, and replaceMatches pass user-controlled regular expressions directly to Java's Pattern.compile and String.replaceAll without...

7.5CVSS6.1AI score0.00684EPSS
SaveExploits0References2Affected Software8
GithubExploit
GithubExploit
added 2026/05/17 1:09 a.m.235 views

PoCLab

kernel-poc Minimal Linux kernel + QEMU environment for reprod...

7.8CVSS7.3AI score0.99907EPSS
SaveExploits243
NVD
NVD
added 2026/05/13 4:16 p.m.42 views

CVE-2026-44294

protobufjs compiles protobuf definitions into JavaScript JS functions. Prior to 7.5.6 and 8.0.2, protobufjs generated JavaScript property accessors from schema-controlled field and oneof names. Certain control characters in field names were not escaped before being embedded into generated functio...

5.3CVSS0.00431EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/13 12:00 a.m.20 views

Linbit csync2 安全漏洞

Linbit csync2 is a cluster synchronization tool developed by the Austrian company Linbit. It is primarily used to keep files synchronized across multiple hosts within a cluster. Linbit csync2 has a security vulnerability that stems from the use of insecure temporary directories during compilation...

5.1CVSS5.8AI score0.00075EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/12 12:00 a.m.29 views

Mozilla Firefox 安全漏洞

Mozilla Firefox is an open-source web browser developed by the Mozilla Foundation in the United States. Versions of Mozilla Firefox prior to 150.0.3 contained a security vulnerability, which was caused by a compilation error in the JavaScript Engine’s JIT component...

7.3CVSS5.8AI score0.00331EPSS
SaveExploits0References1
NVD
NVD
added 2026/05/11 6:16 p.m.15 views

CVE-2026-41256

jq is a command-line JSON processor. In 1.8.1 and earlier, Top-level jq programs loaded from a file with -f are truncated at the first embedded NUL byte on current upstream HEAD. A crafted filter file such as . followed by \x00 and arbitrary suffix compiles and executes as only the prefix before...

5.5CVSS0.00158EPSS
SaveExploits1References1
OSV
OSV
added 2026/05/11 6:16 p.m.6 views

ALPINE-CVE-2026-41256

jq is a command-line JSON processor. In 1.8.1 and earlier, Top-level jq programs loaded from a file with -f are truncated at the first embedded NUL byte on current upstream HEAD. A crafted filter file such as . followed by \x00 and arbitrary suffix compiles and executes as only the prefix before...

5.5CVSS6.1AI score0.00158EPSS
SaveExploits1References1
Rows per page
Query Builder