Lucene search
+L

15490 matches found

Cvelist
Cvelist
added 2026/07/07 5:33 p.m.41 views

CVE-2026-48952 Joomla! Core - [20260706] - XSS in com_installer

Lack of escaping leads to an XSS vulnerability in the update list view of cominstaller...

8.4CVSS0.00147EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/07 5:33 p.m.16 views

CVE-2026-48952 Joomla! Core - [20260706] - XSS in com_installer

Lack of escaping leads to an XSS vulnerability in the update list view of cominstaller...

8.4CVSS5.9AI score0.00147EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/07 5:31 p.m.13 views

CVE-2026-48950 Joomla! Core - [20260704] - XSS in com_templates

Lack of escaping leads to an XSS vulnerability in the file management view of comtemplates...

8.4CVSS5.9AI score0.00147EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/07 5:31 p.m.36 views

CVE-2026-48950

CVE-2026-48950 affects Joomla! Core via the file management view in com_templates. The root cause is lack of escaping, enabling an XSS vulnerability. Multiple sources (NVD, CVE lists, and Joomla security advisory) confirm an XSS in the core component with the vulnerable entry labeled for core/com...

8.4CVSS5.9AI score0.00147EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/07/07 5:31 p.m.22 views

EUVD-2026-42067

Lack of escaping leads to an XSS vulnerability in the file management view of comtemplates...

8.4CVSS5.9AI score0.00147EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/07 5:31 p.m.51 views

CVE-2026-48950 Joomla! Core - [20260704] - XSS in com_templates

Lack of escaping leads to an XSS vulnerability in the file management view of comtemplates...

8.4CVSS0.00147EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/07 5:30 p.m.39 views

CVE-2026-48951 Joomla! Core - [20260705] - XSS in various modalreturn layouts

Lack of escaping leads to XSS vulnerabilities in modalreturn layouts of various components...

8.4CVSS0.00147EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/07 5:30 p.m.14 views

EUVD-2026-42063

Lack of escaping leads to XSS vulnerabilities in modalreturn layouts of various components...

8.4CVSS5.9AI score0.00147EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/07 5:30 p.m.11 views

CVE-2026-48951 Joomla! Core - [20260705] - XSS in various modalreturn layouts

Lack of escaping leads to XSS vulnerabilities in modalreturn layouts of various components...

8.4CVSS5.9AI score0.00147EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/07 5:30 p.m.10 views

CVE-2026-48953

Lack of escaping leads to an XSS vulnerability in the generic image output layout...

8.4CVSS5.9AI score0.00147EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/07/07 5:30 p.m.37 views

CVE-2026-48953

CVE-2026-48953 affects Joomla! Core. The issue is an XSS in the generic image output layout caused by a lack of escaping in the rendering path. Affected software is Joomla! Core (security entry notes this under 2026-07-07). The root cause is input/output escaping not being applied when generating...

8.4CVSS5.9AI score0.00147EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/07/07 5:30 p.m.17 views

EUVD-2026-42062

Lack of escaping leads to an XSS vulnerability in the generic image output layout...

8.4CVSS5.9AI score0.00147EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/07/07 5:30 p.m.11 views

CVE-2026-48953 Joomla! Core - [20260707] - XSS in the generic image output layout

Lack of escaping leads to an XSS vulnerability in the generic image output layout...

8.4CVSS5.9AI score0.00147EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/07 5:30 p.m.39 views

CVE-2026-48953 Joomla! Core - [20260707] - XSS in the generic image output layout

Lack of escaping leads to an XSS vulnerability in the generic image output layout...

8.4CVSS0.00147EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/07 4:52 p.m.10 views

GO-2026-5496 Improper single-quote escaping in go-git SSH transport in github.com/go-git/go-git

Improper single-quote escaping in go-git SSH transport in github.com/go-git/go-git...

9.6CVSS5.9AI score0.00365EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/07 4:52 p.m.10 views

GO-2026-5504 Hugo: Certain markdown links are not properly escaped in github.com/gohugoio/hugo

Hugo: Certain markdown links are not properly escaped in github.com/gohugoio/hugo...

5.4CVSS5.9AI score0.00185EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/07 4:3 p.m.11 views

PYSEC-2026-1937 Spotipy has a XSS vulnerability in its OAuth callback server

Summary XSS vulnerability in OAuth callback server allows JavaScript injection through unsanitized error parameter. Attackers can execute arbitrary JavaScript in the user's browser during OAuth authentication. Details Vulnerable Code: spotipy/oauth2.py lines 1238-1274 RequestHandler.doGET The...

3.6CVSS6.2AI score0.00158EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:3 p.m.12 views

PYSEC-2026-1846 python-ldap is Vulnerable to Improper Encoding or Escaping of Output and Improper Null Termination

Summary ldap.dn.escapednchars escapes \x00 incorrectly by emitting a backslash followed by a literal NUL byte instead of the RFC-4514 hex form \00. Any application that uses this helper to construct DNs from untrusted input can be made to consistently fail before a request is sent to the LDAP...

6.9CVSS6.2AI score0.00427EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/07 11:45 a.m.11 views

PYSEC-2026-1686 nautobot has reflected Cross-site Scripting potential in all object list views

Impact It was discovered that due to improper handling and escaping of user-provided query parameters, a maliciously crafted Nautobot URL could potentially be used to execute a Reflected Cross-Site Scripting Reflected XSS attack against users. All filterable object-list views in Nautobot are...

7.5CVSS7AI score0.00491EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/07 11:45 a.m.7 views

PYSEC-2026-1102 aiohttp Cross-site Scripting vulnerability on index pages for static file handling

Summary A XSS vulnerability exists on index pages for static file handling. Details When using web.static..., showindex=True, the resulting index pages do not escape file names. If users can upload files with arbitrary filenames to the static directory, the server is vulnerable to XSS attacks...

6.1CVSS7AI score0.00666EPSS
SaveExploits0References12
Rows per page
Query Builder