Lucene search
+L

2109 matches found

Cvelist
Cvelist
added 2024/11/06 9:03 p.m.55 views

CVE-2024-50342 Internal address and port enumeration allowed by NoPrivateNetworkHttpClient in symfony/http-client

symfony/http-client is a module for the Symphony PHP framework which provides powerful methods to fetch HTTP resources synchronously or asynchronously. When using the NoPrivateNetworkHttpClient, some internal information is still leaking during host resolution, which leads to possible IP/port...

3.1CVSS0.00471EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/06 9:03 p.m.30 views

CVE-2024-50342 Internal address and port enumeration allowed by NoPrivateNetworkHttpClient in symfony/http-client

symfony/http-client is a module for the Symphony PHP framework which provides powerful methods to fetch HTTP resources synchronously or asynchronously. When using the NoPrivateNetworkHttpClient, some internal information is still leaking during host resolution, which leads to possible IP/port...

3.1CVSS4.2AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/11/06 9:00 p.m.16 views

CVE-2024-50343 Incorrect response from Validator when input ends with `\n` in symfony/validator

symfony/validator is a module for the Symphony PHP framework which provides tools to validate values. It is possible to trick a Validator configured with a regular expression using the $ metacharacters, with an input ending with \n. Symfony as of versions 5.4.43, 6.4.11, and 7.1.4 now uses the D...

3.1CVSS6.9AI score0.00455EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/11/06 9:00 p.m.24 views

CVE-2024-50343

symfony/validator is a module for the Symphony PHP framework which provides tools to validate values. It is possible to trick a Validator configured with a regular expression using the $ metacharacters, with an input ending with \n. Symfony as of versions 5.4.43, 6.4.11, and 7.1.4 now uses the D...

3.1CVSS4.6AI score0.00455EPSS
SaveExploits0
CVE
CVE
added 2024/11/06 9:00 p.m.93 views

CVE-2024-50343

CVE-2024-50343 affects the Symfony PHP framework’s validator component (symfony/validator). An input ending with a newline could bypass validation when using regular expressions configured with the $ metacharacter; Symfony versions 5.4.43, 6.4.11, and 7.1.4 now apply the D modifier to ensure the ...

3.1CVSS3.5AI score0.00455EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/11/06 9:00 p.m.34 views

CVE-2024-50343 Incorrect response from Validator when input ends with `\n` in symfony/validator

symfony/validator is a module for the Symphony PHP framework which provides tools to validate values. It is possible to trick a Validator configured with a regular expression using the $ metacharacters, with an input ending with \n. Symfony as of versions 5.4.43, 6.4.11, and 7.1.4 now uses the D...

3.1CVSS0.00455EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/06 9:00 p.m.16 views

CVE-2024-50343 Incorrect response from Validator when input ends with `\n` in symfony/validator

symfony/validator is a module for the Symphony PHP framework which provides tools to validate values. It is possible to trick a Validator configured with a regular expression using the $ metacharacters, with an input ending with \n. Symfony as of versions 5.4.43, 6.4.11, and 7.1.4 now uses the D...

3.1CVSS4.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/11/06 8:56 p.m.40 views

CVE-2024-50345 Open redirect via browser-sanitized URLs in symfony/http-foundation

symfony/http-foundation is a module for the Symphony PHP framework which defines an object-oriented layer for the HTTP specification. The Request class, does not parse URI with special characters the same way browsers do. As a result, an attacker can trick a validator relying on the Request class...

3.1CVSS0.00553EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/06 8:56 p.m.97 views

CVE-2024-50345

The CVE-2024-50345 issue affects Symfony’s HTTP Foundation component (Request class) where URI parsing differs from browsers, allowing an attacker to bypass validators and induce an open redirect by supplying a specially crafted URI. The advisory states that Request::create now asserts that URIs ...

6.1CVSS3.4AI score0.00553EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/11/06 8:56 p.m.47 views

CVE-2024-50345

symfony/http-foundation is a module for the Symphony PHP framework which defines an object-oriented layer for the HTTP specification. The Request class, does not parse URI with special characters the same way browsers do. As a result, an attacker can trick a validator relying on the Request class...

6.1CVSS4.6AI score0.00553EPSS
SaveExploits0
OSV
OSV
added 2024/11/06 8:56 p.m.17 views

CVE-2024-50345 Open redirect via browser-sanitized URLs in symfony/http-foundation

symfony/http-foundation is a module for the Symphony PHP framework which defines an object-oriented layer for the HTTP specification. The Request class, does not parse URI with special characters the same way browsers do. As a result, an attacker can trick a validator relying on the Request class...

3.1CVSS4.3AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/11/06 8:51 p.m.17 views

CVE-2024-51736 Command execution hijack on Windows with Process class in symfony/process

Symphony process is a module for the Symphony PHP framework which executes commands in sub-processes. On Windows, when an executable file named cmd.exe is located in the current working directory it will be called by the Process class when preparing command arguments, leading to possible hijackin...

7.1AI score0.00425EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/06 8:51 p.m.6 views

CVE-2024-51736 Command execution hijack on Windows with Process class in symfony/process

Symphony process is a module for the Symphony PHP framework which executes commands in sub-processes. On Windows, when an executable file named cmd.exe is located in the current working directory it will be called by the Process class when preparing command arguments, leading to possible hijackin...

6.8AI score
SaveExploits0References3
Cvelist
Cvelist
added 2024/11/06 8:51 p.m.66 views

CVE-2024-51736 Command execution hijack on Windows with Process class in symfony/process

Symphony process is a module for the Symphony PHP framework which executes commands in sub-processes. On Windows, when an executable file named cmd.exe is located in the current working directory it will be called by the Process class when preparing command arguments, leading to possible hijackin...

0.00425EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2024/11/06 3:22 p.m.61 views

Symfony vulnerable to command execution hijack on Windows with Process class

Description On Windows, when an executable file named cmd.exe is located in the current working directory it will be called by the Process class when preparing command arguments, leading to possible hijacking. Resolution The Process class now uses the absolute path to cmd.exe. The patch for this...

9.8CVSS3.5AI score0.00425EPSS
SaveExploits0References7Affected Software2
OSV
OSV
added 2024/11/06 3:22 p.m.12 views

GHSA-QQ5C-677P-737Q Symfony vulnerable to command execution hijack on Windows with Process class

Description On Windows, when an executable file named cmd.exe is located in the current working directory it will be called by the Process class when preparing command arguments, leading to possible hijacking. Resolution The Process class now uses the absolute path to cmd.exe. The patch for this...

8.6CVSS3.5AI score0.00425EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2024/11/06 3:22 p.m.27 views

Symfony vulnerable to open redirect via browser-sanitized URLs

Description The Request class, does not parse URI with special characters the same way browsers do. As a result, an attacker can trick a validator relying on the Request class to redirect users to another domain. Resolution The Request::create methods now assert the URI does not contain invalid...

6.1CVSS3.9AI score0.00553EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/11/06 3:22 p.m.16 views

GHSA-MRQX-RP3W-JPJP Symfony vulnerable to open redirect via browser-sanitized URLs

Description The Request class, does not parse URI with special characters the same way browsers do. As a result, an attacker can trick a validator relying on the Request class to redirect users to another domain. Resolution The Request::create methods now assert the URI does not contain invalid...

3.1CVSS3.7AI score0.00553EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2024/11/06 3:21 p.m.25 views

Symfony has an incorrect response from Validator when input ends with `\n`

Description It is possible to trick a Validator configured with a regular expression using the $ metacharacters, with an input ending with \n. Resolution Symfony now uses the D regex modifier to match the entire input. The patch for this issue is available here for branch 5.4. Credits We would li...

3.1CVSS6.8AI score0.00455EPSS
SaveExploits0References8Affected Software2
OSV
OSV
added 2024/11/06 3:21 p.m.19 views

GHSA-G3RH-RRHP-JHH9 Symfony has an incorrect response from Validator when input ends with `\n`

Description It is possible to trick a Validator configured with a regular expression using the $ metacharacters, with an input ending with \n. Resolution Symfony now uses the D regex modifier to match the entire input. The patch for this issue is available here for branch 5.4. Credits We would li...

3.1CVSS3.8AI score0.00455EPSS
SaveExploits0References8
Rows per page
Query Builder