Lucene search
+L

2095 matches found

Circl
Circl
added 2026/05/29 7:32 a.m.16 views

CVE-2026-49208

creationtimestamp| type| source ---|---|--- 2026-05-29 07:32:21+00:00| seen| https://bsky.app/profile/symfony.com/post/3mmxzg7aobq2u...

6.9CVSS5.8AI score0.0024EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/05/28 5:34 p.m.46 views

Symfony's JsonPath Evaluates Attacker-Controlled Regular Expressions in match()/search() Without Limits — ReDoS

Description The JsonPath component's match and search filter functions compile a caller-supplied pattern straight into pregmatch: php 'match' = @pregmatch\sprintf'/^%s$/u', $this-transformJsonPathRegex$argList1, $value, 'search' = @pregmatch"/$this-transformJsonPathRegex$argList1/u", $value,...

8.2CVSS5.8AI score0.00598EPSS
SaveExploits0References6Affected Software2
OSV
OSV
added 2026/05/28 5:34 p.m.18 views

GHSA-8V8V-G73J-492J Symfony's JsonPath Evaluates Attacker-Controlled Regular Expressions in match()/search() Without Limits — ReDoS

Description The JsonPath component's match and search filter functions compile a caller-supplied pattern straight into pregmatch: php 'match' = @pregmatch\sprintf'/^%s$/u', $this-transformJsonPathRegex$argList1, $value, 'search' = @pregmatch"/$this-transformJsonPathRegex$argList1/u", $value,...

6.9CVSS5.8AI score0.00598EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/05/28 12:00 a.m.18 views

Linux Distros Unpatched Vulnerability : CVE-2026-48761

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Symfony is a PHP framework for web and console applications and a set of reusable PHP components. From 6.1.0 until 6.4.41, 7.4.13, and 8.0.13,...

6.1CVSS6.1AI score0.00268EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/05/28 12:00 a.m.21 views

Linux Distros Unpatched Vulnerability : CVE-2026-48760

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Symfony is a PHP framework for web and console applications and a set of reusable PHP components. From 6.1.0 until 6.4.41, 7.4.13, and 8.0.13, UrlSanitizer::par...

6.1CVSS6.1AI score0.00259EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/05/28 12:00 a.m.25 views

Linux Distros Unpatched Vulnerability : CVE-2026-48736

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Symfony is a PHP framework for web and console applications and a set of reusable PHP components. From 5.4.0 to 5.4.53, 6.4.41, 7.4.13, and 8.0.13,...

8.6CVSS6.1AI score0.0046EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/28 12:00 a.m.27 views

Linux Distros Unpatched Vulnerability : CVE-2026-48489

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 5.4.53, 6.4.41, 7.4.13, and 8.0.13,...

8.7CVSS6.1AI score0.00475EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/28 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-48747

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 7.4.13 and 8.0.13,...

6.3CVSS6.1AI score0.00197EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/05/27 9:33 p.m.42 views

Symfony's YAML Parser Vulnerable to Exponential Memory Allocation via Recursive Collection-Alias Expansion ("Billion Laughs")

Description Symfony\Component\Yaml\Parser resolves YAML aliases anchor during parsing. Aliases that reference collections arrays, stdClass, TaggedValue-wrapped collections can themselves point to other collections containing aliases, creating exponential expansion at resolution time. A small inpu...

8.7CVSS5.8AI score0.00804EPSS
SaveExploits0References6Affected Software2
OSV
OSV
added 2026/05/27 9:33 p.m.72 views

GHSA-C2P3-7M5P-CV8X Symfony hardened the parser when handling untrusted input

Description Symfony\Component\Yaml\Parser is the entry point for parsing YAML strings into PHP values via Yaml::parse. When the parser is exposed to attacker-controlled input, deeply nested mappings or sequences cause both the block-level Parser::parseBlock and inline Inline::parseSequence /...

6.9CVSS5.8AI score0.0074EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/05/27 9:13 p.m.23 views

Symfony has Unauthenticated PHP Object Deserialization in MonologBridge server:log Listener

Description Symfony\Bridge\Monolog\Command\ServerLogCommand the server:log console command is a development-time helper that opens a TCP listener and displays log records pushed to it by the application's logging pipeline. Two unsafe defaults combine into a remotely reachable PHP...

8.6CVSS6.4AI score0.00447EPSS
SaveExploits0References6Affected Software2
OSV
OSV
added 2026/05/27 9:13 p.m.15 views

GHSA-M7V2-7GXM-VC2V Symfony has Unauthenticated PHP Object Deserialization in MonologBridge server:log Listener

Description Symfony\Bridge\Monolog\Command\ServerLogCommand the server:log console command is a development-time helper that opens a TCP listener and displays log records pushed to it by the application's logging pipeline. Two unsafe defaults combine into a remotely reachable PHP...

9.3CVSS6.4AI score0.00447EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/05/27 9:12 p.m.25 views

Symfony's HEAD Request Bypasses methods: ['GET'] Filter in #[IsGranted] / #[IsSignatureValid] / #[IsCsrfTokenValid]

Description Symfony's IsGranted'...', IsSignatureValid, and IsCsrfTokenValid... attributes allow you to define a methods: ... argument to only enforce these checks for the listed HTTP methods and skip them otherwise. E.g. an attribute defining methods: 'GET' would be ignored for a HEAD request. O...

8.3CVSS5.8AI score0.00382EPSS
SaveExploits0References7Affected Software3
OSV
OSV
added 2026/05/27 9:11 p.m.17 views

GHSA-J8GJ-9RM5-4XHX Symfony's Cas2Handler Derives CAS service URL from Client Host Header → Cross-Service Ticket Replay

Cas2Handler builds this service parameter from Request::getSchemeAndHttpHost, which reflects the attacker-controlled HTTP Host header whenever Symfony's framework.trustedhosts setting is not configured the default. An attacker who controls any other application registered with the same CAS server...

8.7CVSS5.8AI score0.00413EPSS
SaveExploits0References6
OSV
OSV
added 2026/05/27 9:11 p.m.11 views

GHSA-6QH9-H6WF-JGQC Symfony Vulnerable to SQL Injection in PdoAdapter::doClear() via Unsanitized $prefix

Description Symfony\Component\Cache\Adapter\PdoAdapter is the PDO-backed cache adapter. Its clear$prefix method inherited from AbstractAdapterTrait is documented to delete cache items whose key starts with $prefix. In the non-versioning code path, the caller-supplied $prefix is concatenated into...

7.1CVSS6AI score0.0041EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/05/27 9:11 p.m.23 views

Symfony Vulnerable to SQL Injection in PdoAdapter::doClear() via Unsanitized $prefix

Description Symfony\Component\Cache\Adapter\PdoAdapter is the PDO-backed cache adapter. Its clear$prefix method inherited from AbstractAdapterTrait is documented to delete cache items whose key starts with $prefix. In the non-versioning code path, the caller-supplied $prefix is concatenated into...

7.3CVSS6.1AI score0.0041EPSS
SaveExploits0References6Affected Software2
Github Security Blog
Github Security Blog
added 2026/05/27 9:10 p.m.28 views

Symfony Vulnerable to stored XSS in WebProfiler CodeExtension::fileExcerpt() — Unescaped Non-PHP File Rendering

Description Symfony's profiler, a development only debug UI, renders source-code excerpts on several pages using Twig's custom fileexcerpt filter. This filter renders PHP files via highlightstring which escapes HTML, but renders non-PHP files by splitting on \n and interpolating each line directl...

5.4CVSS5.9AI score0.00232EPSS
SaveExploits0References7Affected Software3
OSV
OSV
added 2026/05/27 9:10 p.m.14 views

GHSA-HMR5-2XCR-V8PP Symfony Vulnerable to stored XSS in WebProfiler CodeExtension::fileExcerpt() — Unescaped Non-PHP File Rendering

Description Symfony's profiler, a development only debug UI, renders source-code excerpts on several pages using Twig's custom fileexcerpt filter. This filter renders PHP files via highlightstring which escapes HTML, but renders non-PHP files by splitting on \n and interpolating each line directl...

5.1CVSS5.9AI score0.00232EPSS
SaveExploits0References7
OSV
OSV
added 2026/05/27 9:09 p.m.15 views

GHSA-VQC8-7275-Q272 Symfony has Email Header Injection via Non-Token Characters in Mime Parameter Names

Description Symfony\Component\Mime\Header\ParameterizedHeader and the related parameter handling reachable from Symfony\Component\Mime\Header\Headers is responsible for serializing structured headers such as Content-Type and Content-Disposition, which carry key=value parameters e.g...

7.1CVSS5.8AI score0.00292EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/05/27 9:09 p.m.25 views

Symfony has Email Header Injection via Non-Token Characters in Mime Parameter Names

Description Symfony\Component\Mime\Header\ParameterizedHeader and the related parameter handling reachable from Symfony\Component\Mime\Header\Headers is responsible for serializing structured headers such as Content-Type and Content-Disposition, which carry key=value parameters e.g...

6.5CVSS5.8AI score0.00292EPSS
SaveExploits0References5Affected Software2
Rows per page
Query Builder