3860 matches found
CVE-2026-20483
In Telephony, there is a possible escalation of privilege due to a missing permission check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS11087526; Issue ID: MSV-8243...
CVE-2026-20470
In Telephony, there is a possible information disclosure due to a missing permission check. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS11086431; Issue ID: MSV-8189...
CVE-2026-20498
CVE-2026-20498 affects the geniezone component. The issue is a missing permission check that can allow local privilege escalation if an attacker already has System privileges. Exploitation reportedly does not require user interaction. A patch/workaround is identified as Patch ID: ALPS10900493 (MS...
EUVD-2026-52087
In geniezone, there is a possible escalation of privilege due to a missing permission check. This could lead to local escalation of privilege if a malicious actor has already obtained the System privilege. User interaction is not needed for exploitation. Patch ID: ALPS10900493; Issue ID: MSV-6765...
EUVD-2026-52085
In Bluetooth driver, there is a possible permission bypass due to a missing permission check. This could lead to local escalation of privilege with User execution privileges needed. User interaction is not needed for exploitation. Patch ID: WCNCR00488300; Issue ID: MSV-7296...
CVE-2026-20495
In Bluetooth driver, there is a possible permission bypass due to a missing permission check. This could lead to local escalation of privilege with User execution privileges needed. User interaction is not needed for exploitation. Patch ID: WCNCR00488300; Issue ID: MSV-7296...
EUVD-2026-52075
In TFA, there is a possible information disclosure due to a missing permission check. This could lead to local information disclosure if a malicious actor has already obtained the System privilege. User interaction is not needed for exploitation. Patch ID: ALPS11053160; Issue ID: MSV-8004...
CVE-2026-20484
In TFA, there is a possible information disclosure due to a missing permission check. This could lead to local information disclosure if a malicious actor has already obtained the System privilege. User interaction is not needed for exploitation. Patch ID: ALPS11053160; Issue ID: MSV-8004...
CVE-2026-20484
In TFA, there is a possible information disclosure due to a missing permission check. This could lead to local information disclosure if a malicious actor has already obtained the System privilege. User interaction is not needed for exploitation. Patch ID: ALPS11053160; Issue ID: MSV-8004...
CVE-2026-20484
Technical details about CVE-2026-20484 are not publicly provided in the connected documents. The description notes local information disclosure and a patch ID, but no affected product/version specifics are given. Monitor for updates.
CVE-2026-20470
CVE-2026-20470 affects the Telephony component, where a missing permission check leads to local information disclosure without requiring privileges or user interaction. The root cause is lack of access control in the Telephony path, enabling disclosure of information to local attackers. The descr...
EUVD-2026-52074
In Telephony, there is a possible information disclosure due to a missing permission check. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS11086431; Issue ID: MSV-8189...
CVE-2026-20470
In Telephony, there is a possible information disclosure due to a missing permission check. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS11086431; Issue ID: MSV-8189...
CVE-2026-20483
CVE-2026-20483 concerns the Telephony component, where a missing permission check enables local escalation of privilege without user interaction. The issue is described as allowing exploitation with only local access and no additional privileges, elevating from NONE. The available data identifies...
EUVD-2026-52073
In Telephony, there is a possible escalation of privilege due to a missing permission check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS11087526; Issue ID: MSV-8243...
CVE-2026-20483
In Telephony, there is a possible escalation of privilege due to a missing permission check. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: ALPS11087526; Issue ID: MSV-8243...
PT-2026-67185
Name of the Vulnerable Software and Affected Versions geniezone affected versions not specified Description A missing permission check allows for a local escalation of privilege. This issue can be exploited by a malicious actor who has already obtained System privilege, and it does not require us...
CVE-2026-65011 Graylog2 Server Missing Permission Check on Event Definition Duplicate
Graylog2 Server before commit 46a2eeb contains a missing per-entity permission check in the POST /events/definitions/definitionId/duplicate endpoint that allows authenticated users to clone any event definition. Attackers with the low-privilege eventdefinitions:create capability can read private...
CVE-2026-65011
Technical details are not publicly available in the provided documents. Monitor for updates.
Gitea: Cross-repository IDOR in issue-dependency removal lets an attacker tamper with and comment on private repos they cannot access
Details RemoveDependency in routers/web/repo/issuedependency.go takes a removeDependencyID form parameter identifying the other issue by its global numeric ID, and fetches it with issuesmodel.GetIssueByIDctx, depID - no repository or permission check at all. It then calls...