Lucene search
+L

226384 matches found

Vulnrichment
Vulnrichment
added 2026/07/07 5:29 p.m.13 views

CVE-2026-48948 Joomla! Core - [20260702] - Incorrect Access Control in com_contact vcf download

An improper access check allows user to download vcard exports of comcontact contacts that are inaccessible...

6.4CVSS6AI score0.00241EPSS
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/07/07 4:19 p.m.30 views

Malicious code in whs4_pnm (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 47d72187d8b59a9a40cb8397d064bc7319b20e19ee7d48b870432bd96952b089 The package declares a postinstall script node index.js that runs unconditionally on npm install. The script POSTs the absolute filename path which...

5.9AI score
SaveExploits0References2
EUVD
EUVD
added 2026/07/07 4:17 p.m.11 views

EUVD-2026-42055

Vtiger CRM before 8.4.0 contains an authenticated file upload vulnerability that allows low-privileged users to achieve remote code execution by uploading a .phar file containing arbitrary PHP code through the Documents module, bypassing the extension denylist in config.inc.php which omits the...

8.8CVSS6.8AI score0.01073EPSS
SaveExploits2References3
OSV
OSV
added 2026/07/07 4:03 p.m.14 views

PYSEC-2026-1586 Lollms has an Improper Access Control vulnerability

A vulnerability in the lollmsgenerationevents.py component of parisneo/lollms version 5.9.0 allows unauthenticated access to sensitive Socket.IO events. The addevents function registers event handlers such as generatetext, cancelgeneration, generatemsg, and generatemsgfrom without implementing...

8.2CVSS7.2AI score0.00436EPSS
SaveExploits0References6
PyPA
PyPA
added 2026/07/07 4:03 p.m.27 views

Langflow affected by Remote Code Execution via validate_code() exec()

Langflow execglobals Inclusion of Functionality from Untrusted Control Sphere Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Langflow. Authentication is not required to exploit this vulnerability.The specific...

9.8CVSS6.5AI score0.56878EPSS
SaveExploits9References6Affected Software1
OSV
OSV
added 2026/07/07 4:03 p.m.13 views

PYSEC-2026-1525 Langflow affected by Remote Code Execution via validate_code() exec()

Langflow execglobals Inclusion of Functionality from Untrusted Control Sphere Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Langflow. Authentication is not required to exploit this vulnerability. The specific...

9.3CVSS6.5AI score0.56878EPSS
SaveExploits9References6
OSV
OSV
added 2026/07/07 4:03 p.m.12 views

PYSEC-2026-2037 Weblate leaks information via screenshots

Impact The screenshot images were served directly by the HTTP server without proper access control. This could allow an unauthenticated user to access screenshots after guessing their filename. Patches https://github.com/WeblateOrg/weblate/pull/17516 References Thanks to Lukas May and Michael Leu...

2.3CVSS5.9AI score0.00336EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/07 4:03 p.m.18 views

PYSEC-2026-1803 pretix has Broken Access Control Allowing Cross-User File Access via UUID

Multiple API endpoints allowed access to sensitive files from other users by knowing the UUID of the file that were not intended to be accessible by UUID only...

7CVSS5.9AI score0.0024EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:03 p.m.23 views

PYSEC-2026-1802 pretix has Broken Access Control Allowing Cross-User File Access via UUID

An API endpoint allowed access to sensitive files from other users by knowing the UUID of the file that were not intended to be accessible by UUID only...

7CVSS5.9AI score0.0024EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:03 p.m.12 views

PYSEC-2026-1732 open-webui is Vulnerable to Incorrect Access Control

open-webui v0.6.33 is vulnerable to Incorrect Access Control. The API /api/tasks/stop/ directly accesses and cancels tasks without verifying user ownership, enabling attackers a normal user to stop arbitrary LLM response tasks...

5.3CVSS6AI score0.00288EPSS
SaveExploits1References7
PyPA
PyPA
added 2026/07/07 4:03 p.m.21 views

open-webui is Vulnerable to Incorrect Access Control

open-webui v0.6.33 is vulnerable to Incorrect Access Control. The API /api/tasks/stop/ directly accesses and cancels tasks without verifying user ownership, enabling attackers a normal user to stop arbitrary LLM response tasks...

5.3CVSS6AI score0.00288EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2026/07/07 4:03 p.m.14 views

PYSEC-2026-1315 Apache Doris-MCP-Server: Improper Access Control results in bypassing a "read-only" mode

An attacker with a valid read-only account can bypass Doris MCP Server’s read-only mode due to improper access control, allowing modifications that should have been prevented by read-only restrictions. Impact: Bypasses read-only mode; attackers with read-only access may perform unauthorized...

5.3CVSS6AI score0.00344EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/07 4:03 p.m.14 views

PYSEC-2026-1186 Apache Superset allows authenticated users to discover metadata about datasources they don't have permission to access

Apache Superset contains an improper access control vulnerability in its /explore endpoint. A missing authorization check allows an authenticated user to discover metadata about datasources they do not have permission to access. By iterating through the datasourceid in the URL, an attacker can...

5.3CVSS6.6AI score0.00513EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/07 4:02 p.m.11 views

PYSEC-2026-1462 Indico vulnerability allows attackers to bulk dump user details

Impact An endpoint used to display details of users listed in certain fields such as ACLs could be misused to dump basic user details such as name, affiliation and email in bulk. !TIP If your instance allows everyone to create a user account, and you wish to truly restrict access to these user...

5.3CVSS6AI score0.00579EPSS
SaveExploits2References11
OSV
OSV
added 2026/07/07 4:02 p.m.15 views

PYSEC-2026-1997 urllib3 does not control redirects in browsers and Node.js

urllib3 supports being used in a Pyodide runtime utilizing the JavaScript Fetch API or falling back on XMLHttpRequest. This means you can use Python libraries to make HTTP requests from your browser or Node.js. Additionally, urllib3 provides a mechanism to control redirects. However, the retries...

5.3CVSS6.5AI score0.00345EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/07/07 4:02 p.m.24 views

CVE-2026-57851 MSI KernCoreLib64.sys Privilege Escalation via IOCTL Handlers

MSI Feature Manager contains a local privilege escalation vulnerability in the KernCoreLib64.sys kernel driver that allows any locally logged-on user to perform arbitrary physical memory read/write and unrestricted I/O port operations by accessing exposed IOCTL handlers without administrator...

8.5CVSS6AI score0.0017EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/07 4:02 p.m.51 views

CVE-2026-57851

MSI Feature Manager contains a local privilege escalation via the KernCoreLib64.sys kernel driver. An attacker with local access can use exposed IOCTL handlers to perform arbitrary physical memory read/write and unrestricted I/O port operations without administrator privileges. This can enable ma...

8.5CVSS6AI score0.0017EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/07 3:26 p.m.13 views

GO-2026-5830 Subsonic API: any authenticated user can delete or read any other user's playlist (IDOR) in go.senan.xyz/gonic

Subsonic API: any authenticated user can delete or read any other user's playlist IDOR in go.senan.xyz/gonic...

7.1CVSS5.9AI score0.00288EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/07 3:26 p.m.12 views

GO-2026-5817 Mattermost doesn't validate file ownership and access control in github.com/mattermost/mattermost-server

Mattermost doesn't validate file ownership and access control in github.com/mattermost/mattermost-server...

7.1CVSS7AI score0.00149EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/07 3:26 p.m.16 views

GO-2026-5819 Authelia has an Edge Case Access Control Rule Mismatch in github.com/authelia/authelia

Authelia has an Edge Case Access Control Rule Mismatch in github.com/authelia/authelia...

2.3CVSS5.9AI score0.00283EPSS
SaveExploits0References3
Rows per page
Query Builder