Skip to content

testing endor labs agenthq comment pr capability - adding com.fasterxml.jackson.core:jackson-databind@2.9.10 dependency#137

Open
endor-matt wants to merge 1 commit into
mainfrom
testing-vuln-dependency
Open

testing endor labs agenthq comment pr capability - adding com.fasterxml.jackson.core:jackson-databind@2.9.10 dependency#137
endor-matt wants to merge 1 commit into
mainfrom
testing-vuln-dependency

Conversation

@endor-matt
Copy link
Copy Markdown
Collaborator

this PR is used to test endor labs agenthq comment pr capability

endor-labs-github-agenthq started work on behalf of endor-matt May 26, 2026 15:31 View session
endor-labs-github-agenthq finished work on behalf of endor-matt May 26, 2026 15:33
endor-labs-github-agenthq started work on behalf of endor-matt May 26, 2026 15:34 View session
endor-labs-github-agenthq finished work on behalf of endor-matt May 26, 2026 15:36
endor-labs-github-agenthq started work on behalf of endor-matt May 26, 2026 15:38 View session
endor-labs-github-agenthq finished work on behalf of endor-matt May 26, 2026 15:39
@endor-matt endor-matt changed the title testing endor labs agenthq comment pr capability testing endor labs agenthq comment pr capability - adding com.fasterxml.jackson.core:jackson-databind@2.9.10 dependency May 26, 2026
@endor-matt
Copy link
Copy Markdown
Collaborator Author

@endor-labs-github-agenthq[agent] tell me if this PR introduces any known vulnerabilities

endor-labs-github-agenthq started work on behalf of endor-matt May 26, 2026 15:44 View session
endor-labs-github-agenthq finished work on behalf of endor-matt May 26, 2026 15:45
@cp-endor
Copy link
Copy Markdown

@endor-labs-github-agenthq[agent] are there any know vulnerabilities or malware being introduced via this PR, give me list in priority order if any.

endor-labs-github-agenthq started work on behalf of cp-endor May 27, 2026 17:38 View session
endor-labs-github-agenthq finished work on behalf of cp-endor May 27, 2026 17:40
endor-labs-github-agenthq started work on behalf of cp-endor May 27, 2026 17:44 View session
endor-labs-github-agenthq finished work on behalf of cp-endor May 27, 2026 17:46
@cp-endor
Copy link
Copy Markdown

@endor-labs-github-agenthq[agent] are there any know vulnerabilities or malware being introduced via this PR, give me list in priority order if any.

endor-labs-github-agenthq started work on behalf of cp-endor May 27, 2026 17:53 View session
endor-labs-github-agenthq started work on behalf of cp-endor May 27, 2026 17:56 View session
endor-labs-github-agenthq finished work on behalf of cp-endor May 27, 2026 17:57
@cp-endor
Copy link
Copy Markdown

@endor-labs-github-agenthq[agent] is this PR introducing any new vulnerability or malware ? if you find anything please comment in this thread with details.

endor-labs-github-agenthq started work on behalf of cp-endor May 28, 2026 05:24 View session
@endor-labs-github-agenthq
Copy link
Copy Markdown

@endor-labs-github-agenthq[agent] is this PR introducing any new vulnerability or malware ? if you find anything please comment in this thread with details.

Yes — this PR introduces significant risk. Here's what Endor Labs found for com.fasterxml.jackson.core:jackson-databind@2.9.10:


🚨 Summary

Result
Malware ✅ None detected
Vulnerabilities 43 known vulnerabilities
Latest safe version 2.21.3

Top Vulnerabilities (by severity/type)

🔴 Critical / High — Unsafe Deserialization (multiple CVEs)

The most severe issues are a large cluster of unsafe deserialization and serialization gadget vulnerabilities. These allow remote code execution (RCE) if an attacker can control the deserialized input and polymorphic type handling (enableDefaultTyping or @JsonTypeInfo) is in use.

Key advisories:

Impact: Remote Code Execution (RCE) in applications that deserialize untrusted JSON with polymorphic typing enabled.

🟠 High — Uncontrolled Resource Consumption

Impact: Denial of Service (DoS) by sending crafted input that causes excessive memory or CPU usage.


Remediation

Upgrade to 2.21.3 (the latest version recommended by Endor Labs). This resolves all 43 known vulnerabilities in 2.9.10.

<!-- pom.xml -->
<dependency>
    <groupId>com.fasterxml.jackson.core</groupId>
    <artifactId>jackson-databind</artifactId>
    <version>2.21.3</version>
</dependency>

This PR should not be merged with jackson-databind@2.9.10. The version is severely out of date and exposes the application to critical RCE and DoS vulnerabilities.

endor-labs-github-agenthq finished work on behalf of cp-endor May 28, 2026 05:26
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

Successfully merging this pull request may close these issues.

3 participants