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

False Positive on elastic-apm-agent #3876

Open
OrangeDog opened this issue Dec 14, 2021 · 2 comments
Open

False Positive on elastic-apm-agent #3876

OrangeDog opened this issue Dec 14, 2021 · 2 comments

Comments

@OrangeDog
Copy link
Contributor

OrangeDog commented Dec 14, 2021

apm-agent-attach-1.28.1.jar\META-INF/maven/co.elastic.apm/apm-agent-common/pom.xml (pkg:maven/co.elastic.apm/apm-agent-common@1.28.1, cpe:2.3:a:elastic:apm_agent:1.28.1:*:*:*:*:*:*:*) : CVE-2019-7617
apm-agent-attach-1.28.1.jar (pkg:maven/co.elastic.apm/apm-agent-attach@1.28.1, cpe:2.3:a:elastic:apm_agent:1.28.1:*:*:*:*:*:*:*) : CVE-2019-7617
elastic-apm-agent-1.28.1.jar (pkg:maven/co.elastic.apm/elastic-apm-agent@1.28.1, cpe:2.3:a:elastic:apm_agent:1.28.1:*:*:*:*:*:*:*) : CVE-2019-7617

<dependency>
  <groupId>co.elastic.apm</groupId>
  <artifactId>apm-agent-attach</artifactId>
  <version>1.28.1</version>
</dependency>

CVE-2019-7617 is for the Python agent, not the Java agent.
The NVD entry specifies this: cpe:2.3:a:elastic:apm_agent:*:*:*:*:*:python:*:*

@aikebah
Copy link
Collaborator

aikebah commented Jun 8, 2022

Would need enhancement in DependencyCheck to take target_sw CPE attribute into account

@bremme
Copy link

bremme commented Dec 18, 2024

I just ran into this issue using version 1.52.1 of the Java APM agent as well.

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

No branches or pull requests

3 participants