Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[SECURITY] Use HTTPS to resolve dependencies in Maven Build#24

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
JLLeitschuh wants to merge1 commit intokaiwaehner:master
base:master
Choose a base branch
Loading
fromBulkSecurityGeneratorProjectV2:fix/JLL/use_https_to_resolve_dependencies_maven

Conversation

@JLLeitschuh
Copy link

mitm_build


This is a security fix for a high severity vulnerability in yourApache Mavenpom.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 aMan 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 of8.1/10.

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

Resources

Source

This contribution was automatically generated with anOpenRewriterefactoring recipe, which was lovingly handcrafted ❤️ to bring this security fix to your repository.

The source code that generated this PR can be found here:UseHttpsForRepositories

Detecting this and Future Vulnerabilities

This vulnerability was automatically detected by GitHub's CodeQL using thisCodeQL Query.

You can automatically detect future vulnerabilities, like this one, by enabling the free (for open-source)CodeQL: GitHub Action.

I'm not an employee of GitHub, I'm simply an open-source security researcher for the Open Source Security Foundation.

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/security-researchDisallow: *

This bot will respect theROBOTS.txt format for future contributions.

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

CLA Requirements

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

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
(seehttps://developercertificate.org/ for more information).

-Git Commit SignOff documentation

Sponsorship & Support

This work was originally sponsored by HUMAN Security Inc. and the new Dan Kaminsky Fellowship, a fellowship created to celebrate Dan's memory and legacy by funding open-source work that makes the world a better (and more secure) place.

This work was later sponsored byOpen Source Security Foundation (OpenSSF): ProjectAlpha-Omega.
Alpha-Omega is a project partnering with open source software project maintainers to systematically find new, as-yet-undiscovered vulnerabilities in open source code – and get them fixed – to improve global software supply chain security.

This PR was generated withModerne, a free-for-open source SaaS offering that uses format-preserving AST transformations to fix bugs, standardize code style, apply best practices, migrate library versions, and fix common security vulnerabilities at scale.

Tracking

All PR's generated as part of this fix are tracked here:JLLeitschuh/security-research#8

Use this link to re-run the recipe:https://app.moderne.io/recipes/builder/IfHkrYfxx?organizationId=QWxsIEdpdEh1Yg%3D%3D

This fixes a security vulnerability in this project where the `pom.xml`files were configuring Maven to resolve dependencies over HTTP instead ofHTTPS.Weakness: CWE-829: Inclusion of Functionality from Untrusted Control SphereSeverity: HighCVSS: 8.1Detection: CodeQL & OpenRewrite (https://app.moderne.io/recipes/org.openrewrite.maven.security.UseHttpsForRepositories)Reported-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>Bug-tracker:JLLeitschuh/security-research#8Detection: CodeQL (https://codeql.github.com/codeql-query-help/java/java-maven-non-https-url/) & OpenRewrite (https://app.moderne.io/recipes/org.openrewrite.maven.security.UseHttpsForRepositories)Reported-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>Bug-tracker:JLLeitschuh/security-research#8Use this link to re-run the recipe:https://app.moderne.io/recipes/builder/IfHkrYfxx?organizationId=QWxsIEdpdEh1Yg%3D%3DCo-authored-by: Moderne <team@moderne.io>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@JLLeitschuh

[8]ページ先頭

©2009-2025 Movatter.jp