GHSA-f4hf-w5c6-r4p5CriticalCVSS 9.1
PowerJob Server version 5.1.2 (and likely earlier) uses a predictable JWT signing key for HS256...
🔗 CVE IDs covered (1)
📋 Description
PowerJob Server version 5.1.2 (and likely earlier) uses a predictable JWT signing key for HS256-based authentication. This allows a remote attacker to execute arbitrary code.
🔗 References (8)
- https://nvd.nist.gov/vuln/detail/CVE-2026-75431
- https://gist.github.com/unpredictable21/39e6ce22e4bc45b0e553d0fa6a6e4d1c
- https://github.com/PowerJob/PowerJob/blob/master/docker-compose.yml
- https://github.com/PowerJob/PowerJob/blob/master/powerjob-server/powerjob-server-auth/src/main/java/tech/powerjob/server/auth/jwt/impl/DefaultSecretProvider.java
- https://github.com/PowerJob/PowerJob/blob/master/powerjob-server/powerjob-server-auth/src/main/java/tech/powerjob/server/auth/jwt/impl/JwtServiceImpl.java
- https://github.com/PowerJob/PowerJob/blob/master/powerjob-server/powerjob-server-openapi/src/main/java/tech/powerjob/server/openapi/service/impl/OpenApiSecurityServiceImpl.java
- https://github.com/PowerJob/PowerJob/blob/master/powerjob-server/powerjob-server-starter/src/main/resources/application-daily.properties
- https://github.com/advisories/GHSA-f4hf-w5c6-r4p5