Lucene search
+L

2102 matches found

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.00666EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/05/27 9:12 p.m.26 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.00429EPSS
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.00488EPSS
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.00458EPSS
SaveExploits0References6Affected Software2
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.00458EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/05/27 9:10 p.m.29 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.00305EPSS
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.00305EPSS
SaveExploits0References7
OSV
OSV
added 2026/05/27 9:09 p.m.16 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.0039EPSS
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.0039EPSS
SaveExploits0References5Affected Software2
OSV
OSV
added 2026/05/27 9:03 p.m.17 views

GHSA-29FC-P6C4-24CG Symfony's OidcTokenHandler Accepts JWTs Missing aud/iss/exp Claims

Description OidcTokenHandler is Symfony's built-in access-token handler for OpenID Connect: it validates a bearer JWT and returns the authenticated user identity. It delegates claim validation to the web-token/jwt-checker library's ClaimCheckerManager. OidcTokenHandler::verifyClaims registers...

7.1CVSS5.8AI score0.00258EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/05/27 8:46 p.m.20 views

Symfony has an Argument Injection in SendmailTransport via Dash-Prefixed Recipient Address

Description Symfony Mailer selects a transport via the MAILERDSN environment variable / configuration e.g. smtp://..., sendmail://..., native://default. SendmailTransport invokes the local sendmail binary and supports two modes: -bs speak SMTP over stdin: the default and -t read the message on...

8.7CVSS5.8AI score0.00524EPSS
SaveExploits0References6Affected Software2
OSV
OSV
added 2026/05/27 8:46 p.m.19 views

GHSA-XX3C-QF5G-HC39 Symfony has an Argument Injection in SendmailTransport via Dash-Prefixed Recipient Address

Description Symfony Mailer selects a transport via the MAILERDSN environment variable / configuration e.g. smtp://..., sendmail://..., native://default. SendmailTransport invokes the local sendmail binary and supports two modes: -bs speak SMTP over stdin: the default and -t read the message on...

8.6CVSS5.8AI score0.00524EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/05/27 8:42 p.m.19 views

Symfony has Email Header / SMTP Command Injection via CRLF in Symfony\Component\Mime\Address

Description Symfony\Component\Mime\Address is the value-object every Symfony Mailer address to/cc/bcc/from/reply-to flows through; its constructor is documented as validating the address and throwing on invalid input, so developers treat it as a security boundary. The constructor accepts email...

6.3CVSS5.8AI score0.00598EPSS
SaveExploits0References6Affected Software2
OSV
OSV
added 2026/05/27 8:42 p.m.17 views

GHSA-QPMX-3RFJ-7RHV Symfony has Email Header / SMTP Command Injection via CRLF in Symfony\Component\Mime\Address

Description Symfony\Component\Mime\Address is the value-object every Symfony Mailer address to/cc/bcc/from/reply-to flows through; its constructor is documented as validating the address and throwing on invalid input, so developers treat it as a security boundary. The constructor accepts email...

7.1CVSS5.8AI score0.00598EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/05/27 8:04 p.m.21 views

Symfony's HtmlSanitizer URL Attributes Pass Through BiDi Override Characters → Visual href Spoofing

Description Symfony\Component\HtmlSanitizer\TextSanitizer\UrlSanitizer::parse used by UrlSanitizer::sanitize and therefore by every HtmlSanitizer config that allows links or media accepts URLs that contain Unicode explicit-direction BiDi formatting characters: U+202A–U+202E LRE / RLE / PDF / LRO ...

6.1CVSS5.9AI score0.00338EPSS
SaveExploits0References6Affected Software2
OSV
OSV
added 2026/05/27 4:55 p.m.14 views

GHSA-72XP-P242-47P9 Symfony has a UrlGenerator Route-Requirement Bypass via Unanchored Regex Alternation → Off-Site //host URL Injection

Description Symfony routes can declare a requirements regex per path parameter, e.g. a route /locale/blog with requirements: locale: 'en|fr|de' . The Twig path / url helpers backed by UrlGenerator validate supplied parameter values against that regex before building the URL. UrlGenerator construc...

6.1CVSS5.8AI score0.00348EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/05/27 4:50 p.m.80 views

Symfony Vulnerable to Identity Spoofing via Unanchored DN Regex in X509Authenticator

Description X509Authenticator implements client-certificate mTLS authentication: the web server validates the client's certificate against a trusted CA, then passes the certificate's Subject DN Distinguished Name: a string like CN=Alice,O=Example,[email protected] to Symfony via...

9.1CVSS5.8AI score0.00367EPSS
SaveExploits0References6Affected Software2
OSV
OSV
added 2026/05/27 4:50 p.m.13 views

GHSA-PH86-P8F6-F9R2 Symfony Vulnerable to Identity Spoofing via Unanchored DN Regex in X509Authenticator

Description X509Authenticator implements client-certificate mTLS authentication: the web server validates the client's certificate against a trusted CA, then passes the certificate's Subject DN Distinguished Name: a string like CN=Alice,O=Example,[email protected] to Symfony via...

8.7CVSS5.8AI score0.00367EPSS
SaveExploits0References6
Circl
Circl
added 2026/05/27 1:21 p.m.16 views

CVE-2026-48806

creationtimestamp| type| source ---|---|--- 2026-05-27 13:21:59+00:00| seen| https://bsky.app/profile/symfony.com/post/3mmtlzlisnd23 2026-07-27 09:10:25+00:00| seen| https://bsky.app/profile/kriptabiz.bsky.social/post/3mrmkfue7cy2o 2026-07-27 09:10:43+00:00| seen|...

9.1CVSS5.8AI score0.00418EPSS
SaveExploits0References3
Circl
Circl
added 2026/05/27 10:03 a.m.21 views

CVE-2026-48747

creationtimestamp| type| source ---|---|--- 2026-05-27 10:03:58+00:00| seen| https://bsky.app/profile/symfony.com/post/3mmtaxinnso2w 2026-05-27 14:35:08+00:00| seen| https://bsky.app/profile/o2cloud.bsky.social/post/3mmtq4e3x7q2h...

6.3CVSS5.3AI score0.00247EPSS
SaveExploits0References2
Rows per page
Query Builder