<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:oracle:financial_services_crime_and_compliance_management_studio:8.0.8.3.0:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aoraclefinancial_services_crime_and_compliance_management_studio8.0.8.3.0/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Sat, 05 Sep 2026 00:14:58 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aoraclefinancial_services_crime_and_compliance_management_studio8.0.8.3.0/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>CVE-2022-22978 Authorization Bypass in Spring Security</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2022-22978-spring-security/</link><pubDate>Sat, 05 Sep 2026 00:14:58 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2022-22978-spring-security/</guid><description>An authorization bypass vulnerability in Spring Security allows unauthenticated attackers to access restricted endpoints by injecting URL-encoded newline or carriage return characters into request paths protected by RegexRequestMatcher.</description><content:encoded><![CDATA[<p>CVE-2022-22978 is a high-severity security vulnerability in VMware Spring Security that facilitates authorization bypass via improper input validation. When an application uses RegexRequestMatcher with regex patterns containing a dot (e.g., /admin/.*) for path matching, the framework fails to correctly sanitize URL-encoded newline (%0a) or carriage return (%0d) characters.</p>
<p>An attacker can append these encoded control characters to a request path to deceive the matcher, causing it to incorrectly permit access to sensitive administrative or protected resources. This vulnerability affects Spring Security versions prior to 5.5.7 and 5.6.4. The disclosure of functional proof-of-concept payloads on public platforms increases the risk of exploitation against internet-facing applications utilizing affected versions of the framework. Defenders must identify requests containing unauthorized URL-encoded control characters targeting protected URL patterns.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2022-22978 allows unauthenticated remote attackers to bypass security constraints, potentially leading to unauthorized access, data exfiltration, or administrative action against vulnerable web applications. Given the ubiquitous use of Spring Security in enterprise environments, widespread potential for impact exists across organizations hosting Java-based web services.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Patch all Spring Security instances immediately to versions 5.5.7, 5.6.4, or later to address the underlying validation flaw.</li>
<li>Implement strict input validation on all incoming HTTP requests to strip or reject URL-encoded control characters (0x0A and 0x0D) before they reach the security filter chain.</li>
<li>Deploy the Sigma detection rule below to identify exploitation attempts targeting restricted application paths.</li>
<li>Audit web server logs for HTTP requests containing percent-encoded newline or carriage return characters directed at protected URL patterns defined in RegexRequestMatcher.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>web-application</category><category>authentication-bypass</category></item></channel></rss>