Lucene search
+L

7587 matches found

OSV
OSV
added 2025/09/15 3:15 p.m.12 views

UBUNTU-CVE-2023-53223

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Add missing check for allocorderedworkqueue Add check for the return value of allocorderedworkqueue as it may return NULL pointer and cause NULL pointer dereference. Patchwork:...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References11
CVE
CVE
added 2025/09/15 2:22 p.m.36 views

CVE-2023-53239

CVE-2023-53239 affects the Linux kernel component drm/msm/mdp5. The vulnerability arises because kzalloc() may return NULL and code did not reliably handle this, risking a NULL pointer dereference. The advisories indicate a patch was added to validate the kzalloc return value to avoid dereferenci...

5.5CVSS6.1AI score0.00156EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/09/15 2:22 p.m.42 views

CVE-2023-53235

CVE-2023-53235: In the Linux kernel, a use-after-free can occur in drm_dev_put() during device-managed cleanup when a driver is freed after kunit-managed resources. The root cause is dereferencing a driver that has become freed due to mismatched resource lifetimes (driver allocated as kunit-manag...

7.8CVSS6AI score0.00164EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2025/09/15 2:15 p.m.9 views

CVE-2022-50260

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Make .remove and .shutdown HW shutdown consistent Drivers' .remove and .shutdown callbacks are executed on different code paths. The former is called when a device is removed from the bus, while the latter is called at...

5.5CVSS0.00154EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/09/15 2:02 p.m.17 views

CVE-2022-50260 drm/msm: Make .remove and .shutdown HW shutdown consistent

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Make .remove and .shutdown HW shutdown consistent Drivers' .remove and .shutdown callbacks are executed on different code paths. The former is called when a device is removed from the bus, while the latter is called at...

0.00154EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from inconsistent hardware shutdown logic in the .remove and .shutdown callback functions of the drm/msm driver,...

5.5CVSS6.3AI score0.00154EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/15 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-59052

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Angular uses a DI container...

7.1CVSS7.4AI score0.00339EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2025/09/13 7:28 p.m.16 views

CVE-2025-59053

AIRI is a self-hosted, artificial intelligence based Grok Companion. In v0.7.2-beta.2 in the packages/stage-ui/src/components/MarkdownRenderer.vue path, the Markdown content is processed using the useMarkdown composable, and the processed HTML is rendered directly into the DOM using v-html. An...

9.6CVSS6.2AI score0.00559EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2025/09/13 1:02 a.m.10 views

drm/amd/display: add null check

...

5.5CVSS7AI score0.00154EPSS
SaveExploits0
Snyk
Snyk
added 2025/09/12 6:31 p.m.4 views

Cross-site Scripting (XSS)

Overview Affected versions of this package are vulnerable to Cross-site Scripting XSS via the selectedItem.groupdescriptivenam attribute. An attacker can execute arbitrary JavaScript in the context of other users by injecting malicious scripts through the organization site names, which are stored...

5.4CVSS5.2AI score0.00212EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/09/12 4:32 p.m.17 views

CVE-2025-59035

Indico is an event management system that uses Flask-Multipass, a multi-backend authentication system for Flask. Prior to version 3.3.8, there is a Cross-Site-Scripting vulnerability when rendering LaTeX math code in contribution or abstract descriptions. Users should to update to Indico 3.3.8 as...

5.4CVSS7.2AI score0.00201EPSS
SaveExploits0References1
CVE
CVE
added 2025/09/11 6:26 p.m.62 views

CVE-2025-59053

Affected software and version: AIRI v0.7.2-beta.2 (Grok Companion) with vulnerable Markdown rendering in packages/stage-ui/src/components/MarkdownRenderer.vue and insecure MCP command interface. Root cause: Markdown is processed via useMarkdown and rendered with v-html without escaping, enabling ...

9.6CVSS5.8AI score0.00559EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/11 6:26 p.m.15 views

CVE-2025-59053 AIRI's character card/chat UI is vulnerable to XSS and can lead to RCE

AIRI is a self-hosted, artificial intelligence based Grok Companion. In v0.7.2-beta.2 in the packages/stage-ui/src/components/MarkdownRenderer.vue path, the Markdown content is processed using the useMarkdown composable, and the processed HTML is rendered directly into the DOM using v-html. An...

9.6CVSS6.1AI score
SaveExploits0References4
Cvelist
Cvelist
added 2025/09/11 6:26 p.m.47 views

CVE-2025-59053 AIRI's character card/chat UI is vulnerable to XSS and can lead to RCE

AIRI is a self-hosted, artificial intelligence based Grok Companion. In v0.7.2-beta.2 in the packages/stage-ui/src/components/MarkdownRenderer.vue path, the Markdown content is processed using the useMarkdown composable, and the processed HTML is rendered directly into the DOM using v-html. An...

9.6CVSS0.00559EPSS
SaveExploits0References2
NVD
NVD
added 2025/09/11 5:15 p.m.10 views

CVE-2025-39747

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Add error handling for krealloc in metadata setup Function msmioctlgeminfosetmetadata now checks for krealloc failure and returns -ENOMEM, avoiding potential NULL pointer dereference. Explicitly avoids GFPNOFAIL due to...

5.5CVSS0.00155EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/09/11 4:52 p.m.17 views

CVE-2025-39747 drm/msm: Add error handling for krealloc in metadata setup

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Add error handling for krealloc in metadata setup Function msmioctlgeminfosetmetadata now checks for krealloc failure and returns -ENOMEM, avoiding potential NULL pointer dereference. Explicitly avoids GFPNOFAIL due to...

0.00155EPSS
SaveExploits0References4
CVE
CVE
added 2025/09/11 4:52 p.m.40 views

CVE-2025-39740

The CVE-2025-39740 entry concerns a Linux kernel vulnerability in the DRM XE migration path. It describes a potential use-after-free (UAF) scenario if a fence_wait is performed after the previous fence has already been put(), on the error path. The fix changes the control flow so that the put() i...

7.8CVSS5.9AI score0.00153EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/11 12:00 a.m.18 views

PT-2025-37257

Name of the Vulnerable Software and Affected Versions: AIRI versions 0.7.2-beta.2 Description: AIRI is a self-hosted, artificial intelligence based Grok Companion. The application processes Markdown content using the useMarkdown composable and renders it directly into the DOM using v-html. An...

9.6CVSS5.8AI score0.00559EPSS
SaveExploits0References7
vulnersOsv
vulnersOsv
added 2025/09/10 9:56 p.m.5 views

@nestjs/ng-universal (>=7.1.0, <=7.1.1), @nguniversal/builders (>=16.0.0-next.0, <=16.1.3) +1 more potentially affected by CVE-2025-59052 via @nguniversal/common (>=16.0.0, <=16.1.3)

@nguniversal/common NPM version =16.0.0, =7.1.0, =16.0.0-next.0, =16.0.0-next.0, =16.1.3 Source cves: CVE-2025-59052 Source advisory: OSV:GHSA-68X2-MX4Q-78M7...

7.1CVSS7.8AI score0.00339EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2025/09/10 9:56 p.m.2 views

@angularexpert/my-workspace (0.0.0), @cosla/sensemaking-web-ui (>=1.0.0, <=1.0.4) +47 more potentially affected by CVE-2025-59052 via @angular/platform-server (>=16.2.12, <=18.2.13)

@angular/platform-server NPM version =16.2.12, =1.0.0, =0.0.1, =1.4.1, =1.1.1, =0.1.0, =13.1.0, =0.0.0, =2.1.0, =0.0.2, =0.0.11 and more Source cves: CVE-2025-59052 Source advisory: OSV:GHSA-68X2-MX4Q-78M7...

7.1CVSS7.8AI score0.00339EPSS
SaveExploits1
Rows per page
Query Builder