question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[SECURITY] CVE-2019-10753: Releases are built/executed/released in the context of insecure/untrusted code

See original GitHub issue

CWE-829: Inclusion of Functionality from Untrusted Control Sphere

The build files indicate that this project is resolving dependencies over HTTP instead of HTTPS. Any of these artifacts could have been MITM to maliciously compromise them and infect the build artifacts that were produced. Additionally, if any of these JAR files were compromised, any developers using these could continue to be infected past updating to fix this.

This vulnerability has a CVSS v3.0 Base Score of 8.1/10 https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H

This isn’t just theoretical; POC code exists already to maliciously compromise jar file inflight.

See:

To fix: We need to update our build.gradle so that artifacts are resolved over HTTPS instead of HTTP.

I’ve been finding this vulnerability in a lot of places today and have responsibly disclosed it to some of the larger organizations involved.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:36 (34 by maintainers)

github_iconTop GitHub Comments

3reactions
leeyashalticommented, Sep 4, 2019

@JLLeitschuh @nedtwigg Hi I’m Leeya, Security Analyst at Snyk. We issued a CVE number - CVE-2019-10753. It will be public soon but meanwhile, we added the issue to our db: SNYK-JAVA-COMDIFFPLUGGRADLESPOTLESS-174875 SNYK-JAVA-COMDIFFPLUGGRADLESPOTLESS-174876 SNYK-JAVA-COMDIFFPLUGSPOTLESS-460377 I believe you can close the issue now 🙂

3reactions
nedtwiggcommented, Feb 25, 2019

Okay, the fixed jars have all been published, and we can be sure that future jars will be downloaded over https. Next up is to compare these new jars to the old jars. If they have the exact same content, then we got away with it 😉. Otherwise, we should try to figure out why they’re different, and disclose our findings.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Building a secure/sandboxed environment for executing ...
The application of sandbox is obvious, you can execute the code which you don't ... from the untrusted code which runs inside the...
Read more >
Search Results - CVE
A sandbox bypass vulnerability involving various casts performed implicitly by the Groovy language runtime in Jenkins Pipeline: Groovy Plugin 2802.
Read more >
You're Running Untrusted Code! | Foojay.io Today
Ergo, we can let go of the Security Manager. It's plain wrong, and I'll explain why in this post. The premise that the...
Read more >
Security and Correctness in Wasmtime - Bytecode Alliance
When it comes to running untrusted code from unknown sources, however, exceptionally strong security is simply the bar to clear for serious ...
Read more >
Releases for Context | Drupal.org
Insecure. Fix for security issue where there was a possible XSS in context_reaction_block.js. ... First Beta release of Context module for Drupal 8....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found