Lucene search
+L

130443 matches found

CVE
CVE
added 2026/07/14 12:00 a.m.29 views

CVE-2026-36035

The CVE-2026-36035 entry concerns CAXPerts UniversalPlantViewer WebServices Server v2.7.6 where an incorrect access control in the /api/License/deactivateOffline endpoint allows authenticated attackers with low privileges to trigger a Denial of Service by removing the license from the webserver. ...

6.5CVSS6.1AI score0.00516EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/14 12:00 a.m.16 views

PT-2026-58066

Name of the Vulnerable Software and Affected Versions Easy!Appointments versions prior to 1.6.0 Description An authenticated administrator can execute a stored Cross-Site Scripting XSS attack—a vulnerability where malicious scripts are permanently stored on the target server—by injecting HTML or...

2.6CVSS6AI score0.00243EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/07/14 12:00 a.m.94 views

Fortinet Fortigate Buffer overread in authd and wad daemon (FG-IR-26-154)

The version of Fortigate installed on the remote host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the FG-IR-26-154 advisory. - A buffer over-read vulnerability in Fortinet FortiOS 7.6.0 through 7.6.3, FortiOS 7.4.0 through 7.4.8, FortiOS 7.2...

4.3CVSS5.7AI score0.00381EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/14 12:00 a.m.27 views

PT-2026-58075

Name of the Vulnerable Software and Affected Versions FortiOS versions 7.4.0 through 7.4.1 FortiOS versions 7.2.x FortiPAM versions 1.0 through 1.8.2 FortiProxy versions 7.4.0 through 7.4.13 FortiProxy versions 7.2.x Description A stack-based buffer overflow occurs when a privileged authenticated...

6.6CVSS6.5AI score0.0067EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/14 12:00 a.m.38 views

PT-2026-58026

Name of the Vulnerable Software and Affected Versions Ivanti Xtraction versions prior to 2026.2.1 Description A path traversal issue allows a remote authenticated attacker to read arbitrary files located outside the web root. Path traversal is a flaw that allows an attacker to access files and...

7.7CVSS6.2AI score0.01042EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/14 12:00 a.m.25 views

PT-2026-63411

Name of the Vulnerable Software and Affected Versions Check Point Gaia Portal affected versions not specified Description An issue in Check Point Gaia Portal allows an authenticated attacker who possesses read-only privileges to perform a local privilege escalation, enabling the execution of...

7.5CVSS7.8AI score0.07614EPSS
SaveExploits0References15
Tenable Nessus
Tenable Nessus
added 2026/07/14 12:00 a.m.22 views

Fortinet Fortigate Stack Buffer Overflow in Log Report (FG-IR-26-148)

The version of Fortigate installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the FG-IR-26-148 advisory. - A stack-based buffer overflow vulnerability in Fortinet FortiOS 7.4.0 through 7.4.1, FortiOS 7.2 all versions, FortiPAM 1.8...

6.6CVSS7.4AI score0.0067EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/13 11:16 p.m.16 views

CVE-2026-57856

Cockpit CMS contains a path traversal vulnerability in the Bucket file storage API /system/buckets/api. The api method in modules/System/Controller/Buckets.php sanitizes the bucket name with pregreplace'/^a-zA-Z0-9-\./','', $bucket, which permits '..' and '../' sequences. The sanitized value is...

8.8CVSS0.00606EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/13 11:16 p.m.19 views

CVE-2026-57855

Cockpit CMS contains a missing authorization vulnerability in the Bucket file storage API /system/buckets/api. The api method in modules/System/Controller/Buckets.php executes bucket commands ls, upload, removefiles, rename, createfolder without performing any ACL or role check. Any authenticated...

8.8CVSS0.00523EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/13 10:41 p.m.43 views

CVE-2026-57856 Cockpit CMS Path Traversal via Bucket Name in Bucket File Storage API

Cockpit CMS contains a path traversal vulnerability in the Bucket file storage API /system/buckets/api. The api method in modules/System/Controller/Buckets.php sanitizes the bucket name with pregreplace'/^a-zA-Z0-9-\./','', $bucket, which permits '..' and '../' sequences. The sanitized value is...

8.8CVSS0.00606EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/13 10:41 p.m.31 views

CVE-2026-57856

Cockpit CMS exposes a path traversal in the Bucket file storage API (/system/buckets/api). The api() function sanitizes the bucket name with a regex that still allows ".." and "../" sequences, which are then interpolated into uploads://buckets/{bucket} and not blocked by Flysystem’s WhitespacePat...

8.8CVSS6.1AI score0.00606EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/13 10:41 p.m.9 views

CVE-2026-57856

Cockpit CMS contains a path traversal vulnerability in the Bucket file storage API /system/buckets/api. The api method in modules/System/Controller/Buckets.php sanitizes the bucket name with pregreplace'/^a-zA-Z0-9-\./','', $bucket, which permits '..' and '../' sequences. The sanitized value is...

8.8CVSS6.1AI score0.00606EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/13 10:41 p.m.9 views

CVE-2026-57856 Cockpit CMS Path Traversal via Bucket Name in Bucket File Storage API

Cockpit CMS contains a path traversal vulnerability in the Bucket file storage API /system/buckets/api. The api method in modules/System/Controller/Buckets.php sanitizes the bucket name with pregreplace'/^a-zA-Z0-9-\./','', $bucket, which permits '..' and '../' sequences. The sanitized value is...

8.7CVSS6.1AI score
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/13 10:33 p.m.12 views

CVE-2026-57855

Cockpit CMS contains a missing authorization vulnerability in the Bucket file storage API /system/buckets/api. The api method in modules/System/Controller/Buckets.php executes bucket commands ls, upload, removefiles, rename, createfolder without performing any ACL or role check. Any authenticated...

8.8CVSS6.1AI score0.00523EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/13 10:33 p.m.34 views

CVE-2026-57855

Cockpit CMS is affected by a missing authorization vulnerability in the Bucket file storage API (/system/buckets/api). The api() method in modules/System/Controller/Buckets.php executes bucket commands (ls, upload, removefiles, rename, createfolder) without ACL or role checks, allowing any authen...

8.8CVSS6.1AI score0.00523EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/13 10:33 p.m.41 views

CVE-2026-57855 Cockpit CMS Missing Authorization in Bucket File Storage API

Cockpit CMS contains a missing authorization vulnerability in the Bucket file storage API /system/buckets/api. The api method in modules/System/Controller/Buckets.php executes bucket commands ls, upload, removefiles, rename, createfolder without performing any ACL or role check. Any authenticated...

8.8CVSS0.00523EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/13 10:33 p.m.10 views

CVE-2026-57855 Cockpit CMS Missing Authorization in Bucket File Storage API

Cockpit CMS contains a missing authorization vulnerability in the Bucket file storage API /system/buckets/api. The api method in modules/System/Controller/Buckets.php executes bucket commands ls, upload, removefiles, rename, createfolder without performing any ACL or role check. Any authenticated...

8.8CVSS6.1AI score0.00523EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/13 9:16 p.m.15 views

CVE-2026-58409

ChurchCRM is an open-source church management system. Prior to version 7.4.0, an authenticated administrator can achieve Remote Code Execution RCE on the server by installing a malicious plugin ZIP archive containing a PHP webshell. The application explicitly includes 'php' in its ALLOWEDEXTENSIO...

9.1CVSS0.00761EPSS
SaveExploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/07/13 8:49 p.m.26 views

Malicious code in permcserver (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector cf9fcdfd2e40ddb8c0aef4fa0fb93f2d0bcf3b0c00104057076f8013a70812d6 The package's main index.js is a 10-line FFI shim that spawns a worker, dlopens the bundled lib-linux.so via koffi, and immediately invokes the nativ...

6.2AI score
SaveExploits0References6
NVD
NVD
added 2026/07/13 8:16 p.m.11 views

CVE-2026-12385

The Smart Slider 3 plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 3.5.1.37 via the 'keyword' parameter. This makes it possible for authenticated attackers, with contributor-level access and above, to extract titles and full content...

4.3CVSS0.00412EPSS
SaveExploits0References7
Rows per page
Query Builder