Lucene search
+L

1697 matches found

Nuclei
Nuclei
added 2026/08/23 2:28 a.m.7 views

Seraphinite Accelerator <= 2.29.18 - Cross-Site Scripting

The Seraphinite Accelerator plugin for WordPress up to and including 2.29.18 was vulnerable to reflected cross-site scripting through the seraphaccelprep parameter. CacheExtractPreparePageParams compared the expected HMAC against the JSON-decoded nonce with PHP's loose != operator, so a JSON...

6.1CVSS5.1AI score0.00561EPSS
SaveExploits1References3
NVD
NVD
added 2026/08/22 2:16 p.m.9 views

CVE-2026-75870

Punk versions before 0.18 for Perl allow session cookie forgery via an empty default HMAC key when a session is declared without a secret. The session keyword freezes its options onto the application as given: it does not require a secret, warn, or refuse to start when one is absent. The cookie...

0.00198EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/22 1:35 p.m.24 views

CVE-2026-75870 Punk versions before 0.18 for Perl allow session cookie forgery via an empty default HMAC key when a session is declared without a secret

Punk versions before 0.18 for Perl allow session cookie forgery via an empty default HMAC key when a session is declared without a secret. The session keyword freezes its options onto the application as given: it does not require a secret, warn, or refuse to start when one is absent. The cookie...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 1:35 p.m.7 views

EUVD-2026-64294

Punk versions before 0.18 for Perl allow session cookie forgery via an empty default HMAC key when a session is declared without a secret. The session keyword freezes its options onto the application as given: it does not require a secret, warn, or refuse to start when one is absent. The cookie...

5.4AI score0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/22 1:35 p.m.13 views

CVE-2026-75870

Punk is a Perl web framework. Versions before 0.18 are vulnerable to session cookie forgery due to an empty default HMAC key when a session is declared without a secret. The session keyword does not require, warn about, or refuse to start when a secret is absent, so both cookie read and write-bac...

5.4AI score0.00198EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/21 12:00 a.m.5 views

UBUNTU-CVE-2026-68554

Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.15.0, an on-path attacker can append attributes after MESSAGE-INTEGRITY to an authenticated STUN request on plain UDP or TCP, adjust the STUN header length, and recompute the unkeyed FINGERPRINT while the original HMA...

2.3CVSS5.5AI score0.00131EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/20 8:33 p.m.10 views

CVE-2025-30156

A flaw was found in the CephX authentication protocol used by Ceph, a distributed storage system. CephX uses AES-128-CBC encryption with a hardcoded initialization vector and no message authentication HMAC, making it vulnerable to the same class of unauthenticated-encryption attacks that...

8.7CVSS5.5AI score
SaveExploits0References3
EUVD
EUVD
added 2026/08/20 7:48 p.m.9 views

EUVD-2026-63579

The github-issue-bot templates in appwrite/templates verify the GitHub webhook signature with an inverted condition. verifyWebhook in node/github-issue-bot/src/github.js and in node-typescript/github-issue-bot/src/github.ts returns "typeof signature !== 'string' || await verify...", so when the...

6.9CVSS5.4AI score0.002EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/20 7:48 p.m.27 views

CVE-2026-72861 Appwrite Templates github-issue-bot Skips Webhook Signature Verification When the X-Hub-Signature-256 Header Is Absent

The github-issue-bot templates in appwrite/templates verify the GitHub webhook signature with an inverted condition. verifyWebhook in node/github-issue-bot/src/github.js and in node-typescript/github-issue-bot/src/github.ts returns "typeof signature !== 'string' || await verify...", so when the...

6.9CVSS0.002EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/19 8:38 p.m.8 views

CVE-2026-68554 Coturn: STUN attributes after MESSAGE-INTEGRITY are processed, letting on-path attackers modify authenticated TURN requests

Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.15.0, an on-path attacker can append attributes after MESSAGE-INTEGRITY to an authenticated STUN request on plain UDP or TCP, adjust the STUN header length, and recompute the unkeyed FINGERPRINT while the original HMA...

2.3CVSS5.3AI score0.00131EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/19 8:38 p.m.19 views

CVE-2026-68554

Coturn (open-source TURN/STUN server) prior to 4.15.0 is vulnerable to an on-path STUN message truncation attack. The root cause is that the server-side parser in src/server/ns_turn_server.c continues processing attributes after the MESSAGE-INTEGRITY field. Since the HMAC covers only the message ...

2.3CVSS5.3AI score0.00131EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/19 8:38 p.m.8 views

CVE-2026-68554

Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.15.0, an on-path attacker can append attributes after MESSAGE-INTEGRITY to an authenticated STUN request on plain UDP or TCP, adjust the STUN header length, and recompute the unkeyed FINGERPRINT while the original HMA...

2.3CVSS5.4AI score0.00131EPSS
SaveExploits0
NVD
NVD
added 2026/08/19 8:17 a.m.8 views

CVE-2026-75589

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 7:20 a.m.25 views

CVE-2026-75589 Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

0.00168EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/19 7:20 a.m.8 views

EUVD-2026-62350

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

5.4AI score0.00168EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/19 7:20 a.m.14 views

CVE-2026-75589 Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/19 7:20 a.m.28 views

CVE-2026-72889 Net::OAuth versions before 0.33 for Perl allow the sender to choose the signature algorithm in verify

Net::OAuth versions before 0.33 for Perl allow the sender to choose the signature algorithm in verify. verify resolves the signature method class from the signaturemethod parameter of the incoming message. signaturemethod is required on every request, so the algorithm used to check a signature is...

0.00114EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/19 7:20 a.m.11 views

EUVD-2026-62347

Net::OAuth versions before 0.33 for Perl allow the sender to choose the signature algorithm in verify. verify resolves the signature method class from the signaturemethod parameter of the incoming message. signaturemethod is required on every request, so the algorithm used to check a signature is...

5.5AI score0.00114EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/19 7:20 a.m.9 views

CVE-2026-72889

Net::OAuth versions before 0.33 for Perl allow the sender to choose the signature algorithm in verify. verify resolves the signature method class from the signaturemethod parameter of the incoming message. signaturemethod is required on every request, so the algorithm used to check a signature is...

5.5AI score0.00114EPSS
SaveExploits0
CVE
CVE
added 2026/08/19 7:01 a.m.46 views

CVE-2026-49423

In FreeBSD's KTLS receive path, ktls_ocf_tls_cbc_decrypt() incremented the iovec index for every mbuf, including skipped header-only ones, leaving uninitialized entries that caused a kernel panic during HMAC computation. A remote TLS peer controlling TCP segmentation triggers this. Workaround: se...

7.4AI score0.0015EPSS
SaveExploits0References1
Rows per page
Query Builder