<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – API Platform (High+Critical)</title>
  <link>https://cvedaily.com/pages/tags/api-platform.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/api-platform-severe.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – API Platform (High+Critical)</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:40 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-9808 – An authorization bypass vulnerability exists in the Mautic 7 API v2 endpoints (u...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-9808</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-9808</guid>
    <pubDate>Fri, 29 May 2026 12:16:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-9808</strong></p>
  <p>An authorization bypass vulnerability exists in the Mautic 7 API v2 endpoints (utilizing API Platform). Under certain conditions, roles configured with owner-scope restrictions (such as `viewown` or `editown`) are not properly enforced. This allows low-privilege authenticated API users to bypass ownership-logic controls and access or modify resources belonging to other users.</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-9808">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-40291 – Chamilo LMS is an open-source learning management system. In versions prior to 2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40291</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40291</guid>
    <pubDate>Tue, 14 Apr 2026 22:16:32 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-40291</strong></p>
  <p>Chamilo LMS is an open-source learning management system. In versions prior to 2.0.0-RC.3, an insecure direct object modification vulnerability in the PUT /api/users/{id} endpoint allows any authenticated user with ROLE_STUDENT to escalate their privileges to ROLE_ADMIN by modifying the roles field on their own user record. The API Platform security expression is_granted('EDIT', object) only veri…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-269</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40291">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-67718 – Form.io is a combined Form and API platform for Serverless applications. Version...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-67718</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-67718</guid>
    <pubDate>Thu, 11 Dec 2025 01:16:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-67718</strong></p>
  <p>Form.io is a combined Form and API platform for Serverless applications. Versions 3.5.6 and below and 4.0.0-rc.1 through 4.4.2 contain a flaw in path handling which could allow an attacker to access protected API endpoints by sending a crafted request path. An unauthenticated or unauthorized request could retrieve data from endpoints that should be protected. This issue is fixed in versions 3.5.7…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-178</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-67718">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-13426 – A vulnerability exists in Google  Apigee's JavaCallout policy https://docs.apige...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-13426</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-13426</guid>
    <pubDate>Fri, 05 Dec 2025 22:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-13426</strong></p>
  <p>A vulnerability exists in Google  Apigee's JavaCallout policy https://docs.apigee.com/api-platform/reference/policies/java-callout-policy  that allows for remote code execution.  It is possible for a user to write a JavaCallout that injected a malicious object into the MessageContext to execute arbitrary Java code and system commands at runtime, leading to unauthorized access to data, lateral mov…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-913</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-13426">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-31485 – API Platform Core is a system to create hypermedia-driven REST and GraphQL APIs...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-31485</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-31485</guid>
    <pubDate>Thu, 03 Apr 2025 20:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-31485</strong></p>
  <p>API Platform Core is a system to create hypermedia-driven REST and GraphQL APIs. Prior to 4.0.22 and 3.4.17, a GraphQL grant on a property might be cached with different objects. The ApiPlatform\GraphQl\Serializer\ItemNormalizer::isCacheKeySafe() method is meant to prevent the caching but the parent::normalize method that is called afterwards still creates the cache key and causes the issue. This…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-696</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-31485">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-31481 – API Platform Core is a system to create hypermedia-driven REST and GraphQL APIs...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-31481</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-31481</guid>
    <pubDate>Thu, 03 Apr 2025 20:15:25 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-31481</strong></p>
  <p>API Platform Core is a system to create hypermedia-driven REST and GraphQL APIs. Using the Relay special node type you can bypass the configured security on an operation. This vulnerability is fixed in 4.0.22 and 3.4.17.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-31481">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-2796 – A server-side request forgery (SSRF) was discovered in the Akana API Platform in...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-2796</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-2796</guid>
    <pubDate>Thu, 18 Apr 2024 15:15:29 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-2796</strong></p>
  <p>A server-side request forgery (SSRF) was discovered in the Akana API Platform in versions prior to and including 2022.1.3. Reported by Jakob Antonsson.</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-2796">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-25575 – API Platform Core is the server component of API Platform: hypermedia and GraphQ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-25575</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-25575</guid>
    <pubDate>Tue, 28 Feb 2023 23:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-25575</strong></p>
  <p>API Platform Core is the server component of API Platform: hypermedia and GraphQL APIs. Resource properties secured with the `security` option of the `ApiPlatform\Metadata\ApiProperty` attribute can be disclosed to unauthorized users. The problem affects most serialization formats, including raw JSON, which is enabled by default when installing API Platform. Custom serialization formats may also…</p>
  <p><strong>CVSS:</strong> 7.7 · <strong>CWE:</strong> CWE-842</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-25575">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
