Lucene search
+L

493407 matches found

Github Security Blog
Github Security Blog
added 4 days ago10 views

Craft CMS: Missing authorization check allows non-admin control panel users to reorder Global Sets

The reorder-sets action in Craft CMS’s GlobalsController is missing the requireAdmin check that the adjacent save-set and delete-set actions both enforce. Any authenticated control panel user can POST to /actions/globals/reorder-sets and permanently reorder all global sets in the project config,...

5.3CVSS5.6AI score0.00224EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 4 days ago6 views

GHSA-9P7C-V5X3-RFX8 Craft CMS: Missing authorization check allows non-admin control panel users to reorder Global Sets

The reorder-sets action in Craft CMS’s GlobalsController is missing the requireAdmin check that the adjacent save-set and delete-set actions both enforce. Any authenticated control panel user can POST to /actions/globals/reorder-sets and permanently reorder all global sets in the project config,...

5.3CVSS5.6AI score0.00224EPSS
SaveExploits0References9
Snyk
Snyk
added 4 days ago3 views

Missing Authorization

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Missing Authorization via the reorder-sets process. An attacker can modify the order of global sets in the project configuration by sending a POST request to /actions/globals/reorder-sets as ...

5.3CVSS5AI score0.00224EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 4 days ago7 views

systemd: systemd: Arbitrary code execution or Denial of Service via spurious IPC API call data

A flaw was found in systemd, a system and service manager. An unprivileged user can exploit this vulnerability by making an Inter-Process Communication IPC API call with spurious data. In older versions v249 and earlier, this can lead to stack overwriting with attacker-controlled content,...

5.5CVSS7.2AI score0.00121EPSS
SaveExploits0References15
Vulnrichment
Vulnrichment
added 4 days ago8 views

CVE-2026-48077 OpenReception: GET appointment by ID returns full appointment record without authorization

OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.1.0, the GET handler at /api/tenants/id/appointments/appointmentId performs no authorization check before returning the appointment record. Any party who knows or obtains...

5.3CVSS5.4AI score0.00307EPSS
SaveExploits0References2
CVE
CVE
added 4 days ago30 views

CVE-2026-48077

OpenReception’s appointment-booking software exposes a specific GET endpoint that returns full appointment records without authorization prior to version 1.1.0. The affected path is GET /api/tenants/{id}/appointments/{appointmentId}, which can disclose tenant-scoped records, including channel and...

5.3CVSS5.5AI score0.00307EPSS
SaveExploits0References2
OSV
OSV
added 4 days ago6 views

CVE-2026-48077 OpenReception: GET appointment by ID returns full appointment record without authorization

OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.1.0, the GET handler at /api/tenants/id/appointments/appointmentId performs no authorization check before returning the appointment record. Any party who knows or obtains...

5.3CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-54147

OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.1.0, the GET handler at /api/tenants/id/appointments/appointmentId performs no authorization check before returning the appointment record. Any party who knows or obtains...

5.3CVSS5.5AI score0.00307EPSS
SaveExploits0References2
Cvelist
Cvelist
added 4 days ago27 views

CVE-2026-48077 OpenReception: GET appointment by ID returns full appointment record without authorization

OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.1.0, the GET handler at /api/tenants/id/appointments/appointmentId performs no authorization check before returning the appointment record. Any party who knows or obtains...

5.3CVSS0.00307EPSS
SaveExploits0References2
F5 Networks
F5 Networks
added 4 days ago15 views

K000162807: Linux kernel vulnerability CVE-2026-53359

Security Advisory Description In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Fix shadow paging use-after-free due to unexpected role Commit 0cb2af2ea66ad "KVM: x86: Fix shadow paging use-after-free due to unexpected GFN" fixed a shadow paging mismatch between stored...

8.8CVSS7.5AI score0.00908EPSS
SaveExploits5Affected Software3
Snyk
Snyk
added 4 days ago4 views

Improperly Controlled Modification of Dynamically-Determined Object Attributes

Overview craftcms/cms is a content management system. Affected versions of this package are vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes via the condition.config process. An attacker can execute arbitrary operating system commands, read sensitive...

8.8CVSS5.6AI score
SaveExploits0References2
OSV
OSV
added 4 days ago5 views

GHSA-265M-7826-WJQM Craft CMS: Authenticated RCE via `condition.config` JSON cleanse bypass

Craft CMS has an authenticated remote code execution issue in the control panel element-search condition handling. Craft cleans the outer request-controlled condition array with Component::cleanseConfig, but Conditions::createCondition later decodes and merges the JSON string in condition.config...

8.7CVSS6.2AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 4 days ago10 views

Craft CMS: Authenticated RCE via `condition.config` JSON cleanse bypass

Craft CMS has an authenticated remote code execution issue in the control panel element-search condition handling. Craft cleans the outer request-controlled condition array with Component::cleanseConfig, but Conditions::createCondition later decodes and merges the JSON string in condition.config...

6.2AI score
SaveExploits0References6Affected Software1
OSV
OSV
added 4 days ago7 views

GHSA-MJ63-M3RC-8PPR league/commonmark: Denial of service via deeply nested XML output

Impact XmlRenderer pretty-prints XML by emitting depth-proportional indentation whitespace for every opening and closing tag. For a tree of depth n, the indentation alone sums to On² bytes of output and corresponding memory, reachable through MarkdownToXmlConverter — e.g. strrepeat' ', $depth...

5.3CVSS5.5AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 4 days ago11 views

league/commonmark: Denial of service via deeply nested XML output

Impact XmlRenderer pretty-prints XML by emitting depth-proportional indentation whitespace for every opening and closing tag. For a tree of depth n, the indentation alone sums to On² bytes of output and corresponding memory, reachable through MarkdownToXmlConverter — e.g. strrepeat' ', $depth...

5.5AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 4 days ago10 views

league/commonmark: Denial of service via duplicate footnote definitions

Impact The Footnote extension records one backref per footnote reference and then appends the entire backref list for every footnote definition block in the document, without ever de-duplicating or removing repeated definitions of the same label GatherFootnotesListener, populated by...

5.6AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 4 days ago4 views

GHSA-JFM3-95JQ-Q3RF league/commonmark: Denial of service via duplicate footnote definitions

Impact The Footnote extension records one backref per footnote reference and then appends the entire backref list for every footnote definition block in the document, without ever de-duplicating or removing repeated definitions of the same label GatherFootnotesListener, populated by...

7.5CVSS5.6AI score
SaveExploits0References4
OSV
OSV
added 4 days ago7 views

GHSA-G2GP-3WWQ-F4PH league/commonmark: Denial of service via adjacent inline attribute blocks

Impact With the Attributes extension enabled, AttributesListener::findTargetAndDirection resolves each attribute node's target by walking outward through its siblings. For a run of N adjacent inline attribute blocks placed at the start of a block with nothing to their left, each node scans the...

7.5CVSS5.5AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 4 days ago12 views

league/commonmark: Denial of service via adjacent inline attribute blocks

Impact With the Attributes extension enabled, AttributesListener::findTargetAndDirection resolves each attribute node's target by walking outward through its siblings. For a run of N adjacent inline attribute blocks placed at the start of a block with nothing to their left, each node scans the...

5.5AI score
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 4 days ago7 views

CVE-2026-48075 OpenReception's unauthenticated add-to-tunnel endpoint accepts arbitrary appointment injections

OpenReception's appointment booking software provides an end-to-end encrypted appointment booking platform. Prior to version 1.0.5, the add-to-tunnel endpoint creates a new appointment row in any client tunnel without any caller authentication. A request that supplies any valid tunnelId and any...

6.5CVSS5.6AI score0.00391EPSS
SaveExploits0References2
Rows per page
Query Builder