Lucene search
+L

4710 matches found

CVE
CVE
added 2026/07/08 9:32 p.m.94 views

CVE-2026-55877

The CVE-2026-55877 entry covers an XSS vulnerability in Symfony UX icons. From 2.17.0–2.36.0 and 3.0.0–3.1.9 (before 3.2.0), the ux_icon() Twig function is marked is_safe=['html'] and Icon::toHtml() inlines SVG source, allowing unsanitized local SVGs or Iconify on-demand responses to contain nest...

6.1CVSS5.6AI score0.00338EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/08 9:30 p.m.11 views

CVE-2026-55878

Symfony UX is a JavaScript ecosystem for Symfony. From 2.32.0 before 2.36.1 and from 3.0.0 before 3.2.0, the ux:install console command installs files from a recipe kit by copying paths listed in a copy-files map, and because Path::isRelative accepts paths like ../../../etc, a crafted or...

7.8CVSS6AI score0.00192EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/07/08 9:30 p.m.70 views

CVE-2026-55878

The CVE-2026-55878 issue affects Symfony UX Toolkit. Affected: Symfony UX versions 2.32.0–2.36.0 and 3.0.0–3.1.x (pre-2.36.1/3.2.0). The ux:install console command copies files from a recipe kit using paths listed in copy-files; because Path::isRelative() treats paths like ../../../etc as relativ...

7.8CVSS6AI score0.00192EPSS
SaveExploits0References4
PyPA
PyPA
added 2026/07/02 2:13 p.m.18 views

Out-of-bounds Read in OpenCV

An out-of-bounds read was discovered in OpenCV before 4.1.1 OpenCV-Python before 4.1.0.25. Specifically, variable coarsestscale is assumed to be greater than or equal to finestscale within the calc/oclcalc functions in disflow.cpp. However, this is not true when dealing with small images, leading...

6.5CVSS6.3AI score0.01756EPSS
SaveExploits1References8Affected Software1
OSV
OSV
added 2026/06/29 4:44 p.m.15 views

MAL-2026-6602 Malicious code in @bapiweb-ux/bapi-header (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware b2c2c473c5876f94206c048f4899a289ff49e2dadae9f1c4e99b77f9404eae80 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

5.8AI score
SaveExploits0References1
Snyk
Snyk
added 2026/06/19 9:42 p.m.15 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal via the ux:install process. An attacker can overwrite or read arbitrary files by supplying crafted paths in a malicious recipe kit, which can lead to code execution or exposure of sensitive information. This is...

8.5CVSS6.4AI score0.00192EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/19 9:42 p.m.15 views

GHSA-P9XJ-FPR2-JF2Q symfony/ux-toolkit: Path Traversal Allows Arbitrary File Write and Read via Crafted Recipe Manifest

Description The ux:install console command installs files from a recipe kit by copying paths listed in a copy-files map. The only guard against malicious paths was Path::isRelative, which returns true for paths like ../../../etc. Path::join then resolves the .. segments without complaint, so the...

7.8CVSS6.1AI score0.00192EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/06/19 9:42 p.m.21 views

symfony/ux-icons: XSS via unsanitized SVG content in local files and Iconify on-demand responses

Description The uxicon Twig function is marked issafe='html', so Twig never escapes its output. Icon::toHtml inlines the SVG source verbatim into the page. Browsers execute elements and on event-handler attributes found inside inline SVG, making any unsanitized icon a vector for cross-site...

6.1CVSS6AI score0.00338EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/06/19 9:42 p.m.15 views

Cross-site Scripting (XSS)

Overview Affected versions of this package are vulnerable to Cross-site Scripting XSS via the uxicon function when unsanitized SVG content is inlined from local files or remote Iconify responses. An attacker can execute arbitrary JavaScript in the context of the application by supplying a malicio...

6.1CVSS6AI score0.00338EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/06/19 7:35 p.m.18 views

symfony/ux-autocomplete: XSS via unescaped AJAX response data

Description The Stimulus controller shipped with symfony/ux-autocomplete renders AJAX response items into the dropdown by interpolating the text field directly into HTML template literals $itemlabelField inside createAutocompleteWithRemoteData. The value is parsed as HTML rather than text, so any...

5.4CVSS5.8AI score0.00312EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/06/19 7:35 p.m.15 views

GHSA-MWQM-4FW3-CJVR symfony/ux-autocomplete: XSS via unescaped AJAX response data

Description The Stimulus controller shipped with symfony/ux-autocomplete renders AJAX response items into the dropdown by interpolating the text field directly into HTML template literals $itemlabelField inside createAutocompleteWithRemoteData. The value is parsed as HTML rather than text, so any...

5.1CVSS5.8AI score0.00312EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/06/19 7:34 p.m.20 views

symfony/ux-autocomplete: Information exposure via unescaped LIKE wildcards in EntitySearchUtil

Description Symfony\UX\Autocomplete\Doctrine\EntitySearchUtil::addSearchClause builds the LIKE expression used by the autocomplete endpoint by wrapping the client-supplied query in %...% without escaping the SQL LIKE wildcards %, , . The value is passed as a bound parameter, so this is not SQL...

7.5CVSS5.9AI score0.00531EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/06/19 7:34 p.m.16 views

GHSA-MM82-C99C-H2CF symfony/ux-live-component: Denial of service via unbounded batch action requests

Description Symfony\UX\LiveComponent\Controller\BatchActionController::invoke iterates over the client-supplied actions array and issues a full HttpKernel sub-request for each entry event subscribers, validators, Doctrine, rendering. The array size is never bounded, so an authenticated client can...

5.3CVSS5.8AI score0.0056EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/06/19 12:00 a.m.32 views

PT-2026-51055

Name of the Vulnerable Software and Affected Versions symfony/ux-autocomplete versions prior to 2.x symfony/ux-autocomplete versions prior to 3.x Description The Stimulus controller in the software renders AJAX response items into a dropdown by interpolating the text field directly into HTML...

5.1CVSS5.9AI score0.00312EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/06/19 12:00 a.m.25 views

PT-2026-51053

Name of the Vulnerable Software and Affected Versions symfony/ux-live-component versions prior to 2.x and 3.x Description An issue exists in the SymfonyUXLiveComponentLiveComponentHydrator where the HMAC Hash-based Message Authentication Code used to protect read-only props and the propsFromParen...

6.9CVSS5.8AI score0.00242EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/06/19 12:00 a.m.30 views

PT-2026-51123

Name of the Vulnerable Software and Affected Versions Symfony UX versions 2.32.0 through 2.36.0 Symfony UX versions 3.0.0 through 3.1.9 Description The ux:install console command installs files from a recipe kit by copying paths listed in a copy-files map. Due to improper validation in...

7.8CVSS6.1AI score0.00192EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/06/19 12:00 a.m.25 views

PT-2026-51051

Name of the Vulnerable Software and Affected Versions Symfony UX LiveComponent versions prior to 2.x Symfony UX LiveComponent versions prior to 3.x Description The createHtml function in SymfonyUXLiveComponentUtilChildComponentPartialRenderer interpolates the $childTag variable directly into the...

5.1CVSS6AI score0.00338EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/06/19 12:00 a.m.37 views

PT-2026-51050

Name of the Vulnerable Software and Affected Versions Symfony UX Live Component versions prior to 2.x Symfony UX Live Component versions prior to 3.x Description The BatchActionController:: invoke function iterates over a client-supplied actions array and issues a full HttpKernel sub-request for...

5.3CVSS5.9AI score0.0056EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/06/09 6:30 p.m.19 views

EUVD-2026-35685

Out-of-bounds read in Microsoft UxTheme Library uxtheme.dll allows an authorized attacker to deny service locally...

5.5CVSS5.4AI score0.00383EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/06/09 12:00 a.m.22 views

PT-2026-47995

Out-of-bounds read in Microsoft UxTheme Library uxtheme.dll allows an authorized attacker to deny service locally...

5.5CVSS5.4AI score0.00383EPSS
SaveExploits0References2
Rows per page
Query Builder