Lucene search
+L

15154 matches found

Vulnrichment
Vulnrichment
added 2026/04/02 8:47 a.m.4 views

CVE-2026-29138 PGP Decryption Sender LDAP Injection

SEPPmail Secure Email Gateway before version 15.0.3 allows attackers with a specially crafted email address to claim another user's PGP signature as their own...

6.3CVSS5.9AI score0.00217EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/04/02 8:47 a.m.44 views

CVE-2026-29138 PGP Decryption Sender LDAP Injection

SEPPmail Secure Email Gateway before version 15.0.3 allows attackers with a specially crafted email address to claim another user's PGP signature as their own...

6.3CVSS0.00217EPSS
SaveExploits0References1
CVE
CVE
added 2026/04/02 8:27 a.m.20 views

CVE-2026-29140

CVE-2026-29140 affects SEPPmail Secure Email Gateway prior to version 15.0.3. The issue allows an attacker to cause attacker-controlled certificates to be used for future encryption on a victim by inserting those certificates into S/MIME signatures. The root cause is not explicitly broken out bey...

7.7CVSS5.9AI score0.0012EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/02 12:00 a.m.14 views

PT-2026-29788

Convoy is a KVM server management panel for hosting businesses. From version 3.9.0-beta to before version 4.5.1, the JWTService::decode method did not verify the cryptographic signature of JWT tokens. While the method configured a symmetric HMAC-SHA256 signer via lcobucci/jwt, it only validated...

9.8CVSS5.9AI score0.003EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/04/02 12:00 a.m.9 views

PT-2026-29882

Name of the Vulnerable Software and Affected Versions OneUptime versions prior to 10.0.42 Description OneUptime, an open-source monitoring and observability platform, had a flaw in its SAML SSO implementation located in App/FeatureSet/Identity/Utils/SSO.ts. The issue stemmed from a separation...

8.1CVSS5.9AI score0.00264EPSS
SaveExploits1References7
CNNVD
CNNVD
added 2026/04/02 12:00 a.m.17 views

Krajowa Izba Rozliczeniowa SzafirHost 安全漏洞

Krajowa Izba Rozliczeniowa SzafirHost is an electronic signature server component developed by the Polish company Krajowa Izba Rozliczeniowa. It provides certificate management and signature processing capabilities. Versions of Krajowa Izba Rozliczeniowa SzafirHost prior to 1.1.0 contained securi...

8.7CVSS5.9AI score0.00266EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/04/02 12:00 a.m.15 views

PT-2026-29702

SEPPmail Secure Email Gateway before version 15.0.3 allows attackers with a specially crafted email address to claim another user's PGP signature as their own...

6.3CVSS5.9AI score0.00217EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/04/01 10:13 p.m.11 views

Improper Verification of Cryptographic Signature

Overview @stablelib/ed25519 is an Ed25519 public-key signature EdDSA with Curve25519 Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature via the verify function. An attacker can generate a second distinct valid signature for the same message withou...

9.1CVSS5.9AI score
SaveExploits0References2
Snyk
Snyk
added 2026/04/01 10:13 p.m.7 views

Improper Verification of Cryptographic Signature

Overview @stablelib/cbor is a CBOR encoder and decoder Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature via the verify function. An attacker can generate a second distinct valid signature for the same message without access to the private key by...

9.1CVSS5.9AI score
SaveExploits0References2
OSV
OSV
added 2026/04/01 10:13 p.m.15 views

GHSA-X3FF-W252-2G7J StableLib Ed25519 Signature Malleability via Missing S < L Check

Ed25519 Signature Malleability via Missing S = L to prevent signature malleability. When S = L, SB = S mod LB = S - LB, meaning two different 32-byte S values produce the same verification result. An attacker who observes a valid signature R, S can produce a second valid signature R, S + L for th...

5.3CVSS5.8AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/01 10:13 p.m.16 views

StableLib Ed25519 Signature Malleability via Missing S < L Check

Ed25519 Signature Malleability via Missing S = L to prevent signature malleability. When S = L, SB = S mod LB = S - LB, meaning two different 32-byte S values produce the same verification result. An attacker who observes a valid signature R, S can produce a second valid signature R, S + L for th...

7.5CVSS5.9AI score0.00543EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/04/01 9:11 p.m.10 views

GHSA-HVC7-763R-4F3H openssl-encrypt has no owner verification on key revocation — any client can revoke any key

Summary The revokekey method in opensslencryptserver/modules/keyserver/service.py at lines 195-270 accepts a clientid parameter but never verifies that the requesting client is the same as key.ownerclientid. Impact Any authenticated client can revoke any other client's key, as long as they provid...

8.7CVSS5.9AI score0.00261EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/04/01 9:11 p.m.10 views

Improper Verification of Cryptographic Signature

Overview openssl-encrypt is an A package for secure file encryption and decryption based on modern ciphers using heavy-compute-load chaining of hashing and KDF to generate strong encryption password based on users provided password to ensure secure encryption of files Affected versions of this...

8.8CVSS5.9AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/01 9:11 p.m.26 views

openssl-encrypt's unverified key bundle from_dict() + to_identity() path allows encryption to attacker keys

Summary The PublicKeyBundle.fromdict method in opensslencrypt/modules/keybundle.py at lines 329-361 creates bundles from untrusted data without verifying the signature. The docstring warns to call verifysignature after creation, but the toidentity method line 363-391 can convert an unverified...

5.9AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/04/01 9:11 p.m.6 views

GHSA-8H88-GXP3-J7PG openssl-encrypt's unverified key bundle from_dict() + to_identity() path allows encryption to attacker keys

Summary The PublicKeyBundle.fromdict method in opensslencrypt/modules/keybundle.py at lines 329-361 creates bundles from untrusted data without verifying the signature. The docstring warns to call verifysignature after creation, but the toidentity method line 363-391 can convert an unverified...

8.7CVSS5.9AI score0.00201EPSS
SaveExploits0References3
CVE
CVE
added 2026/04/01 1:40 a.m.41 views

CVE-2026-4947

Foxit eSign was affected by an insecure direct object reference (IDOR) in the signing invitation acceptance flow. The root cause was insufficient authorization validation on referenced resources during request processing, potentially allowing an attacker to access or modify unauthorized resources...

7.1CVSS5.9AI score0.00174EPSS
SaveExploits0References1Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/01 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-32883

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Botan is a C++ cryptography library. From version 3.0.0 to before version 3.11.0, during X509 path validation, OCSP responses were checked for an appropriate...

5.9CVSS6AI score0.00154EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/04/01 12:00 a.m.19 views

Foxit PDF Reader和Foxit PDF Editor 安全漏洞

Foxit PDF Reader and Foxit PDF Editor are products of Foxit Corporation, a Chinese company. Foxit PDF Reader is a PDF reader. Foxit PDF Editor is a PDF editor. Both Foxit PDF Reader and Foxit PDF Editor have security vulnerabilities. These vulnerabilities stem from potentially insecure direct...

7.1CVSS5.8AI score0.00174EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/04/01 12:00 a.m.10 views

Improper Verification of Cryptographic Signature

Overview Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature while doing key agreement with PSAALGFFDH. An attacker can influence the shared secret to a small, predictable set of values by sending crafted public keys during key exchange. Remediatio...

9.1CVSS5.8AI score0.00204EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/01 12:00 a.m.57 views

Amazon Linux 2023 : mount-s3 (ALAS2023-2026-1510)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2026-1510 advisory. time provides date and time handling in Rust. From 0.3.6 to before 0.3.47, when user-provided input is provided to any type that parses with the RFC 2822 format, a denial of service attack via...

8.7CVSS5.9AI score0.01079EPSS
SaveExploits0References10
Rows per page
Query Builder