Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High security alert found in jscep lib #304

Closed
Vasanthh143 opened this issue Apr 15, 2024 · 3 comments
Closed

High security alert found in jscep lib #304

Vasanthh143 opened this issue Apr 15, 2024 · 3 comments

Comments

@Vasanthh143
Copy link

We analyzed the android apk with Mobsf security tool and find the below.

CWE: CWE-327: Use of a Broken or Risky Cryptographic Algorithm
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-4

Code:org/jscep/message/PkcsPkiEnvelopeDecoder.java

CWE: CWE-327: Use of a Broken or Risky Cryptographic Algorithm
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-4

Code: org/jscep/message/PkcsPkiEnvelopeDecoder.java

Kindly let me know if you need any other details.

Best Regards,
Vasanth.

@aloopkin
Copy link
Contributor

The alert probably refers to the use of DES/3DES, that is kept for backward-compatibility purposes: JSCEP supports perfectly well AES. But since SCEP clients might be outdated, support for DES/3DES is needed in order to keep interoperability.

@petarov
Copy link

petarov commented Nov 11, 2024

A little bit different, but vulnerability scanners report jscep as vulnerable with high severity due to Bouncy Castle and commons-io. This can be seen on Maven as well. Any chance for a dependencies-bump release?

image

@seize-the-dave
Copy link
Owner

All dependencies have now been updated to latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants