Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

kiegroup/drools
main @ e36717e
1
Fixes
3
CVEs
CRITICAL
Peak severity
Highlights
Path Traversal: 1 prior fix. Scrutinize any change in this area.
kie-maven-plugin: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

XML External Entity (XXE): Insecure XML parsing configurations in core KieModule marshalling and BPMN2 files allow remote attackers to read arbitrary files and conduct SSRF attacks. Developers must globally disable external DTDs and entities.
Insecure Deserialization: Improper safeguards when deserializing engine data allow authenticated attackers to pass malicious serialized objects, leading to arbitrary code execution. Strict class-filtering or replacement of Java serialization is required.
Path Traversal: DiskResourceStore was vulnerable to path traversal because it lacked canonicalization and prefix validation on requested paths, allowing read/write operations outside the intended root directory.