Lucene search
+L

199910 matches found

CVE
CVE
added 2026/08/20 8:34 p.m.33 views

CVE-2026-67567

CVE-2026-67567 is a CRITICAL (CVSS 9.9) privilege escalation vulnerability in the multicloud-operators-subscription Kubernetes operator. The HelmRelease controller processes Helm chart templates using its own elevated ServiceAccount privileges without proper GVK or namespace restriction , allowin...

9.9CVSS5.5AI score0.00322EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/20 8:34 p.m.9 views

CVE-2026-67567

A flaw was found in the multicloud-operators-subscription component. This vulnerability allows a tenant, who has the ability to create HelmRelease custom resources CRs, to bypass existing security controls. The system's HelmRelease controller processes Helm chart templates using its own elevated...

9.9CVSS5.6AI score0.00322EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/20 8:26 p.m.12 views

CVE-2026-19755

NoSleep 1.5.1 (a macOS application) exposes a privileged XPC Mach service that accepts raw dictionary messages containing attacker-controlled command and NSBundlePath values. This allows an attacker with local access and low privileges to achieve unauthorized disclosure of root-owned files throug...

6.9CVSS5.2AI score0.00105EPSS
SaveExploits0References2
Chainguard
Chainguard
added 2026/08/20 8:26 p.m.17 views

GO-2026-6093 vulnerabilities

Vulnerabilities for packages: localstack...

5.3AI score
SaveExploits0
EUVD
EUVD
added 2026/08/20 8:06 p.m.11 views

EUVD-2026-63585

Incorrect privilege assignment in the ClickHouse connector deployment template in Amazon Athena Federated Query prior to v2026.17.1 could allow an authenticated remote user to read arbitrary AWS Secrets Manager secrets in the deploying account by pointing the connector's connection string at an...

7.1CVSS5.7AI score0.0037EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/20 8:06 p.m.25 views

CVE-2026-75910

The ClickHouse connector deployment template in Amazon Athena Federated Query (versions before v2026.17.1) has an incorrect privilege assignment: an authenticated remote user can point the connector's connection string at an unrelated AWS Secrets Manager secret and a database endpoint they contro...

7.1CVSS5.7AI score0.0037EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/20 7:16 p.m.11 views

CVE-2026-63003

django CMS is an easy-to-use and developer-friendly enterprise content management system powered by Django. Prior to 5.0.9, page duplication lacks an object-level authorization check on the source page. In cms/admin/forms.py, DuplicatePageForm.source accepts any Page, the AddPageForm constructor...

6.5CVSS0.00239EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/20 6:45 p.m.7 views

Wagtail: Improper restriction handling on Page translation API endpoint

Impact A CMS user with the "submit translations" permission, could use the Admin API's "copy for translation" endpoint to copy an existing page that they do not have edit access to, allowing them to view its contents. Patches Patched versions have been released as Wagtail 7.0.9, 7.3.4, 7.4.3 and...

5.6AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/08/20 6:44 p.m.8 views

GHSA-FM29-4MQ3-PHG6 Winter: ImportExportController AJAX handlers bypass granular import/export permission gate

Impact Affected versions of Winter CMS did not enforce the ImportExportController behavior's granular access control on the handlers that actually perform the work. The behavior supports per-operation access control through the importpermissions and exportpermissions configuration keys, enforced ...

8.3CVSS5.7AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/08/20 6:44 p.m.10 views

Winter: ImportExportController AJAX handlers bypass granular import/export permission gate

Impact Affected versions of Winter CMS did not enforce the ImportExportController behavior's granular access control on the handlers that actually perform the work. The behavior supports per-operation access control through the importpermissions and exportpermissions configuration keys, enforced ...

5.7AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/20 6:42 p.m.6 views

GHSA-6X92-6VX4-5FWR django CMS: Broken access control in page *Duplicate* allows reading the content of any page (cross-site / restriction bypass)

Impact The only authorization gate on the duplicate flow is PageAdmin.hasaddpermission, which checks usercanaddpageuser, site / usercanaddsubpage... — i.e. “may this user create a page at all”. Nothing checks the user’s relationship to the page being copied: - cms/admin/forms.py —...

6.5CVSS5.6AI score0.00239EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.9 views

django CMS: Broken access control in page *Duplicate* allows reading the content of any page (cross-site / restriction bypass)

Impact The only authorization gate on the duplicate flow is PageAdmin.hasaddpermission, which checks usercanaddpageuser, site / usercanaddsubpage... — i.e. “may this user create a page at all”. Nothing checks the user’s relationship to the page being copied: - cms/admin/forms.py —...

6.5CVSS5.5AI score0.00239EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/20 6:42 p.m.7 views

django CMS: Structure endpoint bypasses page-view permission

Summary The structure-board endpoint renderobjectstructure renders a page's plugin structure without verifying that the requesting user is allowed to view the page. The edit and preview endpoints enforce this via renderpage, but the structure endpoint does not, allowing a low-privileged staff use...

6.5CVSS5.4AI score0.00244EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/20 6:40 p.m.19 views

EUVD-2026-41150

Wagtail: Reflected XSS in dynamic image URL generator view...

7.3CVSS5.1AI score0.00204EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/20 6:40 p.m.12 views

Wagtail: Reflected XSS in dynamic image URL generator view

Impact A reflected cross-site scripting XSS vulnerability exists on the dynamic image URL generator view within the Wagtail admin interface. A user with a limited-permission editor account for the Wagtail admin could craft a URL that, when viewed by a user with higher privileges, could perform...

7.3CVSS5.4AI score0.00204EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/20 6:40 p.m.10 views

Wagtail: Pages translations can be created without page permissions when using simple_translation

Impact A low-level user with the "Can submit translation" permission can create translations for any page, including those they do not have permissions for. Patches Patched versions have been released as Wagtail 7.0.8, 7.3.3, 7.4.2. Workarounds N/A Acknowledgements Many thanks to @devansh3008 and...

4.3CVSS5.5AI score0.00162EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/20 6:39 p.m.9 views

Fleet: SQL injection in Okta conditional access endpoint allows host-controlled compromise of the Fleet database

Summary A SQL injection vulnerability in Fleet's Okta conditional access integration could allow an attacker who controls a single enrolled host to read or modify arbitrary data in the Fleet database, including stored session tokens. Disclosed session tokens may be replayed to act as a global...

7.1AI score
SaveExploits0References3Affected Software1
RedHat Linux
RedHat Linux
added 2026/08/20 6:39 p.m.9 views

kbd: Local privilege escalation in openvt via incorrect process owner verification allowing passwordless root login

openvt -u is intended to identify the owner of the current VT and then execute login as that user from a privileged context. In the documented kbrequest/init usage, the ownership test in authenticateuser relies on stat"/proc//fd/0". stat on /proc//fd/0 follows the symlink to the underlying TTY...

7.8CVSS5.6AI score0.00107EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/20 6:39 p.m.7 views

Moderate: Red Hat Security Advisory: kbd security update

An update for kbd is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CV...

7.8CVSS5.5AI score0.00107EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/20 6:38 p.m.7 views

Laravel Backpack CRUD: MyAccountController allows changing the login email without a current-password check

Summary MyAccountController::postAccountInfoForm allows an authenticated user to update the authentication column default: email without verifying their current password. Because email is the account-recovery anchor, this enables account takeover after the attacker's session ends: the new email...

5.4AI score
SaveExploits0References5Affected Software1
Rows per page
Query Builder