← Back
CWE-918

3,438 CVEs • Abstraction: Base

Server-Side Request Forgery (SSRF)

The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

JSON object

Loading...

CVEs (3,438)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Phpoffice
1Phpspreadsheet
Jun 17, 2026
Oct 7, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
PHPSpreadsheet is a pure PHP library for reading and writing spreadsheet files. It's possible for an attacker to construct an XLSX file which links media from external URLs. When opening the XLSX file, PhpSpreadsheet ret...Show more
PHPSpreadsheet is a pure PHP library for reading and writing spreadsheet files. It's possible for an attacker to construct an XLSX file which links media from external URLs. When opening the XLSX file, PhpSpreadsheet retrieves the image size and type by reading the file contents, if the provided path is a URL. By using specially crafted `php://filter` URLs an attacker can leak the contents of any file or URL. Note that this vulnerability is different from GHSA-w9xv-qf98-ccq4, and resides in a different component. An attacker can access any file on the server, or leak information form arbitrary URLs, potentially exposing sensitive information such as AWS IAM credentials. This issue has been addressed in release versions 1.29.2, 2.1.1, and 2.3.0. All users are advised to upgrade. There are no known workarounds for this vulnerability.Show less
1Ada
1Ada
Jun 17, 2026
Oct 4, 2024
N/A· v4
5.3 MEDIUM· v3
N/A· v2
Ada.cx's Sentry configuration allowed for blind server-side request forgeries (SSRF) through the use of a data scraping endpoint.
1Mattermost
1Mattermost Server
Jun 17, 2026
Sep 26, 2024
N/A· v4
5.4 MEDIUM· v3
N/A· v2
Mattermost versions 9.5.x <= 9.5.8 fail to include the metadata endpoints of Oracle Cloud and Alibaba in the SSRF denylist, which allows an attacker to possibly cause an SSRF if Mattermost was deployed in Oracle Cloud or...Show more
Mattermost versions 9.5.x <= 9.5.8 fail to include the metadata endpoints of Oracle Cloud and Alibaba in the SSRF denylist, which allows an attacker to possibly cause an SSRF if Mattermost was deployed in Oracle Cloud or Alibaba.Show less
1Myoffice
1My Office Sdk
Jun 17, 2026
Sep 23, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
New Cloud MyOffice SDK Collaborative Editing Server 2.2.2 through 2.8 allows SSRF via manipulation of requests from external document storage via the MS-WOPI protocol.
-
-
Jun 17, 2026
Sep 23, 2024
N/A· v4
6.6 MEDIUM· v3
N/A· v2
An issue in Doccano Open source annotation tools for machine learning practitioners v.1.8.4 and Doccano Auto Labeling Pipeline module to annotate a document automatically v.0.1.23 allows a remote attacker to escalate pri...Show more
An issue in Doccano Open source annotation tools for machine learning practitioners v.1.8.4 and Doccano Auto Labeling Pipeline module to annotate a document automatically v.0.1.23 allows a remote attacker to escalate privileges via the model_attribs parameter.Show less
1Lobehub
1Lobe Chat
Jun 17, 2026
Sep 23, 2024
N/A· v4
8.8 HIGH· v3
N/A· v2
Lobe Chat is an open-source artificial intelligence chat framework. Prior to version 1.19.13, server-side request forgery protection implemented in `src/app/api/proxy/route.ts` does not consider redirect and could be byp...Show more
Lobe Chat is an open-source artificial intelligence chat framework. Prior to version 1.19.13, server-side request forgery protection implemented in `src/app/api/proxy/route.ts` does not consider redirect and could be bypassed when attacker provides an external malicious URL which redirects to internal resources like a private network or loopback address. Version 1.19.13 contains an improved fix for the issue.Show less
-
-
Jun 17, 2026
Sep 23, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
Server-Side Request Forgery (SSRF) vulnerability in Firsh Justified Image Grid justified-image-grid.This issue affects Justified Image Grid: from n/a through <= 4.6.1.
1Monospace
1Directus
Jun 17, 2026
Sep 18, 2024
N/A· v4
5.0 MEDIUM· v3
N/A· v2
Directus is a real-time API and App dashboard for managing SQL database content. When relying on blocking access to localhost using the default `0.0.0.0` filter a user may bypass this block by using other registered loop...Show more
Directus is a real-time API and App dashboard for managing SQL database content. When relying on blocking access to localhost using the default `0.0.0.0` filter a user may bypass this block by using other registered loopback devices (like `127.0.0.2` - `127.127.127.127`). This issue has been addressed in release versions 10.13.3 and 11.1.0. Users are advised to upgrade. Users unable to upgrade may block this bypass by manually adding the `127.0.0.0/8` CIDR range which will block access to any `127.X.X.X` ip instead of just `127.0.0.1`.Show less
1Acquia
1Mautic
Jun 17, 2026
Sep 18, 2024
N/A· v4
6.5 MEDIUM· v3
N/A· v2
Prior to the patched version, an authenticated user of Mautic could read system files and access the internal addresses of the application due to a Server-Side Request Forgery (SSRF) vulnerability.
1Microsoft
1Groupme
Aug 10, 2026
Sep 17, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
An improper access control vulnerability in GroupMe allows an a unauthenticated attacker to elevate privileges over a network.
1Czim
1File Handling
Jun 17, 2026
Sep 17, 2024
N/A· v4
8.2 HIGH· v3
N/A· v2
The czim/file-handling package before 1.5.0 and 2.x before 2.3.0 (used with PHP Composer) does not properly validate URLs within makeFromUrl and makeFromAny, leading to SSRF, and to directory traversal for the reading of...Show more
The czim/file-handling package before 1.5.0 and 2.x before 2.3.0 (used with PHP Composer) does not properly validate URLs within makeFromUrl and makeFromAny, leading to SSRF, and to directory traversal for the reading of local files.Show less
1Litellm
1Litellm
Jun 17, 2026
Sep 13, 2024
N/A· v4
7.5 HIGH· v3
N/A· v2
A Server-Side Request Forgery (SSRF) vulnerability exists in berriai/litellm version 1.38.10. This vulnerability allows users to specify the `api_base` parameter when making requests to `POST /chat/completions`, causing...Show more
A Server-Side Request Forgery (SSRF) vulnerability exists in berriai/litellm version 1.38.10. This vulnerability allows users to specify the `api_base` parameter when making requests to `POST /chat/completions`, causing the application to send the request to the domain specified by `api_base`. This request includes the OpenAI API key. A malicious user can set the `api_base` to their own domain and intercept the OpenAI API key, leading to unauthorized access and potential misuse of the API key.Show less
1Gitlab
1Gitlab
Jun 17, 2026
Sep 12, 2024
N/A· v4
6.5 MEDIUM· v3
N/A· v2
A server-side request forgery issue has been discovered in GitLab EE affecting all versions starting from 16.8 prior to 17.1.7, from 17.2 prior to 17.2.5, and from 17.3 prior to 17.3.2. It was possible for an attacker to...Show more
A server-side request forgery issue has been discovered in GitLab EE affecting all versions starting from 16.8 prior to 17.1.7, from 17.2 prior to 17.2.5, and from 17.3 prior to 17.3.2. It was possible for an attacker to make requests to internal resources using a custom Maven Dependency Proxy URLShow less
1Microfocus
1Edirectory
Jun 17, 2026
Sep 12, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
Possible External Service Interaction attack in eDirectory has been discovered in OpenText™ eDirectory. This impact all version before 9.2.6.0000.
1Eladmin
1Eladmin
Jun 17, 2026
Sep 10, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
eladmin v2.7 and before is vulnerable to Server-Side Request Forgery (SSRF) which allows an attacker to execute arbitrary code via the DatabaseController.java component.
1Loftware
1Spectrum
Jun 17, 2026
Sep 10, 2024
N/A· v4
8.8 HIGH· v3
N/A· v2
Loftware Spectrum (testDeviceConnection) before 5.1 allows SSRF.
1Loftware
1Spectrum
Jun 17, 2026
Sep 10, 2024
N/A· v4
8.8 HIGH· v3
N/A· v2
Loftware Spectrum before 5.1 allows SSRF.
1Seacms
1Seacms
Jun 17, 2026
Sep 9, 2024
N/A· v4
9.8 CRITICAL· v3
N/A· v2
SeaCMS v13.1 was discovered to a Server-Side Request Forgery (SSRF) via the url parameter at /admin_reslib.php.
-
-
Jun 17, 2026
Sep 7, 2024
N/A· v4
8.8 HIGH· v3
N/A· v2
A server side request forgery vulnerability allows a low-privileged user to perform local privilege escalation through exploiting an SSRF vulnerability.
1Mindsdb
1Mindsdb
Jun 17, 2026
Sep 5, 2024
N/A· v4
9.1 CRITICAL· v3
N/A· v2
MindsDB is a platform for building artificial intelligence from enterprise data. Prior to version 23.12.4.2, a threat actor can bypass the server-side request forgery protection on the whole website with DNS Rebinding. T...Show more
MindsDB is a platform for building artificial intelligence from enterprise data. Prior to version 23.12.4.2, a threat actor can bypass the server-side request forgery protection on the whole website with DNS Rebinding. The vulnerability can also lead to denial of service. Version 23.12.4.2 contains a patch.Show less