slf4j icon indicating copy to clipboard operation
slf4j copied to clipboard

[SECURITY] Use HTTPS to resolve dependencies in Maven Build

Open JLLeitschuh opened this issue 5 years ago • 3 comments

mitm_build


This is a security fix for a vulnerability in your Apache Maven pom.xml file(s).

The build files indicate that this project is resolving dependencies over HTTP instead of HTTPS. This leaves your build vulnerable to allowing a Man in the Middle (MITM) attackers to execute arbitrary code on your or your computer or CI/CD system.

This vulnerability has a CVSS v3.0 Base Score of 8.1/10.

POC code has existed since 2014 to maliciously compromise a JAR file in-flight. MITM attacks against HTTP are increasingly common, for example Comcast is known to have done it to their own users.

This contribution is a part of a submission to the GitHub Security Lab Bug Bounty program.

Detecting this and Future Vulnerabilities

This vulnerability was automatically detected by LGTM.com using this CodeQL Query.

As of September 2019 LGTM.com and Semmle are officially a part of GitHub.

You can automatically detect future vulnerabilities like this by enabling the free (for open-source) LGTM App.

I'm not an employee of GitHub nor of Semmle, I'm simply a user of LGTM.com and an open-source security researcher.

Source

Yes, this contribution was automatically generated, however, the code to generate this PR was lovingly hand crafted to bring this security fix to your repository.

The source code that generated and submitted this PR can be found here: JLLeitschuh/bulk-security-pr-generator

Opting-Out

If you'd like to opt-out of future automated security vulnerability fixes like this, please consider adding a file called .github/GH-ROBOTS.txt to your repository with the line:

User-agent: JLLeitschuh/bulk-security-pr-generator
Disallow: *

This bot will respect the ROBOTS.txt format for future contributions.

Alternatively, if this project is no longer actively maintained, consider archiving the repository.

CLA Requirements

This section is only relevant if your project requires contributors to sign a Contributor License Agreement (CLA) for external contributions.

It is unlikely that I'll be able to directly sign CLAs. However, all contributed commits are already automatically signed-off.

The meaning of a signoff depends on the project, but it typically certifies that committer has the rights to submit this work under the same license and agrees to a Developer Certificate of Origin (see https://developercertificate.org/ for more information).

- Git Commit Signoff documentation

If signing your organization's CLA is a strict-requirement for merging this contribution, please feel free to close this PR.

Tracking

All PR's generated as part of this fix are tracked here: https://github.com/JLLeitschuh/bulk-security-pr-generator/issues/2

JLLeitschuh avatar Feb 11 '20 15:02 JLLeitschuh

I'd love to see this PR be reviewed. :)

jbduncan avatar Jun 07 '21 14:06 jbduncan

@JLLeitschuh If you happen to have the time and energy, perhaps a way to move this PR forward would be to send an email to the mailing list or submit a bug report. :thinking:

jbduncan avatar Jun 07 '21 14:06 jbduncan

@jbduncan I don't really have the energy here. If you're already in the mailing list, please feel free to raise the issue.

JLLeitschuh avatar Aug 30 '21 18:08 JLLeitschuh

this http lookup seems to have been removed - so this PR is no longer needed

pjfanning avatar Nov 09 '23 21:11 pjfanning

Fixed in commit 545755c2b7ef55ab dated 2021-08-30.

ceki avatar Nov 10 '23 11:11 ceki

@JLLeitschuh Thank you for this PR. Although the vulnerability was fixed mid 2023, my apologies for not having reacted your PR earlier.

ceki avatar Nov 10 '23 11:11 ceki