PT-2026-38403 · Unknown · Spring Cloud Aws
Matej Nedic
·
Published
2026-05-07
·
Updated
2026-05-14
·
CVE-2026-44308
CVSS v4.0
6.3
Medium
| Vector | AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
Spring Cloud AWS versions 3.0.0 through 4.0.1
Description
Applications using Spring Cloud AWS SNS HTTP/HTTPS endpoint support via
@NotificationMessageMapping, @NotificationSubscriptionMapping, or @NotificationUnsubscribeConfirmationMapping do not verify the signature of incoming SNS messages. An unauthenticated attacker with knowledge of the endpoint URL can send crafted HTTP POST requests mimicking SNS Notification or SubscriptionConfirmation messages. This allows the attacker to force the application to process arbitrary payloads as legitimate notifications or auto-confirm subscriptions and unsubscribe from attacker-controlled topics.Recommendations
Versions 3.0.0 through 4.0.1: Upgrade to version 4.0.2.
Versions 3.0.0 through 3.4.2: Manually verify the SNS message signature in a servlet filter or Spring HandlerInterceptor using
SnsMessageManager before the request reaches the controller.Fix
Insufficient Verification of Data Authenticity
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Spring Cloud Aws