Lucene search
+L

587 matches found

CVE
CVE
added 2026/07/17 3:29 p.m.37 views

CVE-2026-9537

Mojo::JWT on Perl versions before 1.02 is vulnerable to a timing attack in verify HMAC signatures. The decode() path compares the provided signature to the recomputed HMAC using Perl's eq operator, which short-circuits on the first non-matching byte, causing a variable-time comparison proportiona...

5.3CVSS5.3AI score0.00322EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/17 3:29 p.m.47 views

CVE-2026-9537 Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison

Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison. The decode method compares the supplied signature to the recomputed HMAC with Perl's eq operator, which stops at the first differing byte, so the comparison time varies with the number of...

0.00322EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/17 3:29 p.m.9 views

CVE-2026-9537 Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison

Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison. The decode method compares the supplied signature to the recomputed HMAC with Perl's eq operator, which stops at the first differing byte, so the comparison time varies with the number of...

5.3CVSS5.3AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/17 3:29 p.m.13 views

CVE-2026-9537

Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison. The decode method compares the supplied signature to the recomputed HMAC with Perl's eq operator, which stops at the first differing byte, so the comparison time varies with the number of...

5.3CVSS5.3AI score0.00322EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/07/17 3:29 p.m.6 views

CVE-2026-9537 Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison

Mojo::JWT versions before 1.02 for Perl verify HMAC signatures with a non-constant-time string comparison. The decode method compares the supplied signature to the recomputed HMAC with Perl's eq operator, which stops at the first differing byte, so the comparison time varies with the number of...

5.2AI score0.00322EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/07/07 2:32 a.m.13 views

SUSE CVE-2026-14109

Insufficient policy enforcement in Mojo in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: Low...

9.6CVSS6AI score0.00345EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/07 12:00 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2026-14803

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Mojo::JSON versions before 9.47 for Perl allow memory exhaustion via unbounded recursion in the pure-Perl decoder. The pure-Perl decode path decodevalue...

6.5CVSS5.3AI score0.0053EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/06 2:16 a.m.10 views

DEBIAN-CVE-2026-14803

Mojo::JSON versions before 9.47 for Perl allow memory exhaustion via unbounded recursion in the pure-Perl decoder. The pure-Perl decode path decodevalue dispatching to decodearray and decodeobject recurses with no depth limit, so a small deeply nested JSON document can consume excessive memory...

6.5CVSS6AI score0.0053EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/06 2:16 a.m.16 views

CVE-2026-14803

Mojo::JSON versions before 9.47 for Perl allow memory exhaustion via unbounded recursion in the pure-Perl decoder. The pure-Perl decode path decodevalue dispatching to decodearray and decodeobject recurses with no depth limit, so a small deeply nested JSON document can consume excessive memory...

6.5CVSS0.0053EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/06 1:34 a.m.41 views

CVE-2026-14803

Mojo::JSON prior to version 9.47 is vulnerable to memory exhaustion due to unbounded recursion in the pure-Perl JSON decoder (_decode_value -> _decode_array/_decode_object). The issue arises when the pure-Perl path is used (default if Cpanel::JSON::XS is not installed or MOJO_NO_JSON_XS=1); a ...

6.5CVSS6AI score0.0053EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/06 1:34 a.m.48 views

CVE-2026-14803 Mojo::JSON versions before 9.47 for Perl allow memory exhaustion via unbounded recursion in the pure-Perl decoder

Mojo::JSON versions before 9.47 for Perl allow memory exhaustion via unbounded recursion in the pure-Perl decoder. The pure-Perl decode path decodevalue dispatching to decodearray and decodeobject recurses with no depth limit, so a small deeply nested JSON document can consume excessive memory...

0.0053EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/06 1:34 a.m.21 views

EUVD-2026-41798

Mojo::JSON versions before 9.47 for Perl allow memory exhaustion via unbounded recursion in the pure-Perl decoder. The pure-Perl decode path decodevalue dispatching to decodearray and decodeobject recurses with no depth limit, so a small deeply nested JSON document can consume excessive memory...

6.5CVSS6AI score0.0053EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/06 1:34 a.m.11 views

CVE-2026-14803 Mojo::JSON versions before 9.47 for Perl allow memory exhaustion via unbounded recursion in the pure-Perl decoder

Mojo::JSON versions before 9.47 for Perl allow memory exhaustion via unbounded recursion in the pure-Perl decoder. The pure-Perl decode path decodevalue dispatching to decodearray and decodeobject recurses with no depth limit, so a small deeply nested JSON document can consume excessive memory...

6.5CVSS6AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/06 1:34 a.m.17 views

CVE-2026-14803

Mojo::JSON versions before 9.47 for Perl allow memory exhaustion via unbounded recursion in the pure-Perl decoder. The pure-Perl decode path decodevalue dispatching to decodearray and decodeobject recurses with no depth limit, so a small deeply nested JSON document can consume excessive memory...

6.5CVSS6AI score0.0053EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/06 1:34 a.m.12 views

CVE-2026-14803

Mojo::JSON versions before 9.47 for Perl allow memory exhaustion via unbounded recursion in the pure-Perl decoder. The pure-Perl decode path decodevalue dispatching to decodearray and decodeobject recurses with no depth limit, so a small deeply nested JSON document can consume excessive memory...

6AI score0.0053EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/07/06 12:00 a.m.15 views

CVE-2026-14803

Mojo::JSON versions before 9.47 for Perl allow memory exhaustion via unbounded recursion in the pure-Perl decoder. The pure-Perl decode path decodevalue dispatching to decodearray and decodeobject recurses with no depth limit, so a small deeply nested JSON document can consume excessive memory...

6.5CVSS6.1AI score0.0053EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2026/07/03 2:00 p.m.15 views

Chromium: CVE-2026-14109 Insufficient policy enforcement in Mojo

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

9.6CVSS5.9AI score0.00345EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/01 12:34 a.m.12 views

EUVD-2026-40796

Insufficient policy enforcement in Mojo in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: Low...

5.8AI score0.00345EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/01 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-14109

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Insufficient policy enforcement in Mojo in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to potentiall...

9.6CVSS5.3AI score0.00345EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/30 11:17 p.m.9 views

DEBIAN-CVE-2026-14109

Insufficient policy enforcement in Mojo in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. Chromium security severity: Low...

9.6CVSS5.8AI score0.00345EPSS
SaveExploits0References1
Rows per page
Query Builder