← Back
CWE-862

8,707 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 (8,707)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Warfareplugins
1Social Warfare
Jun 17, 2026
Jan 19, 2023
N/A· v4
5.4 MEDIUM· v3
N/A· v2
The Social Warfare plugin for WordPress is vulnerable to authorization bypass due to a missing capability check on several AJAX actions in versions up to, and including, 4.3.0. This makes it possible for authenticated at...Show more
The Social Warfare plugin for WordPress is vulnerable to authorization bypass due to a missing capability check on several AJAX actions in versions up to, and including, 4.3.0. This makes it possible for authenticated attackers, with subscriber-level permissions and above, to delete post meta information and reset network access tokens.Show less
1Rapid7
1Velociraptor
Jun 17, 2026
Jan 18, 2023
N/A· v4
8.8 HIGH· v3
N/A· v2
Rapid7 Velociraptor allows users to be created with different privileges on the server. Administrators are generally allowed to run any command on the server including writing arbitrary files. However, lower privilege us...Show more
Rapid7 Velociraptor allows users to be created with different privileges on the server. Administrators are generally allowed to run any command on the server including writing arbitrary files. However, lower privilege users are generally forbidden from writing or modifying files on the server. The VQL copy() function applies permission checks for reading files but does not check for permission to write files. This allows a low privilege user (usually, users with the Velociraptor "investigator" role) to overwrite files on the server, including Velociraptor configuration files. To exploit this vulnerability, the attacker must already have a Velociraptor user account at a low privilege level (at least "analyst") and be able to log into the GUI and create a notebook where they can run the VQL query invoking the copy() VQL function. Typically, most users deploy Velociraptor with limited access to a trusted group (most users will be administrators within the GUI). This vulnerability is associated with program files https://github.Com/Velocidex/velociraptor/blob/master/vql/filesystem/copy.go https://github.Com/Velocidex/velociraptor/blob/master/vql/filesystem/copy.go and program routines copy(). This issue affects Velociraptor versions before 0.6.7-5. Version 0.6.7-5, released January 16, 2023, fixes the issue. Show less
1Blogengine
1Blogengine.net
Jun 17, 2026
Jan 18, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
BlogEngine.NET v3.3.8.0 allows an attacker to create any folder with "files" prefix under ~/App_Data/.
1Okerthai
1G955v1 Firmware
Jul 5, 2026
Jan 18, 2023
N/A· v4
6.8 MEDIUM· v3
N/A· v2
OS Command Injection vulnerability in OKER G955V1 v1.03.02.20161128, allows physical attackers to interrupt the boot sequence and execute arbitrary commands with root privileges.
2Fedoraproject
Samba
2Fedora
Samba
Jan 22, 2025
Jan 17, 2023
N/A· v4
4.3 MEDIUM· v3
N/A· v2
An information leak vulnerability was discovered in Samba's LDAP server. Due to missing access control checks, an authenticated but unprivileged attacker could discover the names and preserved attributes of deleted objec...Show more
An information leak vulnerability was discovered in Samba's LDAP server. Due to missing access control checks, an authenticated but unprivileged attacker could discover the names and preserved attributes of deleted objects in the LDAP store.Show less
1Fit2cloud
1Kubepi
Jun 17, 2026
Jan 14, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
KubePi is a modern Kubernetes panel. The API interfaces with unauthorized entities and may leak sensitive information. This issue has been patched in version 1.6.4. There are currently no known workarounds.
1Frenify
1Mediamatic
Jun 17, 2026
Jan 13, 2023
N/A· v4
4.3 MEDIUM· v3
N/A· v2
The Mediamatic – Media Library Folders plugin for WordPress is vulnerable to authorization bypass due to a missing capability check on its AJAX actions in versions up to, and including, 2.8.1. This makes it possible for...Show more
The Mediamatic – Media Library Folders plugin for WordPress is vulnerable to authorization bypass due to a missing capability check on its AJAX actions in versions up to, and including, 2.8.1. This makes it possible for authenticated attackers, with subscriber-level permissions and above, to change image categories, which it uses to arrange them in folder views.Show less
1Flarum
1Flarum
Jun 17, 2026
Jan 13, 2023
N/A· v4
3.5 LOW· v3
N/A· v2
Flarum is a discussion platform for websites. If the first post of a discussion is permanently deleted but the discussion stays visible, any actor who can view the discussion is able to create a new reply via the REST AP...Show more
Flarum is a discussion platform for websites. If the first post of a discussion is permanently deleted but the discussion stays visible, any actor who can view the discussion is able to create a new reply via the REST API, no matter the reply permission or lock status. This includes users that don't have a validated email. Guests cannot successfully create a reply because the API will fail with a 500 error when the user ID 0 is inserted into the database. This happens because when the first post of a discussion is permanently deleted, the `first_post_id` attribute of the discussion becomes `null` which causes access control to be skipped for all new replies. Flarum automatically makes discussions with zero comments invisible so an additional condition for this vulnerability is that the discussion must have at least one approved reply so that `discussions.comment_count` is still above zero after the post deletion. This can open the discussion to uncontrolled spam or just unintentional replies if users still had their tab open before the vulnerable discussion was locked and then post a reply when they shouldn't be able to. In combination with the email notification settings, this could also be used as a way to send unsolicited emails. Versions between `v1.3.0` and `v1.6.3` are impacted. The vulnerability has been fixed and published as flarum/core v1.6.3. All communities running Flarum should upgrade as soon as possible. There are no known workarounds. Show less
1Flarum
1Flarum
Jun 17, 2026
Jan 12, 2023
N/A· v4
5.4 MEDIUM· v3
N/A· v2
Flarum is a forum software for building communities. Using the notifications feature, one can read restricted/private content and bypass access checks that would be in place for such content. The notification-sending com...Show more
Flarum is a forum software for building communities. Using the notifications feature, one can read restricted/private content and bypass access checks that would be in place for such content. The notification-sending component does not check that the subject of the notification can be seen by the receiver, and proceeds to send notifications through their different channels. The alerts do not leak data despite this as they are listed based on a visibility check, however, emails are still sent out. This means that, for extensions which restrict access to posts, any actor can bypass the restriction by subscribing to the discussion if the Subscriptions extension is enabled. The attack allows the leaking of some posts in the forum database, including posts awaiting approval, posts in tags the user has no access to if they could subscribe to a discussion before it becomes private, and posts restricted by third-party extensions. All Flarum versions prior to v1.6.3 are affected. The vulnerability has been fixed and published as flarum/core v1.6.3. All communities running Flarum should upgrade as soon as possible to v1.6.3. As a workaround, disable the Flarum Subscriptions extension or disable email notifications altogether. There are no other supported workarounds for this issue for Flarum versions below 1.6.3.Show less
1Royal Elementor Addons
1Royal Elementor Addons
Jun 17, 2026
Jan 9, 2023
N/A· v4
4.3 MEDIUM· v3
N/A· v2
The Royal Elementor Addons WordPress plugin before 1.3.56 does not have authorisation and CSRF checks when creating a template, and does not ensure that the post created is a template. This could allow any authenticated...Show more
The Royal Elementor Addons WordPress plugin before 1.3.56 does not have authorisation and CSRF checks when creating a template, and does not ensure that the post created is a template. This could allow any authenticated users, such as subscriber to create a post (as well as any post type) with an arbitrary titleShow less
1Royal Elementor Addons
1Royal Elementor Addons
Jun 17, 2026
Jan 9, 2023
N/A· v4
3.1 LOW· v3
N/A· v2
The Royal Elementor Addons WordPress plugin before 1.3.56 does not have authorization and CSRF checks when deleting a template and does not ensure that the post to be deleted is a template. This could allow any authentic...Show more
The Royal Elementor Addons WordPress plugin before 1.3.56 does not have authorization and CSRF checks when deleting a template and does not ensure that the post to be deleted is a template. This could allow any authenticated users, such as subscribers, to delete arbitrary posts assuming they know the related slug.Show less
1Activecampaign
1Activecampaign For Woocommerce
Jun 17, 2026
Jan 9, 2023
N/A· v4
4.3 MEDIUM· v3
N/A· v2
The ActiveCampaign for WooCommerce WordPress plugin before 1.9.8 does not have authorisation check when cleaning up its error logs via an AJAX action, which could allow any authenticated users, such as subscriber to call...Show more
The ActiveCampaign for WooCommerce WordPress plugin before 1.9.8 does not have authorisation check when cleaning up its error logs via an AJAX action, which could allow any authenticated users, such as subscriber to call it and remove error logs.Show less
1Google
1Android
Jun 17, 2026
Jan 4, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In messaging service, there is a missing permission check. This could lead to local denial of service in contacts service with no additional execution privileges needed.
1Google
1Android
Jun 17, 2026
Jan 4, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In messaging service, there is a missing permission check. This could lead to local denial of service in contacts service with no additional execution privileges needed.
1Google
1Android
Jun 17, 2026
Jan 4, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In messaging service, there is a missing permission check. This could lead to local denial of service in contacts service with no additional execution privileges needed.
1Google
1Android
Jun 17, 2026
Jan 4, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In messaging service, there is a missing permission check. This could lead to local denial of service in contacts service with no additional execution privileges needed.
1Google
1Android
Jun 17, 2026
Jan 4, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In messaging service, there is a missing permission check. This could lead to local denial of service in contacts service with no additional execution privileges needed.
1Google
1Android
Jun 17, 2026
Jan 4, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In messaging service, there is a missing permission check. This could lead to local denial of service in contacts service with no additional execution privileges needed.
1Google
1Android
Jun 17, 2026
Jan 4, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In music service, there is a missing permission check. This could lead to local denial of service in contacts service with no additional execution privileges needed.
1Google
1Android
Jun 17, 2026
Jan 4, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
In music service, there is a missing permission check. This could lead to local denial of service in contacts service with no additional execution privileges needed.