Security context

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

scribejava/scribejava
master @ 8970e8e
6
Fixes
0
CVEs
HIGH
Peak severity
16.7%
Coverage
Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
scribejava-core: most-fixed (2 issues). 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.

Auth Bypass: The token extractor previously parsed token data directly from the response body without verifying the HTTP status code, risking authentication bypass or processing errors by treating error responses as valid token payloads.
Auth Bypass: Generating OAuth 2.0 state parameters statically per-service instance rather than dynamically per-request exposes clients to Cross-Site Request Forgery (CSRF) attacks.
Cryptographic Weakness: Failure to percent-encode apiSecret and tokenSecret keys before constructing HMAC-SHA1 keys violates the OAuth specification and can result in signature mismatches or weak keys.