Lucene search
+L

2108 matches found

OSV
OSV
added 2024/03/06 7:36 p.m.42 views

CVE-2024-27917 Shopware's session is persistent in Cache for 404 pages

Shopware is an open commerce platform based on Symfony Framework and Vue. The Symfony Session Handler pops the Session Cookie and assigns it to the Response. Since Shopware 6.5.8.0, the 404 pages are cached to improve the performance of 404 pages. So the cached Response which contains a Session...

7.5CVSS7.6AI score
SaveExploits0References6
OSV
OSV
added 2024/03/06 7:33 p.m.26 views

CVE-2024-27915 Sulu grants access to pages regardless of role permissions

Sulu is a PHP content management system. Starting in verson 2.2.0 and prior to version 2.4.17 and 2.5.13, access to pages is granted regardless of role permissions for webspaces which have a security system configured and permission check enabled. Webspaces without do not have this issue. The...

6.8CVSS6.9AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/03/06 3:06 p.m.29 views

Shopware's session is persistent in Cache for 404 pages

Impact The Symfony Session Handler, pop's the Session Cookie and assign it to the Response. Since Shopware 6.5.8.0 the 404 pages, are cached, to improve the performance of 404 pages. So the cached Response, contains a Session Cookie when the Browser accessing the 404 page, has no cookies yet. The...

7.5CVSS7.1AI score0.00611EPSS
SaveExploits0References5Affected Software2
OSV
OSV
added 2024/03/06 3:06 p.m.50 views

GHSA-C2F9-4JMM-V45M Shopware's session is persistent in Cache for 404 pages

Impact The Symfony Session Handler, pop's the Session Cookie and assign it to the Response. Since Shopware 6.5.8.0 the 404 pages, are cached, to improve the performance of 404 pages. So the cached Response, contains a Session Cookie when the Browser accessing the 404 page, has no cookies yet. The...

7.5CVSS7.1AI score0.00611EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/06 11:08 a.m.26 views

BIT-SYMFONY-2020-15094

In Symfony before versions 4.4.13 and 5.1.5, the CachingHttpClient class from the HttpClient Symfony component relies on the HttpCache class to handle requests. HttpCache uses internal headers like X-Body-Eval and X-Body-File to control the restoration of cached responses. The class was initially...

8.8CVSS8.8AI score0.03043EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/06 11:08 a.m.23 views

BIT-SYMFONY-2020-5255

In Symfony before versions 4.4.7 and 5.0.7, when a Response does not contain a Content-Type header, affected versions of Symfony can fallback to the format defined in the Accept header of the request, leading to a possible mismatch between the response's content and Content-Type header. When the...

4.3CVSS4.7AI score0.01297EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:08 a.m.103 views

BIT-SYMFONY-2020-5274

In Symfony before versions 5.0.5 and 4.4.5, some properties of the Exception were not properly escaped when the ErrorHandler rendered it stacktrace. In addition, the stacktrace were displayed even in a non-debug configuration. The ErrorHandler now escape alls properties of the exception, and the...

5.5CVSS5.2AI score0.01197EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:08 a.m.19 views

BIT-SYMFONY-2020-5275

In symfony/security-http before versions 4.4.7 and 5.0.7, when a Firewall checks access control rule, it iterate overs each rule's attributes and stops as soon as the accessDecisionManager decides to grant access on the attribute, preventing the check of next attributes that should have been take...

8.1CVSS7.8AI score0.01148EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:07 a.m.30 views

BIT-SYMFONY-2021-41267

Symfony/Http-Kernel is the HTTP kernel component for Symfony, a PHP framework for web and console applications and a set of reusable PHP components. Headers that are not part of the "trustedheaders" allowed list are ignored and protect users from "Cache poisoning" attacks. In Symfony 5.2,...

6.5CVSS6.1AI score0.01239EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:07 a.m.28 views

BIT-SYMFONY-2021-41268

Symfony/SecurityBundle is the security system for Symfony, a PHP framework for web and console applications and a set of reusable PHP components. Since the rework of the Remember me cookie in version 5.3.0, the cookie is not invalidated when the user changes their password. Attackers can therefor...

8.8CVSS8.7AI score0.01283EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:07 a.m.25 views

BIT-SYMFONY-2021-41270

Symfony/Serializer handles serializing and deserializing data structures for Symfony, a PHP framework for web and console applications and a set of reusable PHP components. Symfony versions 4.1.0 before 4.4.35 and versions 5.0.0 before 5.3.12 are vulnerable to CSV injection, also known as formula...

6.5CVSS6.5AI score0.01355EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/06 11:07 a.m.16 views

BIT-SYMFONY-2022-23601

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The Symfony form component provides a CSRF protection mechanism by using a random token injected in the form and using the session to store and control the token submitted by the user. When using the...

8.8CVSS8.3AI score0.00566EPSS
SaveExploits0References2
OSV
OSV
added 2024/03/06 11:07 a.m.51 views

BIT-SYMFONY-2022-24894

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. The Symfony HTTP cache system, acts as a reverse proxy: It caches entire responses including headers and returns them to the clients. In a recent change in the AbstractSessionListener, the response...

8.8CVSS6.8AI score0.03998EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:07 a.m.18 views

BIT-SYMFONY-2022-24895

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. When authenticating users Symfony by default regenerates the session ID upon login, but preserves the rest of session attributes. Because this does not clear CSRF tokens upon login, this might enable...

8.8CVSS7.2AI score0.0079EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/06 11:06 a.m.85 views

BIT-SYMFONY-2023-46733

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Starting in versions 5.4.21 and 6.2.7 and prior to versions 5.4.31 and 6.3.8, SessionStrategyListener does not migrate the session after every successful login. It does so only in case the logged in...

6.5CVSS6.3AI score0.00689EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/06 11:06 a.m.25 views

BIT-SYMFONY-2023-46734

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Starting in versions 2.0.0, 5.0.0, and 6.0.0 and prior to versions 4.4.51, 5.4.31, and 6.3.8, some Twig filters in CodeExtension use issafe=html but don't actually ensure their input is safe. As of...

6.1CVSS6.3AI score0.00682EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:06 a.m.82 views

BIT-SYMFONY-2023-46735

Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Starting in version 6.0.0 and prior to version 6.3.8, the error message in WebhookController returns unescaped user-submitted input. As of version 6.3.8, WebhookController now doesn't return any...

6.1CVSS6.1AI score0.00568EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2024/03/04 8:45 p.m.23 views

Sulu grants access to pages regardless of role permissions

Impact What kind of vulnerability is it? Who is impacted? Access to pages is granted regardless of role permissions for webspaces which have a security system configured and permission check enabled. Webspaces without do not have this issue. Patches Has the problem been patched? What versions...

8.1CVSS6.7AI score0.0045EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2024/02/28 12:00 a.m.21 views

PT-2024-10076 · Drupal · Drupal Symfony Mailer Lite

Name of the Vulnerable Software and Affected Versions: Drupal Symfony Mailer Lite versions 0.0.0 through 1.0.6 Description: The issue is related to a Cross-Site Request Forgery CSRF vulnerability, which can be exploited by a remote attacker to perform a CSRF attack. This vulnerability affects the...

8.8CVSS7.6AI score0.00196EPSS
SaveExploits0References7
Drupal
Drupal
added 2024/02/28 12:00 a.m.27 views

Drupal Symfony Mailer Lite - Moderately critical - Cross Site Request Forgery - SA-CONTRIB-2024-014

The module doesn’t sufficiently protect against malicious links, which means an attacker can trick an administrator into performing unwanted actions. This vulnerability is mitigated by the fact that the set of unwanted actions is limited to specific configurations...

8.8CVSS7AI score0.00196EPSS
SaveExploits0References7
Rows per page
Query Builder