← Back

Samrocketman

samrocketman

7 CVEs • 1 product

Products (1)

Click to collapse
Toggle
Jervis
jervis

CVEs (7)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Samrocketman
1Jervis
Jun 17, 2026
Jan 13, 2026
8.7 HIGH· v4
7.5 HIGH· v3
N/A· v2
Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to 2.2, AES/CBC/PKCS5Padding lacks authentication, making it vulnerable to padding oracle attacks and ciphertext manipulation. T...Show more
Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to 2.2, AES/CBC/PKCS5Padding lacks authentication, making it vulnerable to padding oracle attacks and ciphertext manipulation. This vulnerability is fixed in 2.2.Show less
1Samrocketman
1Jervis
Jun 17, 2026
Jan 13, 2026
6.9 MEDIUM· v4
5.3 MEDIUM· v3
N/A· v2
Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to 2.2, the code doesn't validate that the JWT header specifies "alg":"RS256". This vulnerability is fixed in 2.2.
1Samrocketman
1Jervis
Jun 17, 2026
Jan 13, 2026
8.2 HIGH· v4
7.5 HIGH· v3
N/A· v2
Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to 2.2, Jervis uses java.util.Random() which is not cryptographically secure for timing attack mitigation. This vulnerability is...Show more
Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to 2.2, Jervis uses java.util.Random() which is not cryptographically secure for timing attack mitigation. This vulnerability is fixed in 2.2.Show less
1Samrocketman
1Jervis
Jun 17, 2026
Jan 13, 2026
8.7 HIGH· v4
7.5 HIGH· v3
N/A· v2
Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to 2.2, the salt is derived from sha256Sum(passphrase). Two encryption operations with the same password will have the same deri...Show more
Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to 2.2, the salt is derived from sha256Sum(passphrase). Two encryption operations with the same password will have the same derived key. This vulnerability is fixed in 2.2.Show less
1Samrocketman
1Jervis
Jun 17, 2026
Jan 13, 2026
8.7 HIGH· v4
7.5 HIGH· v3
N/A· v2
Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to 2.2, Jervis uses padLeft(32, '0') when it should use padLeft(64, '0') because SHA-256 produces 32 bytes which equates to 64...Show more
Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to 2.2, Jervis uses padLeft(32, '0') when it should use padLeft(64, '0') because SHA-256 produces 32 bytes which equates to 64 hex characters. This vulnerability is fixed in 2.2.Show less
1Samrocketman
1Jervis
Jun 17, 2026
Jan 13, 2026
8.7 HIGH· v4
7.5 HIGH· v3
N/A· v2
Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to 2.2, Jervis uses deterministic AES IV derivation from a passphrase. This vulnerability is fixed in 2.2.
1Samrocketman
1Jervis
Jun 17, 2026
Jan 13, 2026
8.7 HIGH· v4
7.5 HIGH· v3
N/A· v2
Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to 2.2, Jervis uses PKCS1Encoding which is vulnerable to Bleichenbacher padding oracle attacks. Modern systems should use OAEP (...Show more
Jervis is a library for Job DSL plugin scripts and shared Jenkins pipeline libraries. Prior to 2.2, Jervis uses PKCS1Encoding which is vulnerable to Bleichenbacher padding oracle attacks. Modern systems should use OAEP (Optimal Asymmetric Encryption Padding). This vulnerability is fixed in 2.2.Show less