← Back
CWE-285

1,315 CVEs • Abstraction: Class • Likelihood of Exploit: High

Improper Authorization

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

JSON object

Loading...

CVEs (1,315)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Apolloconfig
1Apollo
Nov 21, 2024
Jan 12, 2024
N/A· v4
4.3 MEDIUM· v3
4.0 MEDIUM· v2
A vulnerability was found in Apollo 2.0.0/2.0.1 and classified as problematic. Affected by this issue is some unknown functionality of the file /users of the component Configuration Center. The manipulation leads to impr...Show more
A vulnerability was found in Apollo 2.0.0/2.0.1 and classified as problematic. Affected by this issue is some unknown functionality of the file /users of the component Configuration Center. The manipulation leads to improper authorization. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. The real existence of this vulnerability is still doubted at the moment. VDB-250430 is the identifier assigned to this vulnerability. NOTE: The maintainer explains that user data information like user id, name, and email are not sensitive.Show less
1Leechesnutt
1Slick Social Share Buttons
Apr 8, 2026
Jan 11, 2024
N/A· v4
6.5 MEDIUM· v3
N/A· v2
The Slick Social Share Buttons plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the 'dcssb_ajax_update' function in versions up to, and including, 2.4.11. This...Show more
The Slick Social Share Buttons plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the 'dcssb_ajax_update' function in versions up to, and including, 2.4.11. This makes it possible for authenticated attackers, with subscriber-level permissions or above to update the site options arbitrarily.Show less
1Freeamigos
1Manage Notification E Mails
Apr 8, 2026
Jan 11, 2024
N/A· v4
5.3 MEDIUM· v3
N/A· v2
The Manage Notification E-mails plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.8.5 via the card_famne_export_settings function. This makes it possible for unauthentica...Show more
The Manage Notification E-mails plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.8.5 via the card_famne_export_settings function. This makes it possible for unauthenticated attackers to obtain plugin settings.Show less
1Apple
1Macos
Nov 4, 2025
Jan 10, 2024
N/A· v4
5.5 MEDIUM· v3
N/A· v2
A logic issue was addressed with improved checks. This issue is fixed in macOS Sonoma 14. An app may be able to access removable volumes without user consent.
1Bosch
1Nexo Os
Nov 21, 2024
Jan 10, 2024
N/A· v4
8.8 HIGH· v3
N/A· v2
The vulnerability allows an authenticated remote attacker to perform actions exceeding their authorized access via crafted HTTP requests.
1Misskey
1Misskey
Nov 21, 2024
Dec 29, 2023
N/A· v4
9.6 CRITICAL· v3
N/A· v2
Misskey is an open source, decentralized social media platform. Third-party applications may be able to access some endpoints or Websocket APIs that are incorrectly specified as [kind](https://github.com/misskey-dev/miss...Show more
Misskey is an open source, decentralized social media platform. Third-party applications may be able to access some endpoints or Websocket APIs that are incorrectly specified as [kind](https://github.com/misskey-dev/misskey/blob/406b4bdbe79b5b0b68fcdcb3c4b6e419460a0258/packages/backend/src/server/api/endpoints.ts#L811) or [secure](https://github.com/misskey-dev/misskey/blob/406b4bdbe79b5b0b68fcdcb3c4b6e419460a0258/packages/backend/src/server/api/endpoints.ts#L805) without the user's permission and perform operations such as reading or adding non-public content. As a result, if the user who authenticated the application is an administrator, confidential information such as object storage secret keys and SMTP server passwords will be leaked, and general users can also create invitation codes without permission and leak non-public user information. This is patched in version [2023.12.1](https://github.com/misskey-dev/misskey/commit/c96bc36fedc804dc840ea791a9355d7df0748e64).Show less
1Jetbrains
1Youtrack
Nov 21, 2024
Dec 15, 2023
N/A· v4
4.3 MEDIUM· v3
N/A· v2
In JetBrains YouTrack before 2023.3.22268 authorization check for inline comments inside thread replies was missed
1Fortinet
1Fortiadc
Nov 21, 2024
Dec 13, 2023
N/A· v4
5.4 MEDIUM· v3
N/A· v2
An improper authorization vulnerability [CWE-285] in Fortinet FortiADC version 7.4.0 and before 7.2.2 may allow a low privileged user to read or backup the full system configuration via HTTP or HTTPS requests.
1Hitachi
1System Management Unit Firmware
Nov 21, 2024
Dec 11, 2023
N/A· v4
6.5 MEDIUM· v3
N/A· v2
SMU versions prior to 14.8.7825.01 are susceptible to unintended information disclosure, through URL manipulation. Authenticated users in Storage, Server or combined Server+Storage administrative roles are able to access...Show more
SMU versions prior to 14.8.7825.01 are susceptible to unintended information disclosure, through URL manipulation. Authenticated users in Storage, Server or combined Server+Storage administrative roles are able to access SMU configuration backup, that would normally be barred to those specific administrative roles. Show less
1Hitachi
1Vantara Hitachi Network Attached Storage
Nov 21, 2024
Dec 5, 2023
N/A· v4
6.5 MEDIUM· v3
N/A· v2
SMU versions prior to 14.8.7825.01 are susceptible to unintended information disclosure, through URL manipulation. Authenticated users in a Storage administrative role are able to access HNAS configuration backup and dia...Show more
SMU versions prior to 14.8.7825.01 are susceptible to unintended information disclosure, through URL manipulation. Authenticated users in a Storage administrative role are able to access HNAS configuration backup and diagnostic data, that would normally be barred to that specific administrative role.Show less
1Nextauth.js
1Next Auth
Nov 21, 2024
Nov 20, 2023
N/A· v4
5.3 MEDIUM· v3
N/A· v2
NextAuth.js provides authentication for Next.js. `next-auth` applications prior to version 4.24.5 that rely on the default Middleware authorization are affected by a vulnerability. A bad actor could create an empty/mock...Show more
NextAuth.js provides authentication for Next.js. `next-auth` applications prior to version 4.24.5 that rely on the default Middleware authorization are affected by a vulnerability. A bad actor could create an empty/mock user, by getting hold of a NextAuth.js-issued JWT from an interrupted OAuth sign-in flow (state, PKCE or nonce). Manually overriding the `next-auth.session-token` cookie value with this non-related JWT would let the user simulate a logged in user, albeit having no user information associated with it. (The only property on this user is an opaque randomly generated string). This vulnerability does not give access to other users' data, neither to resources that require proper authorization via scopes or other means. The created mock user has no information associated with it (ie. no name, email, access_token, etc.) This vulnerability can be exploited by bad actors to peek at logged in user states (e.g. dashboard layout). `next-auth` `v4.24.5` contains a patch for the vulnerability. As a workaround, using a custom authorization callback for Middleware, developers can manually do a basic authentication.Show less
1Xwiki
1Xwiki
Nov 21, 2024
Nov 20, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
XWiki Platform is a generic wiki platform. Starting in version 6.3-milestone-2 and prior to versions 14.10.15, 15.5.1, and 15.6RC1, the Solr-based search suggestion provider that also duplicates as generic JavaScript API...Show more
XWiki Platform is a generic wiki platform. Starting in version 6.3-milestone-2 and prior to versions 14.10.15, 15.5.1, and 15.6RC1, the Solr-based search suggestion provider that also duplicates as generic JavaScript API for search results in XWiki exposes the content of all documents of all wikis to anybody who has access to it, by default it is public. This exposes all information stored in the wiki (but not some protected information like password hashes). While there is a right check normally, the right check can be circumvented by explicitly requesting fields from Solr that don't include the data for the right check. This has been fixed in XWiki 15.6RC1, 15.5.1 and 14.10.15 by not listing documents whose rights cannot be checked. No known workarounds are available.Show less
1Palantir
1Video Application Server
Nov 21, 2024
Nov 15, 2023
N/A· v4
3.7 LOW· v3
N/A· v2
The Gotham video-application-server service contained a race condition which would cause it to not apply certain acls new videos if the source system had not yet initialized.
1Intel
1Battery Life Diagnostic Tool
Nov 21, 2024
Nov 14, 2023
N/A· v4
6.7 MEDIUM· v3
N/A· v2
Improper authorization in some Intel Battery Life Diagnostic Tool installation software before version 2.2.1 may allow a privilaged user to potentially enable escalation of privilege via local access.
1Intel
2Quickassist Technology Firmware
Quickassist Technology Library
Nov 21, 2024
Nov 14, 2023
N/A· v4
7.8 HIGH· v3
N/A· v2
Improper authorization in some Intel(R) QAT drivers for Windows - HW Version 2.0 before version 2.0.4 may allow an authenticated user to potentially enable escalation of privilege via local access.
1Fortinet
1Fortimail
Nov 21, 2024
Nov 14, 2023
N/A· v4
5.4 MEDIUM· v3
N/A· v2
An improper authorization vulnerability [CWE-285] in FortiMail webmail version 7.2.0 through 7.2.2 and before 7.0.5 allows an authenticated attacker to see and modify the title of address book folders of other users via...Show more
An improper authorization vulnerability [CWE-285] in FortiMail webmail version 7.2.0 through 7.2.2 and before 7.0.5 allows an authenticated attacker to see and modify the title of address book folders of other users via crafted HTTP or HTTPs requests.Show less
1Prestashop
1Customer Reassurance Block
Nov 21, 2024
Nov 8, 2023
N/A· v4
8.1 HIGH· v3
N/A· v2
PrestaShop blockreassurance adds an information block aimed at offering helpful information to reassure customers that the store is trustworthy. When adding a block in blockreassurance module, a BO user can modify the ht...Show more
PrestaShop blockreassurance adds an information block aimed at offering helpful information to reassure customers that the store is trustworthy. When adding a block in blockreassurance module, a BO user can modify the http request and give the path of any file in the project instead of an image. When deleting the block from the BO, the file will be deleted. It is possible to make the website completely unavailable by removing index.php for example. This issue has been patched in version 5.1.4. Show less
1Samsung
1Push Service
Mar 6, 2025
Nov 7, 2023
N/A· v4
5.3 MEDIUM· v3
N/A· v2
Improper authorization in PushClientProvider of Samsung Push Service prior to version 3.4.10 allows attacker to access unique id.
1Qualcomm
220315 5g Iot Modem Firmware
9205 Lte Modem FirmwareAqt1000 Firmware+217 more
Aug 11, 2025
Nov 7, 2023
N/A· v4
7.8 HIGH· v3
N/A· v2
Cryptographic issue in HLOS during key management.
1Teamamaze
1Amaze File Utilities
Nov 21, 2024
Nov 3, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
Improper Authorization in GitHub repository teamamaze/amazefileutilities prior to 1.91.