🚨 [security] Update jsrsasign 11.1.0 → 11.1.1 (patch) - #7114
Open
depfu[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ jsrsasign (11.1.0 → 11.1.1) · Repo · Changelog
Security Advisories 🚨
🚨 jsrsasign is vulnerable to DoS through Infinite Loop when processing zero or negative inputs
🚨 jsrsasign: Missing cryptographic validation during DSA signing enables private key extraction
🚨 jsrsasign: Incomplete Comparison Allows DSA Private Key Recovery via Biased Nonce Generation
🚨 jsrsasign: DSA signatures or X.509 certificates can be forged via DSA domain-parameter validation in KJUR.crypto.DSA.setPublic
🚨 jsrsasign: Negative Exponent Handling Leads to Signature Verification Bypass
🚨 jsrsasign: Division by Zero Allows Invalid JWK Modulus to Cause Deterministic Zero Output in RSA Operations
Commits
See the full diff on Github. The new version differs by 22 commits:
11.1.1 releaseMerge pull request #641 from njg7194/add-security-policyMerge pull request #651 from Kr0emer/fix/bug-007-isprobableprime-negativeMerge pull request #650 from Kr0emer/fix/bug-006-modpow-negative-exponentMerge pull request #647 from Kr0emer/fix/bug-003-dsa-nonce-comparetoMerge pull request #646 from Kr0emer/fix/bug-002-dsa-domain-params-validationfix(crypto): correct compareTo checks in BigInteger RNG helpersfix(jsbn2): reject non-positive values in primality checksMerge branch 'master' into fix/bug-002-dsa-domain-params-validationMerge pull request #648 from Kr0emer/fix/bug-004-modinverse-dostest(crypto): move modPow negative-exponent tests away from RNG blockMerge branch 'master' into fix/bug-004-modinverse-dosfix(jsbn2): handle negative exponents in BigInteger.modPowMerge pull request #649 from Kr0emer/fix/bug-005-rsa-zero-modulusMerge pull request #645 from Kr0emer/fix/bug-001-sign_s_zerofix(rsa): reject zero-modulus keys and fail on divide-by-zerofix(jsbn2): prevent modInverse hangs on zero and negative inputsfix(dsa): validate public domain parameters to prevent universal forgeryfix(dsa): retry signing when r or s is zerodocs: add SECURITY.md with security policy and best practicesMerge pull request #639 from MaurizioPz/masterFix instanceof check for params arrayDepfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands