← Back
CWE-287

4,492 CVEs • Abstraction: Class • Likelihood of Exploit: High

Improper Authentication

When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

JSON object

Loading...

CVEs (4,492)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Openidentityplatform
1Openam
Jun 17, 2026
Jul 20, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
Open Access Management (OpenAM) is an access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security. OpenAM up to version 14.7.2 does not properly validat...Show more
Open Access Management (OpenAM) is an access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security. OpenAM up to version 14.7.2 does not properly validate the signature of SAML responses received as part of the SAMLv1.x Single Sign-On process. Attackers can use this fact to impersonate any OpenAM user, including the administrator, by sending a specially crafted SAML response to the SAMLPOSTProfileServlet servlet. This problem has been patched in OpenAM 14.7.3-SNAPSHOT and later. User unable to upgrade should comment servlet `SAMLPOSTProfileServlet` from their pom file. See the linked GHSA for details.Show less
1Geovision
1Gv Adr2701 Firmware
Jun 17, 2026
Jul 19, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
In GeoVision GV-ADR2701 cameras, an attacker could edit the login response to access the web application.
1Ibm
1Cloud Pak For Data
Jun 17, 2026
Jul 19, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
IBM Planning Analytics Cartridge for Cloud Pak for Data 4.0 connects to a CouchDB server. An attacker can exploit an insecure password policy to the CouchDB server and collect sensitive information from the database. IB...Show more
IBM Planning Analytics Cartridge for Cloud Pak for Data 4.0 connects to a CouchDB server. An attacker can exploit an insecure password policy to the CouchDB server and collect sensitive information from the database. IBM X-Force ID: 247905.Show less
1Miniorange
1Oauth Single Sign On
Jun 17, 2026
Jul 18, 2023
N/A· v4
8.8 HIGH· v3
N/A· v2
Improper Authentication vulnerability in miniOrange OAuth Single Sign On – SSO (OAuth Client) plugin allows Authentication Bypass.This issue affects OAuth Single Sign On – SSO (OAuth Client): from n/a through 6.23.3.
1Icewhale
1Casaos
Jun 17, 2026
Jul 17, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
CasaOS is an open-source Personal Cloud system. Unauthenticated attackers can craft arbitrary JWTs and access features that usually require authentication and execute arbitrary commands as `root` on CasaOS instances. Thi...Show more
CasaOS is an open-source Personal Cloud system. Unauthenticated attackers can craft arbitrary JWTs and access features that usually require authentication and execute arbitrary commands as `root` on CasaOS instances. This problem was addressed by improving the validation of JWTs in commit `705bf1f`. This patch is part of CasaOS 0.4.4. Users should upgrade to CasaOS 0.4.4. If they can't, they should temporarily restrict access to CasaOS to untrusted users, for instance by not exposing it publicly.Show less
1Mattermost
1Mattermost Server
Jun 17, 2026
Jul 17, 2023
N/A· v4
8.2 HIGH· v3
N/A· v2
Mattermost fails to invalidate previously generated password reset tokens when a new reset token was created.
1Olivaekspertiz
1Oliva Ekspertiz
Jun 17, 2026
Jul 17, 2023
N/A· v4
7.5 HIGH· v3
N/A· v2
Authentication Bypass by Primary Weakness vulnerability in Oliva Expertise Oliva Expertise EKS allows Collect Data as Provided by Users. This issue affects Oliva Expertise EKS: before 1.2.
1Ibm
3Robotic Process Automation
Robotic Process Automation As A ServiceRobotic Process Automation For Cloud Pak
Jun 17, 2026
Jul 17, 2023
N/A· v4
5.3 MEDIUM· v3
N/A· v2
IBM Robotic Process Automation 21.0.0 through 21.0.7.6 and 23.0.0 through 23.0.6 is vulnerable to client side validation bypass which could allow invalid changes or values in some fields. IBM X-Force ID: 259380.
1Warpgate Project
1Warpgate
Jun 17, 2026
Jul 14, 2023
N/A· v4
8.8 HIGH· v3
N/A· v2
Warpgate is an SSH, HTTPS and MySQL bastion host for Linux that doesn't need special client apps. When logging in as a user with SSO enabled an attacker may authenticate as an other user. Any user account which does not...Show more
Warpgate is an SSH, HTTPS and MySQL bastion host for Linux that doesn't need special client apps. When logging in as a user with SSO enabled an attacker may authenticate as an other user. Any user account which does not have a second factor enabled could be compromised. This issue has been addressed in commit `8173f6512a` and in releases starting with version 0.7.3. Users are advised to upgrade. Users unable to upgrade should require their users to use a second factor in authentication.Show less
1Discourse
1Discourse
Jun 17, 2026
Jul 14, 2023
N/A· v4
4.3 MEDIUM· v3
N/A· v2
Discourse is an open source discussion platform. When editing a topic, there is a vulnerability that enables a user to bypass the topic title validations for things like title length, number of emojis in title and blank...Show more
Discourse is an open source discussion platform. When editing a topic, there is a vulnerability that enables a user to bypass the topic title validations for things like title length, number of emojis in title and blank topic titles. The issue is patched in the latest stable, beta and tests-passed version of Discourse. Show less
2Netapp
Openssl
3Management Services For Element Software And Netapp Hci
Ontap Select Deploy Administration UtilityOpenssl
Jun 17, 2026
Jul 14, 2023
N/A· v4
5.3 MEDIUM· v3
N/A· v2
Issue summary: The AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries which are unauthenticated as a consequence. Impact summary: Applications that use the AES-SIV algori...Show more
Issue summary: The AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries which are unauthenticated as a consequence. Impact summary: Applications that use the AES-SIV algorithm and want to authenticate empty data entries as associated data can be misled by removing, adding or reordering such empty entries as these are ignored by the OpenSSL implementation. We are currently unaware of any such applications. The AES-SIV algorithm allows for authentication of multiple associated data entries along with the encryption. To authenticate empty data the application has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with NULL pointer as the output buffer and 0 as the input buffer length. The AES-SIV implementation in OpenSSL just returns success for such a call instead of performing the associated data authentication operation. The empty data thus will not be authenticated. As this issue does not affect non-empty associated data authentication and we expect it to be rare for an application to use empty associated data entries this is qualified as Low severity issue.Show less
1Bd
1Alaris 8015 Pcu Firmware
Jun 17, 2026
Jul 13, 2023
N/A· v4
6.8 MEDIUM· v3
N/A· v2
The configuration from the PCU can be modified without authentication using physical connection to the PCU.
1Bd
1Alaris 8015 Pcu Firmware
Jun 17, 2026
Jul 13, 2023
N/A· v4
5.7 MEDIUM· v3
N/A· v2
The firmware update package for the wireless card is not properly signed and can be modified.
1Sonicwall
2Analytics
Global Management System
Jun 17, 2026
Jul 13, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
SonicWall GMS and Analytics CAS Web Services application use static values for authentication without proper checks leading to authentication bypass vulnerability. This issue affects GMS: 9.3.2-SP1 and earlier versions;...Show more
SonicWall GMS and Analytics CAS Web Services application use static values for authentication without proper checks leading to authentication bypass vulnerability. This issue affects GMS: 9.3.2-SP1 and earlier versions; Analytics: 2.5.0.4-R7 and earlier versions. Show less
1Sonicwall
2Analytics
Global Management System
Jun 17, 2026
Jul 13, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
The authentication mechanism in SonicWall GMS and Analytics Web Services had insufficient checks, allowing authentication bypass. This issue affects GMS: 9.3.2-SP1 and earlier versions; Analytics: 2.5.0.4-R7 and earlier...Show more
The authentication mechanism in SonicWall GMS and Analytics Web Services had insufficient checks, allowing authentication bypass. This issue affects GMS: 9.3.2-SP1 and earlier versions; Analytics: 2.5.0.4-R7 and earlier versions.Show less
1Voltronicpower
1Snmp Web Pro
Jun 17, 2026
Jul 12, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
The authentication mechanism in PowerShield SNMP Web Pro 1.1 contains a vulnerability that allows unauthenticated users to directly access Common Gateway Interface (CGI) scripts without proper identification or authoriza...Show more
The authentication mechanism in PowerShield SNMP Web Pro 1.1 contains a vulnerability that allows unauthenticated users to directly access Common Gateway Interface (CGI) scripts without proper identification or authorization. This vulnerability arises from a lack of proper cookie verification and affects all instances of SNMP Web Pro 1.1 without HTTP Digest authentication enabled, regardless of the password used for the web interface.Show less
1Apache
1Pulsar
Jun 17, 2026
Jul 12, 2023
N/A· v4
6.5 MEDIUM· v3
N/A· v2
Improper Authentication vulnerability in Apache Software Foundation Apache Pulsar Broker allows a client to stay connected to a broker after authentication data expires if the client connected through the Pulsar Proxy wh...Show more
Improper Authentication vulnerability in Apache Software Foundation Apache Pulsar Broker allows a client to stay connected to a broker after authentication data expires if the client connected through the Pulsar Proxy when the broker is configured with authenticateOriginalAuthData=false or if a client connects directly to a broker with a specially crafted connect command when the broker is configured with authenticateOriginalAuthData=false. This issue affects Apache Pulsar: through 2.9.4, from 2.10.0 through 2.10.3, 2.11.0. 2.9 Pulsar Broker users should upgrade to at least 2.9.5. 2.10 Pulsar Broker users should upgrade to at least 2.10.4. 2.11 Pulsar Broker users should upgrade to at least 2.11.1. 3.0 Pulsar Broker users are unaffected. Any users running the Pulsar Broker for 2.8.* and earlier should upgrade to one of the above patched versions. Show less
1Johnsoncontrols
4Edge G2 Firmware
Istar Ultra FirmwareIstar Ultra G2 Firmware+1 more
Jun 17, 2026
Jul 11, 2023
N/A· v4
9.8 CRITICAL· v3
N/A· v2
An unauthenticated user could log into iSTAR Ultra, iSTAR Ultra LT, iSTAR Ultra G2, and iSTAR Edge G2 with administrator rights.
1Bluemark
1Dronescout Ds230 Firmware
Jun 17, 2026
Jul 11, 2023
N/A· v4
8.1 HIGH· v3
N/A· v2
DroneScout ds230 Remote ID receiver from BlueMark Innovations is affected by an Improper Authentication vulnerability during the firmware update procedure. Specifically, the firmware update procedure ignores and does no...Show more
DroneScout ds230 Remote ID receiver from BlueMark Innovations is affected by an Improper Authentication vulnerability during the firmware update procedure. Specifically, the firmware update procedure ignores and does not check the validity of the TLS certificate of the HTTPS endpoint from which the firmware update package (.tar.bz2 file) is downloaded. An attacker with the ability to put himself in a Man-in-the-Middle situation (e.g., DNS poisoning, ARP poisoning, control of a node on the route to the endpoint, etc.) can trick the DroneScout ds230 to install a crafted malicious firmware update containing arbitrary files (e.g., executable and configuration) and gain administrative (root) privileges on the underlying Linux operating system. This issue affects DroneScout ds230 firmware from version 20211210-1627 through 20230329-1042.Show less
1Samsung
1Pass
Jun 17, 2026
Jul 6, 2023
N/A· v4
5.5 MEDIUM· v3
N/A· v2
Improper authentication in Samsung Pass prior to version 4.2.03.1 allows local attacker to access stored account information when Samsung Wallet is not installed.