Lucene search
+L

1840 matches found

RedhatCVE
RedhatCVE
added 2026/08/24 2:35 p.m.4 views

CVE-2026-55648

A flaw was found in FreeRDP, a free implementation of the Remote Desktop Protocol. An integer overflow vulnerability in the freerdpimagecopyfromicondata function allows a malicious Remote Desktop Protocol RDP server to bypass a bounds check. By sending a specially crafted icon update with large...

6.1CVSS6.4AI score0.00547EPSS
SaveExploits0References7
Nuclei
Nuclei
added 2026/08/24 5:53 a.m.181 views

SiYuan Note - Cross-Site Scripting

SiYuan Note through version 3.6.1 is vulnerable to unauthenticated reflected Cross-Site Scripting XSS in the /api/icon/getDynamicIcon endpoint due to improper filtering of SVG elements with a namespace prefix such as . By using a namespaced script element, attackers can bypass the SanitizeSVG...

8.6CVSS8.8AI score0.00469EPSS
SaveExploits1References2
NVD
NVD
added 2026/08/19 6:16 p.m.5 views

CVE-2026-55648

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, freerdpimagecopyfromicondata in libfreerdp/codec/color.c calculates nWidth multiplied by nHeight multiplied by FreeRDPGetBytesPerPixelformat in 32-bit arithmetic. A malicious RDP server can send a RAIL TSICONINFO...

6.1CVSS0.00547EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 5:48 p.m.39 views

CVE-2026-55648

Root cause: In libfreerdp/codec/color.c, freerdp_image_copy_from_icon_data computes nWidth * nHeight * FreeRDPGetBytesPerPixel(format) in 32-bit arithmetic, which wraps for large dimensions (e.g., 32768×32768 at 32 bpp), bypassing the source bounds check before freerdp_image_copy_no_overlap reads...

6.1CVSS5.4AI score0.00547EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:48 p.m.7 views

CVE-2026-55648 FreeRDP: Integer Overflow in `freerdp_image_copy_from_icon_data` Bypasses Bounds Check

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, freerdpimagecopyfromicondata in libfreerdp/codec/color.c calculates nWidth multiplied by nHeight multiplied by FreeRDPGetBytesPerPixelformat in 32-bit arithmetic. A malicious RDP server can send a RAIL TSICONINFO...

6.1CVSS5.6AI score
SaveExploits0References6
AlpineLinux
AlpineLinux
added 2026/08/19 5:48 p.m.17 views

CVE-2026-55648

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, freerdpimagecopyfromicondata in libfreerdp/codec/color.c calculates nWidth multiplied by nHeight multiplied by FreeRDPGetBytesPerPixelformat in 32-bit arithmetic. A malicious RDP server can send a RAIL TSICONINFO...

6.1CVSS5.4AI score0.00547EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/19 5:48 p.m.8 views

EUVD-2026-62666

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, freerdpimagecopyfromicondata in libfreerdp/codec/color.c calculates nWidth multiplied by nHeight multiplied by FreeRDPGetBytesPerPixelformat in 32-bit arithmetic. A malicious RDP server can send a RAIL TSICONINFO...

6.1CVSS5.4AI score0.00547EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/19 5:48 p.m.6 views

CVE-2026-55648 FreeRDP: Integer Overflow in `freerdp_image_copy_from_icon_data` Bypasses Bounds Check

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, freerdpimagecopyfromicondata in libfreerdp/codec/color.c calculates nWidth multiplied by nHeight multiplied by FreeRDPGetBytesPerPixelformat in 32-bit arithmetic. A malicious RDP server can send a RAIL TSICONINFO...

6.1CVSS5.4AI score0.00547EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/18 6:01 p.m.6 views

GHSA-8J49-MMCX-4MP5 MobSF Vulnerable to Arbitrary File Read via Path Traversal in ZIP Uploads

Summary The findiconpathzip function in MobSF does not properly sanitize the android:icon attribute extracted from an Android manifest before resolving it as a filesystem path. An attacker can supply a malicious android:icon value containing path traversal sequences, causing MobSF to read arbitra...

5.5CVSS5.8AI score0.00358EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/18 5:47 p.m.17 views

CVE-2026-68922

In MobSF versions before 4.5.1, find_icon_path_zip in mobsf/StaticAnalyzer/views/android/icon_analysis.py constructs paths from the manifest android:icon value without sanitizing traversal or verifying containment. An authenticated user can upload a crafted ZIP/APK to read server files matching A...

5.5CVSS5.4AI score0.00358EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/18 5:47 p.m.22 views

CVE-2026-68922 MobSF: Arbitrary File Read via Path Traversal in ZIP Uploads

MobSF is a mobile application security testing tool used. Prior to 4.5.1, findiconpathzip in mobsf/StaticAnalyzer/views/android/iconanalysis.py uses the Android manifest android:icon value to construct paths under the scan resource directory without rejecting traversal or verifying containment,...

5.5CVSS0.00358EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/18 3:13 p.m.14 views

CVE-2026-45733

CVE-2026-45733 is a stored XSS in Trilium Notes (prior to 0.103.0) that escalates to remote code execution on the victim's operating system. The #iconClass label value is returned raw by getNoteIcon() and inserted without HTML attribute encoding into class attributes in quick_search.ts and note_a...

8.3CVSS5.6AI score0.00304EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/18 3:13 p.m.3 views

CVE-2026-45733 Trilium: Stored XSS in note icon rendering leads to Remote Code Execution in Electron desktop app

Trilium Notes is a cross-platform, hierarchical note taking application focused on building large personal knowledge bases. Prior to 0.103.0, the iconClass label value is returned raw by getNoteIcon and inserted without HTML attribute encoding into class attributes in...

8.3CVSS5.7AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/18 3:13 p.m.7 views

CVE-2026-45733 Trilium: Stored XSS in note icon rendering leads to Remote Code Execution in Electron desktop app

Trilium Notes is a cross-platform, hierarchical note taking application focused on building large personal knowledge bases. Prior to 0.103.0, the iconClass label value is returned raw by getNoteIcon and inserted without HTML attribute encoding into class attributes in...

8.3CVSS5.6AI score0.00304EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/18 12:00 a.m.16 views

PT-2026-77243

MobSF is a mobile application security testing tool used. Prior to 4.5.1, find icon path zip in mobsf/StaticAnalyzer/views/android/icon analysis.py uses the Android manifest android:icon value to construct paths under the scan resource directory without rejecting traversal or verifying containmen...

5.5CVSS5.3AI score0.00358EPSS
SaveExploits0References5
Patchstack
Patchstack
added 2026/08/14 8:03 a.m.8 views

WordPress Royal Elementor Addons plugin < 1.7.1065 - Contributor+ Stored XSS via Icon Box Widget vulnerability

Contributor+ Stored XSS via Icon Box Widget vulnerability discovered by Dmitrii Ignatyev in WordPress Plugin Royal Elementor Addons versions 1.7.1065...

5.4CVSS5.1AI score0.00133EPSS
SaveExploits0References1Affected Software1
RedHat Linux
RedHat Linux
added 2026/08/13 8:46 a.m.5 views

FreeRDP: FreeRDP: Denial of Service via crafted WindowIcon async message

A flaw was found in FreeRDP. A malicious or compromised Remote Desktop Protocol RDP server can exploit a heap use-after-free vulnerability when a client connects with asynchronous updates enabled. By sending a specially crafted Window Alternate Secondary Order message, the server can trigger memo...

8.7CVSS7.3AI score0.00329EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/12 6:00 a.m.33 views

CVE-2026-19217 Royal Elementor Addons < 1.7.1065 - Contributor+ Stored XSS via Icon Box Widget

The Royal Addons for Elementor WordPress plugin before 1.7.1065 does not validate a widget setting used to build an HTML tag before outputting it, which could allow users with the Contributor role and above to perform Stored Cross-Site Scripting attacks...

0.00133EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/12 6:00 a.m.36 views

CVE-2026-19217

CVE-2026-19217 affects the Royal Addons for Elementor WordPress plugin (before version 1.7.1065). The vulnerability arises from improper validation of a widget setting used to construct an HTML tag, enabling Stored Cross-Site Scripting (XSS) by users with the Contributor role or higher. Impact is...

5.4CVSS5.2AI score0.00133EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/11 9:17 a.m.8 views

CVE-2026-73159

Affected versions of cti-transmute allow a tag's icon value to be stored and later interpolated into HTML through Vue's v-html. The helper mapIcon previously constructed an HTML string directly from the icon value: Because the icon is user-supplied, a crafted value could break out of the intended...

5.1CVSS0.00234EPSS
SaveExploits0References1
Rows per page
Query Builder