Lucene search
+L

202244 matches found

NVD
NVD
added 2026/07/21 9:16 p.m.5 views

CVE-2026-52469

SQL injection vulnerability in Crocus v.1.3.44 allows a remote attacker to escalate privileges via the DeviceInfoMapper.xml file...

9.8CVSS0.00383EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/21 9:16 p.m.5 views

CVE-2026-52472

SQL injection vulnerability in Wgcloud 3.6.4 allows a remote attacker to escalate privileges via the PortInfoMapper.xml file...

9.8CVSS0.00383EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/07/21 9:13 p.m.10 views

CVE-2026-63908

A flaw was found in the Linux kernel's atmelmxtts input driver. An incorrect boundary check when handling configuration files with oversized objects can lead to a single-byte overwrite in adjacent memory. This memory corruption vulnerability could allow a local attacker to potentially cause syste...

5.4AI score0.00211EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 9:13 p.m.5 views

CVE-2026-63916

A flaw was found in the Linux kernel's Human Interface Device HID wacom driver. The wacomhidsetdevicemode function incorrectly handles the location of input mode data within a device's report. This can lead to an out-of-bounds write, where the system attempts to write data beyond the allocated...

8.8CVSS5.4AI score0.00345EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 9:2 p.m.5 views

CVE-2026-63894

A flaw was found in the Linux kernel's FunctionFS ffs component. A race condition exists where a Direct Memory Access Buffer DMABUF cancel operation can occur concurrently with a request completion, leading to a use-after-free vulnerability. This allows a privileged local attacker, such as a...

7.8CVSS6AI score0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/21 9:0 p.m.5 views

GHSA-RH79-75QM-GWJR Gitea LFS Deploy-Key Privilege Escalation

Vulnerability Header | Field | Value | | ------------------- | ----------------------------------------------------------- | | Vulnerability Title | Gitea LFS Deploy-Key Privilege Escalation | | Severity Rating | High | | Bug Category | Insufficient Authorization | | Location |...

5.4CVSS5.5AI score
SaveExploits0References3
OSV
OSV
added 2026/07/21 8:24 p.m.6 views

GHSA-683J-3FF6-HH2X Gitea: Privilege Escalation via Access Token Scope Escalation in API

Gitea's API endpoint for creating Personal Access Tokens POST /users/username/tokens is protected by a middleware reqBasicOrRevProxyAuth that is intended to require password-based authentication, preventing a compromised token from being used to mint new ones. However, when a token is passed in t...

8.7CVSS5.6AI score
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2026/07/21 8:24 p.m.10 views

Gitea: Privilege Escalation via Access Token Scope Escalation in API

Gitea's API endpoint for creating Personal Access Tokens POST /users/username/tokens is protected by a middleware reqBasicOrRevProxyAuth that is intended to require password-based authentication, preventing a compromised token from being used to mint new ones. However, when a token is passed in t...

5.6AI score
SaveExploits0References7Affected Software1
NVD
NVD
added 2026/07/21 8:17 p.m.5 views

CVE-2026-50759

An issue in exo-explore exo 1.0.69 allows a remote attacker to escalate privileges via the GET /state and DELETE /instance/instanceid endpoints with no authentication...

7.5CVSS0.00462EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/21 8:17 p.m.8 views

CVE-2026-49092

Unintended Proxy or Intermediary 'Confused Deputy' CWE-441 in Kibana can lead to unauthorized information exposure via Accessing Functionality Not Properly Constrained by ACLs CAPEC-1. Under certain conditions, a lower-privileged user can cause data from sources they are not authorized to access ...

4.3CVSS0.00162EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/21 8:13 p.m.23 views

CVE-2026-63358 FileGator privilege escalation

FileGator accepts arbitrary Unix permission values via the '/chmoditems' API endpoint and passes the value directly to PHP's native 'chmod' function through 'octdec' conversion, with no validation. This allows an authenticated user with 'chmod' permission to upgrade their privileges to root...

8.4CVSS0.00112EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/07/21 8:13 p.m.5 views

CVE-2026-63358 FileGator privilege escalation

FileGator accepts arbitrary Unix permission values via the '/chmoditems' API endpoint and passes the value directly to PHP's native 'chmod' function through 'octdec' conversion, with no validation. This allows an authenticated user with 'chmod' permission to upgrade their privileges to root...

8.4CVSS5.9AI score0.00112EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/21 8:13 p.m.19 views

CVE-2026-63358

Summary of CVE-2026-63358 (FileGator privilege escalation) The affected software is FileGator. The vulnerability arises in the /chmoditems API endpoint, which accepts arbitrary Unix permission values and passes them directly to PHP’s native chmod() via octdec() without validation. This enables an...

8.4CVSS5.4AI score0.00112EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/21 8:13 p.m.6 views

CVE-2026-63358 FileGator privilege escalation

FileGator accepts arbitrary Unix permission values via the '/chmoditems' API endpoint and passes the value directly to PHP's native 'chmod' function through 'octdec' conversion, with no validation. This allows an authenticated user with 'chmod' permission to upgrade their privileges to root...

8.4CVSS5.5AI score0.00112EPSS
SaveExploits0References7
ICS
ICS
added 2026/07/21 7:53 p.m.5 views

FileGator privilege escalation

RISK EVALUATION FileGator accepts arbitrary Unix permission values via the '/chmoditems' API endpoint and passes the value directly to PHP's native 'chmod' function through 'octdec' conversion, with no validation. This allows an authenticated user with 'chmod' permission to upgrade their...

8.4CVSS5.5AI score0.00112EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/21 7:28 p.m.30 views

CVE-2026-49092 Unintended Proxy or Intermediary ('Confused Deputy') in Kibana Leading to Unauthorized Information Exposure

Unintended Proxy or Intermediary 'Confused Deputy' CWE-441 in Kibana can lead to unauthorized information exposure via Accessing Functionality Not Properly Constrained by ACLs CAPEC-1. Under certain conditions, a lower-privileged user can cause data from sources they are not authorized to access ...

4.3CVSS0.00162EPSS
SaveExploits0References1
GithubExploit
GithubExploit
added 2026/07/21 7:17 p.m.58 views

dirtyfrag

Dirty Frag: Universal Linux LPE Abstract !tuxasse...

8.8CVSS7AI score0.93235EPSS
SaveExploits34
RedHat Linux
RedHat Linux
added 2026/07/21 6:24 p.m.7 views

kernel: drm: Set old handle to NULL before prime swap in change_handle

A flaw was found in the Linux kernel. A race condition in the Direct Rendering Manager DRM subsystem's changehandle function could allow a local attacker to trigger a use-after-free vulnerability. This occurs when a concurrent gemclose operation removes one handle while another remains dangling...

7.8CVSS7.8AI score0.00227EPSS
SaveExploits2References5
RedHat Linux
RedHat Linux
added 2026/07/21 6:24 p.m.8 views

kernel: drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()

A flaw was found in the Linux kernel. Specifically, within the drm/xe graphics driver, two error handling issues in the xeexecqueuecreateioctl function could lead to memory corruption. This could result in a dangling pointer or a use-after-free vulnerability. A local attacker could potentially...

7.8CVSS5.3AI score0.0014EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/21 6:17 p.m.8 views

CVE-2026-47413

PraisonAI Platform is the platform layer for the PraisonAI multi-agent teams system. Versions prior to 0.1.4 have aprivilege escalation / cross-tenant member injection. The POST /workspaces/workspaceid/members endpoint is gated only by requireworkspacememberworkspaceid default minrole="member" an...

9.6CVSS0.00209EPSS
SaveExploits0References2
Rows per page
Query Builder