← Back
CWE-862

9,529 CVEs • Abstraction: Class • Likelihood of Exploit: High

Missing Authorization

The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

JSON object

Loading...

CVEs (9,529)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Microsoft
1Azure Cyclecloud
Aug 17, 2026
Aug 11, 2026
N/A· v4
8.8 HIGH· v3
N/A· v2
Missing authorization in Azure CycleCloud allows an authorized attacker to elevate privileges over a network.
1Microsoft
1Azure Cyclecloud
Aug 17, 2026
Aug 11, 2026
N/A· v4
6.5 MEDIUM· v3
N/A· v2
Missing authorization in Azure CycleCloud allows an authorized attacker to disclose information over a network.
1Microsoft
1Github Copilot Chat
Sep 2, 2026
Aug 11, 2026
N/A· v4
6.5 MEDIUM· v3
N/A· v2
No cwe for this issue in Visual Studio Code CoPilot Chat Extension allows an unauthorized attacker to bypass a security feature over a network.
1Microsoft
2Exchange Server
Exchange Server Subscription Edition
Aug 14, 2026
Aug 11, 2026
N/A· v4
6.5 MEDIUM· v3
N/A· v2
Missing authorization in Microsoft Exchange Server allows an authorized attacker to bypass a security feature over a network.
1Microsoft
10Windows 10 1809
Windows 10 21h2Windows 10 22h2+7 more
Aug 16, 2026
Aug 11, 2026
N/A· v4
5.5 MEDIUM· v3
N/A· v2
Missing authorization in Windows Defender Firewall Service allows an authorized attacker to bypass a security feature locally.
1Microsoft
1Visual Studio Code
Sep 2, 2026
Aug 11, 2026
N/A· v4
8.8 HIGH· v3
N/A· v2
Missing authorization in Visual Studio Code allows an unauthorized attacker to execute code over a network.
1Microsoft
3Dynamics 365 Business Central 2024
Dynamics 365 Business Central 2025Dynamics 365 Business Central 2026
Aug 13, 2026
Aug 11, 2026
N/A· v4
6.5 MEDIUM· v3
N/A· v2
Missing authorization in Dynamics Business Central allows an authorized attacker to disclose information over a network.
-
-
Aug 31, 2026
Aug 11, 2026
5.3 MEDIUM· v4
4.3 MEDIUM· v3
N/A· v2
CamaleonCMS version 2.9.2 and earlier contains a missing authorization vulnerability in the admin users controller that allows any authenticated user to access any other user's profile data by supplying an arbitrary user...Show more
CamaleonCMS version 2.9.2 and earlier contains a missing authorization vulnerability in the admin users controller that allows any authenticated user to access any other user's profile data by supplying an arbitrary user ID parameter. Attackers can send a GET request to the admin profile endpoint with an enumerable sequential integer user ID to disclose profile information of any user, including administrators, due to the profile action being excluded from the role validation filter with no compensating ownership check.Show less
-
-
Sep 9, 2026
Aug 11, 2026
N/A· v4
7.1 HIGH· v3
N/A· v2
TypeBot is a chatbot builder tool. Prior to version 3.17.0, the Google Sheets OAuth callback decodes a base64-encoded JSON `state` parameter and trusts the embedded `workspaceId`, `typebotId`, `blockId`, and `redirectUrl...Show more
TypeBot is a chatbot builder tool. Prior to version 3.17.0, the Google Sheets OAuth callback decodes a base64-encoded JSON `state` parameter and trusts the embedded `workspaceId`, `typebotId`, `blockId`, and `redirectUrl` without cryptographic integrity protection or authorization checks. The callback route is authenticated, but it does not verify that the authenticated user has write access to the target workspace or Typebot before creating credentials in the workspace or updating Typebot groups. An authenticated user who can obtain a valid Google OAuth `code` can alter the `state` value to create Google Sheets credentials in another workspace and, if target IDs are known, attach those credentials to a block in another Typebot. Version 3.17.0 patches the issue.Show less
-
-
Sep 9, 2026
Aug 11, 2026
N/A· v4
7.1 HIGH· v3
N/A· v2
TypeBot is a chatbot builder tool. Prior to version 3.17.0, the `handleGetSheets` API handler (`POST /api/sheets/getSheets`) does not validate workspace membership, allowing any authenticated user to access and decrypt a...Show more
TypeBot is a chatbot builder tool. Prior to version 3.17.0, the `handleGetSheets` API handler (`POST /api/sheets/getSheets`) does not validate workspace membership, allowing any authenticated user to access and decrypt another workspace's Google Sheets OAuth credentials and retrieve spreadsheet data (sheet names, IDs, column headers). Version 3.17.0 fixes the issue.Show less
-
-
Sep 1, 2026
Aug 11, 2026
8.6 HIGH· v4
N/A· v3
N/A· v2
Authorization Bypass Through User-Controlled Key in the ticket management component in Roskus Prospero Flow CRM before 5.4.9 allows authenticated users of any company to read the full content (title, description, and att...Show more
Authorization Bypass Through User-Controlled Key in the ticket management component in Roskus Prospero Flow CRM before 5.4.9 allows authenticated users of any company to read the full content (title, description, and attachments) of tickets belonging to another company, to hijack another company's tickets by reassigning their company_id, and to delete another company's tickets without any authorization check, via the ticket's numeric identifier, because the read and save operations retrieve the record without constraining the query to the authenticated user's company, and the delete controller type-hints a generic Illuminate\Http\Request instead of the TicketDeleteRequest that would enforce the required permission.Show less
-
-
Aug 26, 2026
Aug 11, 2026
5.3 MEDIUM· v4
N/A· v3
N/A· v2
Affected versions of cti-transmute allow authenticated users to add or remove emoji reactions on comments without first checking whether those users are authorized to view the target comment. The vulnerable react() han...Show more
Affected versions of cti-transmute allow authenticated users to add or remove emoji reactions on comments without first checking whether those users are authorized to view the target comment. The vulnerable react() handler passed an attacker-controlled comment_id directly to comments_repo.toggle_reaction() after only validating that the ID existed syntactically and that the requested emoji was permitted. Because comment-level visibility was not enforced, a user who could identify the ID of a private or otherwise inaccessible comment could modify reaction state on that comment despite lacking permission to access it. The fix retrieves the target comment, rejects missing or deleted comments, retrieves its associated conversion, and enforces access.can_see_comment(current_user, comment, conversion). Unauthorized requests now receive HTTP 403.Show less
-
-
Aug 26, 2026
Aug 11, 2026
5.3 MEDIUM· v4
N/A· v3
N/A· v2
Affected versions of cti-transmute fail to apply comment-level access-control rules when generating evaluation report exports. Although normal comment retrieval filters comments according to conversion visibility, commen...Show more
Affected versions of cti-transmute fail to apply comment-level access-control rules when generating evaluation report exports. Although normal comment retrieval filters comments according to conversion visibility, comment privacy, ownership, authorship, and administrative privileges, build_evaluation_report() previously included all evaluation comments without applying those rules. Consequently, a user who was authorized to view a conversion could export its evaluation report as Markdown or PDF and obtain private evaluation comments that should only have been visible to the conversion owner, the comment author, or an administrator. The leaked report data also contained the comment author's name. The fix passes the requesting user into the report builder and filters every evaluation comment using the shared access.can_see_comment() authorization function.Show less
-
-
Aug 26, 2026
Aug 11, 2026
N/A· v4
4.3 MEDIUM· v3
N/A· v2
The Ray Enterprise Translation WordPress plugin through 1.7.3 does not perform any capability or nonce checks on one of its AJAX actions, allowing any authenticated user, including Subscribers, to add or delete the site'...Show more
The Ray Enterprise Translation WordPress plugin through 1.7.3 does not perform any capability or nonce checks on one of its AJAX actions, allowing any authenticated user, including Subscribers, to add or delete the site's configured languages.Show less
-
-
Aug 26, 2026
Aug 11, 2026
N/A· v4
6.5 MEDIUM· v3
N/A· v2
The Ray Enterprise Translation WordPress plugin through 1.7.3 does not perform any capability or nonce checks on one of its AJAX actions, allowing any authenticated user, including Subscribers, to overwrite the administr...Show more
The Ray Enterprise Translation WordPress plugin through 1.7.3 does not perform any capability or nonce checks on one of its AJAX actions, allowing any authenticated user, including Subscribers, to overwrite the administrator-configured translation API token with an arbitrary value.Show less
-
-
Aug 26, 2026
Aug 11, 2026
N/A· v4
4.3 MEDIUM· v3
N/A· v2
SAP BusinessObjects Business Intelligence Platform (Admin Tools) does not perform sufficient authorization check on certain administrative functionality. An attacker authenticated as a non-administrative user could bypa...Show more
SAP BusinessObjects Business Intelligence Platform (Admin Tools) does not perform sufficient authorization check on certain administrative functionality. An attacker authenticated as a non-administrative user could bypass this restriction to gain limited information about affected functionality. This results in a low impact on confidentiality. There is no impact on integrity and availability.Show less
-
-
Aug 26, 2026
Aug 11, 2026
N/A· v4
4.3 MEDIUM· v3
N/A· v2
SAP Manufacturing Integration and Intelligence (MII) does not perform necessary authorization check on certain application function, allowing a low-privileged authenticated attacker to access information that should be r...Show more
SAP Manufacturing Integration and Intelligence (MII) does not perform necessary authorization check on certain application function, allowing a low-privileged authenticated attacker to access information that should be restricted to privileged users. Successful exploitation could allow the attacker to access the users account information in the application, which could be leveraged to facilitate further attacks against the identified user accounts. This vulnerability results in low impact on confidentiality of the data, with no impact on the integrity and availabilityShow less
-
-
Aug 26, 2026
Aug 11, 2026
N/A· v4
8.8 HIGH· v3
N/A· v2
SAP ABAP Development Tools does not perform necessary authorization checks for certain functionality, allowing an attacker with low privileges to execute unauthorized database operations against SAP NetWeaver AS ABAP. Su...Show more
SAP ABAP Development Tools does not perform necessary authorization checks for certain functionality, allowing an attacker with low privileges to execute unauthorized database operations against SAP NetWeaver AS ABAP. Successful exploitation could allow the attacker to read sensitive data, modify application data, and disrupt access for legitimate users, resulting in high impact on confidentiality, integrity, and availability.Show less
-
-
Aug 26, 2026
Aug 11, 2026
N/A· v4
4.2 MEDIUM· v3
N/A· v2
SAP NetWeaver and ABAP Platform (Change and Transport System - Customer Transport Integration Wizard) allows a low-privileged user to modify configuration tables that control access to data objects during specific operat...Show more
SAP NetWeaver and ABAP Platform (Change and Transport System - Customer Transport Integration Wizard) allows a low-privileged user to modify configuration tables that control access to data objects during specific operations. These unauthorized modifications could result in processing delays and operational disruption, leading to a low impact on the integrity and availability of the application with no impact on confidentiality.Show less
1Sap
1Approuter
Sep 8, 2026
Aug 11, 2026
N/A· v4
5.9 MEDIUM· v3
N/A· v2
WebSocket of SAP Approuter does not perform sufficient authorization checks in certain functionality. An attacker with low privileges could exploit this to access restricted functionality. Successful exploitation could a...Show more
WebSocket of SAP Approuter does not perform sufficient authorization checks in certain functionality. An attacker with low privileges could exploit this to access restricted functionality. Successful exploitation could allow the attacker to read sensitive information and perform limited modifications, resulting in a high impact on confidentiality and a low impact on integrity. There is no impact on availability.Show less