spring-data-redis
Warn
Audited by Socket on Sep 18, 2026
1 alert found:
SecuritySecuritytemplates/RedisConfig.java
MEDIUMSecurityMEDIUM
templates/RedisConfig.java
The code is not evidently malware, but it contains a significant insecure deserialization configuration. Enabling unrestricted default typing with LaissezFaireSubTypeValidator can allow attacker-controlled Redis JSON to select polymorphic Java types and may enable gadget-chain exploitation. Use explicit type allowlists or safer serializers, and avoid default typing unless strictly required. The practical severity depends on whether Redis contents can be modified by an untrusted party and on available classes in the application classpath.
Confidence: 97%Severity: 72%
Audit Metadata