Lucene search
+L

2109 matches found

CVE
CVE
added 2024/07/15 7:38 p.m.107 views

CVE-2024-39912

CVE-2024-39912 affects web-auth/webauthn-lib (PHP/Symfony) where ProfileBasedRequestOptionsBuilder returns allowedCredentials without credentials if no username is found, enabling username enumeration when WebAuthn is used as the first/only authentication method. Documented impact is enumeration ...

5.3CVSS5.3AI score0.00394EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/07/15 7:38 p.m.63 views

CVE-2024-39912 Enumeration of valid usernames in web-auth/webauthn-lib

web-auth/webauthn-lib is an open source set of PHP libraries and a Symfony bundle to allow developers to integrate that authentication mechanism into their web applications. The ProfileBasedRequestOptionsBuilder method returns allowedCredentials without any credentials if no username was found...

5.3CVSS0.00394EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/07/15 7:38 p.m.17 views

CVE-2024-39912 Enumeration of valid usernames in web-auth/webauthn-lib

web-auth/webauthn-lib is an open source set of PHP libraries and a Symfony bundle to allow developers to integrate that authentication mechanism into their web applications. The ProfileBasedRequestOptionsBuilder method returns allowedCredentials without any credentials if no username was found...

5.3CVSS7.3AI score0.00394EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2024/06/06 9:36 p.m.28 views

TokenController formName not sanitized in hidden input

Impact TokenController get parameter formName not sanitized in returned input field leads to XSS. What kind of vulnerability is it? Who is impacted? Patches Has the problem been patched? What versions should users upgrade to? Workarounds Is there a way for users to fix or remediate the...

6.1CVSS6.2AI score0.00292EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/06/06 9:36 p.m.45 views

GHSA-RRVC-C7XG-7CF3 TokenController formName not sanitized in hidden input

Impact TokenController get parameter formName not sanitized in returned input field leads to XSS. What kind of vulnerability is it? Who is impacted? Patches Has the problem been patched? What versions should users upgrade to? Workarounds Is there a way for users to fix or remediate the...

6.1CVSS6.2AI score0.00292EPSS
SaveExploits0References4
Veracode
Veracode
added 2024/06/03 8:40 a.m.29 views

Code Injection

symfony is vulnerable to Code Injection. The vulnerability is due to unsanitized locale values being dumped into a PHP file generated in the cache...

6.3AI score0.0078EPSS
SaveExploits0
Veracode
Veracode
added 2024/06/03 7:45 a.m.14 views

XML Entity Expansion

Symfony is vulnerable to XML Entity Expansion attacks. The vulnerability is due improper xml parsing configuration, where long entities can be defined and repeatedly referenced, creating a memory sink that can be exploited for Denial of Service attacks...

7AI score
SaveExploits0
Veracode
Veracode
added 2024/06/03 5:06 a.m.25 views

XML Entity Expansion (XEE)

symfony/validator is vulnerable to XML Entity Expansion. The vulnerability is caused by improper XML parsing configuration, which could result in XML Entity Expansion XEE attacks that can lead to excessive memory use and potential Denial of Service DoS...

7AI score
SaveExploits0
Veracode
Veracode
added 2024/05/31 10:47 a.m.28 views

Code Injection

symfony is vulnerable to Code Injection. The vulnerability is due to lack of CSRF protection for the import/export feature, allowing attackers to exploit the PHP serialized string import...

6.9AI score0.01485EPSS
SaveExploits0References3Affected Software2
Veracode
Veracode
added 2024/05/31 8:54 a.m.15 views

Privilege Escalation

symfony/symfony is vulnerable to Privilege Escalation. The vulnerability is due to a flaw in the handling of user updates in the EntityUserProvider provided by the Doctrine bridge, allowing users to switch to another user by changing their username via a form, despite encountering a validation...

6.9AI score
SaveExploits0
Veracode
Veracode
added 2024/05/31 7:58 a.m.21 views

Improper Input Validation

Symfony is vulnerable to Improper Input Validation. The vulnerability is due to trusting the remote address when at least one trusted proxy is involved, allowing an attacker to manipulate HTTP header values...

6.6AI score0.00785EPSS
SaveExploits0References2Affected Software2
Veracode
Veracode
added 2024/05/31 7:50 a.m.20 views

XML External Entity (XXE) Injection

symfony/serializer is vulnerable to XML External Entity XXE injection. This vulnerability is due to the failure to disable external entities when parsing XML using the XMLEncoder component, which allows an attacker to include arbitrary files from the file system by exploiting the XXE injection fl...

7.8AI score
SaveExploits0
Veracode
Veracode
added 2024/05/31 7:35 a.m.22 views

Denial Of Service (DoS)

Symfony is vulnerable to Denial Of Service DoS. The vulnerability is due to improper hostname validation via a regular expression within Request::getHost, which results in DoS...

6.5AI score0.01663EPSS
SaveExploits0References2Affected Software2
Veracode
Veracode
added 2024/05/31 7:27 a.m.11 views

XML Entity Expansion (XEE)

symfony/routing is vulnerable to XML Entity Expansion XEE. The vulnerability is due to allowing custom entities in PHP, which allows an attacker to submit XML which results in a XEE Quadratic Blowup...

6.9AI score
SaveExploits0
Veracode
Veracode
added 2024/05/31 7:06 a.m.13 views

XML External Entity

symfony/symfony is vulnerable to XML External Entity. The vulnerability is due to the absence of proper validation mechanisms for XML input, which allows attackers to process external entities resulting in the inclusion of arbitrary files...

7.2AI score
SaveExploits0
Veracode
Veracode
added 2024/05/31 6:39 a.m.24 views

XML Entity Expansion

symfony/symfony is vulnerable to XML Entity Expansion. The vulnerability is due to all extensions that use libxml2 having no defense against Quadratic Blowup Attacks, which involve defining a long entity that is repeatedly referenced within the XML document, thus creating a potential memory sink...

7AI score
SaveExploits0
Veracode
Veracode
added 2024/05/31 5:34 a.m.15 views

IP Address Spoofing

Symfony is vulnerable to IP Address Spoofing The vulnerability is due to the potential manipulation of client IP addresses returned by the Request::getClientIp method for sensitive decisions. It allows malicious actors to manipulate or spoof their IP addresses...

7AI score
SaveExploits0
OSV
OSV
added 2024/05/30 1:10 p.m.28 views

GHSA-4VF2-QFG3-7598 symfony/validator XML Entity Expansion vulnerability

Symfony 2.0.11 carried a similar XXE security fix, however, on review of ZF2 I also noted a vulnerability to XML Entity Expansion XEE attacks whereby all extensions making use of libxml2 have no defense against XEE Quadratic Blowup Attacks. The vulnerability is a function of there being no curren...

7.5CVSS7.2AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/05/30 1:10 p.m.17 views

symfony/validator XML Entity Expansion vulnerability

Symfony 2.0.11 carried a similar XXE security fix, however, on review of ZF2 I also noted a vulnerability to XML Entity Expansion XEE attacks whereby all extensions making use of libxml2 have no defense against XEE Quadratic Blowup Attacks. The vulnerability is a function of there being no curren...

7.2AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/30 1:02 p.m.17 views

symfony/translation XML Entity Expansion vulnerability

Symfony 2.0.11 carried a similar XXE security fix, however, on review of ZF2 I also noted a vulnerability to XML Entity Expansion XEE attacks whereby all extensions making use of libxml2 have no defense against XEE Quadratic Blowup Attacks. The vulnerability is a function of there being no curren...

7.2AI score
SaveExploits0References4Affected Software1
Rows per page
Query Builder