CVE-2026-54893
NiskieCVSS 2.1Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 4 - wyżej niż 4% wszystkich znanych CVE
Streszczenie
Podatność w adapterze Microsoft Graph biblioteki Swoosh umożliwia wstrzyknięcie ścieżki URL. Adapter konstruuje żądanie API przez interpolację adresu e-mail nadawcy bez kodowania procentowego, co pozwala atakującemu na manipulację ścieżką i parametrami zapytania.
Ocena ryzyka
Atakujący może przekierować uwierzytelnione żądanie POST z tokenem Bearer Microsoft Graph do innych punktów końcowych API, potencjalnie uzyskując nieautoryzowany dostęp do zasobów w zakresie tokena.
Rekomendacja
Należy natychmiast zaktualizować bibliotekę Swoosh do wersji 1.26.3 lub nowszej. W aplikacjach korzystających z adresów nadawcy pochodzących z niezaufanych źródeł należy dodatkowo walidować i kodować dane wejściowe.
Oryginalny opis (angielski, źródło NVD)
URL path injection in the Microsoft Graph adapter of Swoosh. Swoosh.Adapters.MsGraph builds its Microsoft Graph API request URL by interpolating the sender's email address into the URL path (/users/{from}/sendMail) without percent-encoding or validation. In applications that derive the from address from untrusted or user-influenced input (for example a relay, a contact form, or a "send as" feature), an attacker can place URL-special characters such as /, ?, or # in the local part of the address to escape the intended path segment and rewrite the path and query string of the request. Because the same authenticated POST is sent with the application's Microsoft Graph bearer token, the attacker can redirect it to other Graph endpoints within the token's scopes and control the request's query string. Applications that always use a fixed, trusted from address are not affected. This issue affects swoosh from 1.12.0 before 1.26.3.

