CWE-287
DiscouragedImproper Authentication
Abstraction: Class · Status: Draft
When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.
5966 vulnerabilities reference this CWE, most recent first.
GHSA-M6Q8-J665-F2QG
Vulnerability from github – Published: 2026-07-11 00:31 – Updated: 2026-07-13 21:31vulnerability in Drupal Clean RESTful allows . This issue affects Clean RESTful versions: ..
{
"affected": [],
"aliases": [
"CVE-2026-15087"
],
"database_specific": {
"cwe_ids": [
"CWE-287"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-07-10T23:16:47Z",
"severity": "MODERATE"
},
"details": "vulnerability in Drupal Clean RESTful allows . This issue affects Clean RESTful versions: *.*.",
"id": "GHSA-m6q8-j665-f2qg",
"modified": "2026-07-13T21:31:19Z",
"published": "2026-07-11T00:31:50Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15087"
},
{
"type": "WEB",
"url": "https://www.drupal.org/sa-contrib-2026-078"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N",
"type": "CVSS_V3"
}
]
}
GHSA-M6W7-MV92-9WRC
Vulnerability from github – Published: 2022-05-17 01:35 – Updated: 2022-05-17 01:35IBM Rational Requirements Composer before 4.0.4 does not properly perform authentication, which has unspecified impact and remote attack vectors.
{
"affected": [],
"aliases": [
"CVE-2013-3039"
],
"database_specific": {
"cwe_ids": [
"CWE-287"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2013-09-12T13:28:00Z",
"severity": "MODERATE"
},
"details": "IBM Rational Requirements Composer before 4.0.4 does not properly perform authentication, which has unspecified impact and remote attack vectors.",
"id": "GHSA-m6w7-mv92-9wrc",
"modified": "2022-05-17T01:35:17Z",
"published": "2022-05-17T01:35:17Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2013-3039"
},
{
"type": "WEB",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/84709"
},
{
"type": "WEB",
"url": "http://www-01.ibm.com/support/docview.wss?uid=swg21645927"
}
],
"schema_version": "1.4.0",
"severity": []
}
GHSA-M6XF-X3PM-6FFW
Vulnerability from github – Published: 2022-05-24 17:28 – Updated: 2022-05-24 17:28Privilege Escalation vulnerability in McAfee Web Gateway (MWG) prior to 9.2.1 allows authenticated user interface user to delete or download protected files via improper access controls in the REST interface.
{
"affected": [],
"aliases": [
"CVE-2020-7294"
],
"database_specific": {
"cwe_ids": [
"CWE-287"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2020-09-15T23:15:00Z",
"severity": "MODERATE"
},
"details": "Privilege Escalation vulnerability in McAfee Web Gateway (MWG) prior to 9.2.1 allows authenticated user interface user to delete or download protected files via improper access controls in the REST interface.",
"id": "GHSA-m6xf-x3pm-6ffw",
"modified": "2022-05-24T17:28:30Z",
"published": "2022-05-24T17:28:30Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7294"
},
{
"type": "WEB",
"url": "https://kc.mcafee.com/corporate/index?page=content\u0026id=SB10323"
}
],
"schema_version": "1.4.0",
"severity": []
}
GHSA-M738-3RC4-5XV3
Vulnerability from github – Published: 2021-07-02 19:19 – Updated: 2021-07-02 16:44Impact
The script service method used to reset the authentication failures record can be executed by any user with Script rights and does not require Programming rights as it should have. Note that being able to reset the authentication failure record mean that an attacker with script right might use it to try performing a bruteforce attack since she'd been able to virtually deactivate the mechanism introduced to mitigate those attacks.
Patches
The problem has been patched in version 12.6.8, 12.10.4 and 13.0.
Workarounds
There's no workaround besides upgrading and being careful on which user should have Script right access. Note that any bruteforce attack on the authentication should be visible in the logs since the authentication failures are logged.
References
https://jira.xwiki.org/browse/XWIKI-18276
For more information
If you have any questions or comments about this advisory: * Open an issue in Jira * Email us at the security mailing-list
{
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.xwiki.platform:xwiki-platform-security-authentication-script"
},
"ranges": [
{
"events": [
{
"introduced": "11.6"
},
{
"fixed": "12.6.8"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.xwiki.platform:xwiki-platform-security-authentication-script"
},
"ranges": [
{
"events": [
{
"introduced": "12.7"
},
{
"fixed": "12.10.4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2021-32729"
],
"database_specific": {
"cwe_ids": [
"CWE-287",
"CWE-693",
"CWE-732"
],
"github_reviewed": true,
"github_reviewed_at": "2021-07-02T16:44:24Z",
"nvd_published_at": "2021-07-01T17:15:00Z",
"severity": "LOW"
},
"details": "### Impact\nThe script service method used to reset the authentication failures record can be executed by any user with Script rights and does not require Programming rights as it should have.\nNote that being able to reset the authentication failure record mean that an attacker with script right might use it to try performing a bruteforce attack since she\u0027d been able to virtually deactivate the mechanism introduced to mitigate those attacks.\n\n### Patches\nThe problem has been patched in version 12.6.8, 12.10.4 and 13.0.\n\n### Workarounds\nThere\u0027s no workaround besides upgrading and being careful on which user should have Script right access. Note that any bruteforce attack on the authentication should be visible in the logs since the authentication failures are logged.\n\n### References\nhttps://jira.xwiki.org/browse/XWIKI-18276\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Jira](http://jira.xwiki.org)\n* Email us at [the security mailing-list](mailto:security@xwiki.org)\n",
"id": "GHSA-m738-3rc4-5xv3",
"modified": "2021-07-02T16:44:24Z",
"published": "2021-07-02T19:19:31Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-m738-3rc4-5xv3"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-32729"
},
{
"type": "WEB",
"url": "https://jira.xwiki.org/browse/XWIKI-18276"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:N",
"type": "CVSS_V3"
}
],
"summary": "A user without PR can reset user authentication failures information"
}
GHSA-M77C-32JR-GFQQ
Vulnerability from github – Published: 2022-05-14 02:42 – Updated: 2025-04-11 03:41The default configuration of Pandora FMS 3.1 and earlier specifies an empty string for the loginhash_pwd field, which allows remote attackers to bypass authentication by sending a request to index.php with "admin" in the loginhash_user parameter, in conjunction with the md5 hash of "admin" in the loginhash_data parameter.
{
"affected": [],
"aliases": [
"CVE-2010-4279"
],
"database_specific": {
"cwe_ids": [
"CWE-287"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2010-12-02T17:15:00Z",
"severity": "HIGH"
},
"details": "The default configuration of Pandora FMS 3.1 and earlier specifies an empty string for the loginhash_pwd field, which allows remote attackers to bypass authentication by sending a request to index.php with \"admin\" in the loginhash_user parameter, in conjunction with the md5 hash of \"admin\" in the loginhash_data parameter.",
"id": "GHSA-m77c-32jr-gfqq",
"modified": "2025-04-11T03:41:31Z",
"published": "2022-05-14T02:42:24Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2010-4279"
},
{
"type": "WEB",
"url": "https://www.exploit-db.com/exploits/35731"
},
{
"type": "WEB",
"url": "http://osvdb.org/69549"
},
{
"type": "WEB",
"url": "http://packetstormsecurity.com/files/129830/Pandora-3.1-Auth-Bypass-Arbitrary-File-Upload.html"
},
{
"type": "WEB",
"url": "http://seclists.org/fulldisclosure/2010/Nov/326"
},
{
"type": "WEB",
"url": "http://secunia.com/advisories/42347"
},
{
"type": "WEB",
"url": "http://sourceforge.net/projects/pandora/files/Pandora%20FMS%203.1/Final%20version%20%28Stable%29/pandorafms_console-3.1_security_patch_13Oct2010.tar.gz/download"
},
{
"type": "WEB",
"url": "http://www.exploit-db.com/exploits/15639"
},
{
"type": "WEB",
"url": "http://www.securityfocus.com/archive/1/514939/100/0/threaded"
},
{
"type": "WEB",
"url": "http://www.securityfocus.com/bid/45112"
}
],
"schema_version": "1.4.0",
"severity": []
}
GHSA-M79X-FPGM-VGR7
Vulnerability from github – Published: 2023-10-12 21:30 – Updated: 2025-11-03 21:30BeyondTrust Privileged Remote Access (PRA) versions 22.2.x to 22.4.x are vulnerable to a local authentication bypass. Attackers can exploit a flawed secret verification process in the BYOT shell jump sessions, allowing unauthorized access to jump items by guessing only the first character of the secret.
{
"affected": [],
"aliases": [
"CVE-2023-23632"
],
"database_specific": {
"cwe_ids": [
"CWE-287"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2023-10-12T20:15:12Z",
"severity": "HIGH"
},
"details": "BeyondTrust Privileged Remote Access (PRA) versions 22.2.x to 22.4.x are vulnerable to a local authentication bypass. Attackers can exploit a flawed secret verification process in the BYOT shell jump sessions, allowing unauthorized access to jump items by guessing only the first character of the secret.",
"id": "GHSA-m79x-fpgm-vgr7",
"modified": "2025-11-03T21:30:55Z",
"published": "2023-10-12T21:30:58Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-23632"
},
{
"type": "WEB",
"url": "https://www.compass-security.com/fileadmin/Research/Advisories/2023_03_CSNC-2022-018_PRA_Privilege_Escalation.txt"
},
{
"type": "WEB",
"url": "http://seclists.org/fulldisclosure/2025/May/1"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
GHSA-M7C9-5C5M-JQ4Q
Vulnerability from github – Published: 2022-08-23 00:00 – Updated: 2022-08-24 00:00Authentication Bypass vulnerability in miniOrange OAuth 2.0 client for SSO plugin <= 1.11.3 at WordPress.
{
"affected": [],
"aliases": [
"CVE-2022-34858"
],
"database_specific": {
"cwe_ids": [
"CWE-269",
"CWE-287",
"CWE-306"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2022-08-22T15:15:00Z",
"severity": "CRITICAL"
},
"details": "Authentication Bypass vulnerability in miniOrange OAuth 2.0 client for SSO plugin \u003c= 1.11.3 at WordPress.",
"id": "GHSA-m7c9-5c5m-jq4q",
"modified": "2022-08-24T00:00:29Z",
"published": "2022-08-23T00:00:18Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-34858"
},
{
"type": "WEB",
"url": "https://lana.codes/lanavdb/df23b19f-4134-41d3-8cb3-9d44189b461b?_s_id=cve"
},
{
"type": "WEB",
"url": "https://patchstack.com/database/vulnerability/oauth-client/wordpress-oauth-2-0-client-for-sso-plugin-1-11-3-authentication-bypass-vulnerability"
},
{
"type": "WEB",
"url": "https://patchstack.com/database/vulnerability/oauth-client/wordpress-oauth-2-0-client-for-sso-plugin-1-11-3-authentication-bypass-vulnerability?_s_id=cve"
},
{
"type": "WEB",
"url": "https://wordpress.org/plugins/oauth-client/#developers"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
GHSA-M7FH-9PV8-FWC2
Vulnerability from github – Published: 2022-05-13 01:36 – Updated: 2022-05-13 01:36It was found that dropbear before version 2013.59 with GSSAPI leaks whether given username is valid or invalid. When an invalid username is given, the GSSAPI authentication failure was incorrectly counted towards the maximum allowed number of password attempts.
{
"affected": [],
"aliases": [
"CVE-2017-2659"
],
"database_specific": {
"cwe_ids": [
"CWE-287"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2019-03-21T15:59:00Z",
"severity": "HIGH"
},
"details": "It was found that dropbear before version 2013.59 with GSSAPI leaks whether given username is valid or invalid. When an invalid username is given, the GSSAPI authentication failure was incorrectly counted towards the maximum allowed number of password attempts.",
"id": "GHSA-m7fh-9pv8-fwc2",
"modified": "2022-05-13T01:36:51Z",
"published": "2022-05-13T01:36:51Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-2659"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-2659"
},
{
"type": "WEB",
"url": "https://secure.ucc.asn.au/hg/dropbear/rev/d7784616409a#l1.86"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
}
]
}
GHSA-M7GH-VQF9-M6JW
Vulnerability from github – Published: 2022-05-17 05:27 – Updated: 2022-05-17 05:27AirDroid 1.0.4 beta implements authentication through direct transmission of a password hash over HTTP, which makes it easier for remote attackers to obtain access by sniffing the local wireless network and then replaying the authentication data.
{
"affected": [],
"aliases": [
"CVE-2012-3884"
],
"database_specific": {
"cwe_ids": [
"CWE-287"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2012-07-26T22:55:00Z",
"severity": "MODERATE"
},
"details": "AirDroid 1.0.4 beta implements authentication through direct transmission of a password hash over HTTP, which makes it easier for remote attackers to obtain access by sniffing the local wireless network and then replaying the authentication data.",
"id": "GHSA-m7gh-vqf9-m6jw",
"modified": "2022-05-17T05:27:38Z",
"published": "2022-05-17T05:27:38Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2012-3884"
},
{
"type": "WEB",
"url": "http://archives.neohapsis.com/archives/bugtraq/2012-07/0087.html"
},
{
"type": "WEB",
"url": "http://www.tele-consulting.com/advisories/TC-SA-2012-02.txt"
}
],
"schema_version": "1.4.0",
"severity": []
}
GHSA-M7GV-V8XX-V47W
Vulnerability from github – Published: 2022-11-04 18:58 – Updated: 2022-11-08 15:17Impact
Even if a wiki has an OpenID provider configured through its xwiki.properties, it is possible to provide a third party provider by providing its details through request parameters. One can then bypass the XWiki authentication altogether by specifying its own provider through the oidc.endpoint.* request parameters (or by using an XWiki-based OpenID provider with oidc.xwikiprovider.
With the same approach, one could also provide a specific group mapping through oidc.groups.mapping that would make his user automatically part of the XWikiAdminGroup
Patches
Patched in version 1.29.1.
Workarounds
There is no workaround, an upgrade of the authenticator is required.
References
https://jira.xwiki.org/browse/OIDC-118
For more information
If you have any questions or comments about this advisory:
- Open an issue in Jira XWiki
- Email us at our security mailing list
{
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.xwiki.contrib.oidc:oidc-authenticator"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.29.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2022-39387"
],
"database_specific": {
"cwe_ids": [
"CWE-287"
],
"github_reviewed": true,
"github_reviewed_at": "2022-11-04T18:58:46Z",
"nvd_published_at": "2022-11-04T19:15:00Z",
"severity": "CRITICAL"
},
"details": "### Impact\n\nEven if a wiki has an OpenID provider configured through its xwiki.properties, it is possible to provide a third party provider by providing its details through request parameters. One can then bypass the XWiki authentication altogether by specifying its own provider through the oidc.endpoint.* request parameters (or by using an XWiki-based OpenID provider with oidc.xwikiprovider.\n\nWith the same approach, one could also provide a specific group mapping through oidc.groups.mapping that would make his user automatically part of the XWikiAdminGroup\n\n### Patches\n\nPatched in version 1.29.1.\n\n### Workarounds\n\nThere is no workaround, an upgrade of the authenticator is required.\n\n### References\n\nhttps://jira.xwiki.org/browse/OIDC-118\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\n* Open an issue in Jira XWiki\n* Email us at our security mailing list\n\n",
"id": "GHSA-m7gv-v8xx-v47w",
"modified": "2022-11-08T15:17:36Z",
"published": "2022-11-04T18:58:46Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/xwiki-contrib/oidc/security/advisories/GHSA-m7gv-v8xx-v47w"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39387"
},
{
"type": "WEB",
"url": "https://github.com/xwiki-contrib/oidc/commit/0247af1417925b9734ab106ad7cd934ee870ac89"
},
{
"type": "PACKAGE",
"url": "https://github.com/xwiki-contrib/oidc"
},
{
"type": "WEB",
"url": "https://jira.xwiki.org/browse/OIDC-118"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "XWiki OIDC Authenticator vulnerable to bypassing OpenID login by providing a custom provider"
}
Mitigation
Strategy: Libraries or Frameworks
Use an authentication framework or library such as the OWASP ESAPI Authentication feature.
CAPEC-114: Authentication Abuse
An attacker obtains unauthorized access to an application, service or device either through knowledge of the inherent weaknesses of an authentication mechanism, or by exploiting a flaw in the authentication scheme's implementation. In such an attack an authentication mechanism is functioning but a carefully controlled sequence of events causes the mechanism to grant access to the attacker.
CAPEC-115: Authentication Bypass
An attacker gains access to application, service, or device with the privileges of an authorized or privileged user by evading or circumventing an authentication mechanism. The attacker is therefore able to access protected data without authentication ever having taken place.
CAPEC-151: Identity Spoofing
Identity Spoofing refers to the action of assuming (i.e., taking on) the identity of some other entity (human or non-human) and then using that identity to accomplish a goal. An adversary may craft messages that appear to come from a different principle or use stolen / spoofed authentication credentials.
CAPEC-194: Fake the Source of Data
An adversary takes advantage of improper authentication to provide data or services under a falsified identity. The purpose of using the falsified identity may be to prevent traceability of the provided data or to assume the rights granted to another individual. One of the simplest forms of this attack would be the creation of an email message with a modified "From" field in order to appear that the message was sent from someone other than the actual sender. The root of the attack (in this case the email system) fails to properly authenticate the source and this results in the reader incorrectly performing the instructed action. Results of the attack vary depending on the details of the attack, but common results include privilege escalation, obfuscation of other attacks, and data corruption/manipulation.
CAPEC-22: Exploiting Trust in Client
An attack of this type exploits vulnerabilities in client/server communication channel authentication and data integrity. It leverages the implicit trust a server places in the client, or more importantly, that which the server believes is the client. An attacker executes this type of attack by communicating directly with the server where the server believes it is communicating only with a valid client. There are numerous variations of this type of attack.
CAPEC-57: Utilizing REST's Trust in the System Resource to Obtain Sensitive Data
This attack utilizes a REST(REpresentational State Transfer)-style applications' trust in the system resources and environment to obtain sensitive data once SSL is terminated.
CAPEC-593: Session Hijacking
This type of attack involves an adversary that exploits weaknesses in an application's use of sessions in performing authentication. The adversary is able to steal or manipulate an active session and use it to gain unathorized access to the application.
CAPEC-633: Token Impersonation
An adversary exploits a weakness in authentication to create an access token (or equivalent) that impersonates a different entity, and then associates a process/thread to that that impersonated token. This action causes a downstream user to make a decision or take action that is based on the assumed identity, and not the response that blocks the adversary.
CAPEC-650: Upload a Web Shell to a Web Server
By exploiting insufficient permissions, it is possible to upload a web shell to a web server in such a way that it can be executed remotely. This shell can have various capabilities, thereby acting as a "gateway" to the underlying web server. The shell might execute at the higher permission level of the web server, providing the ability the execute malicious code at elevated levels.
CAPEC-94: Adversary in the Middle (AiTM)
An adversary targets the communication between two components (typically client and server), in order to alter or obtain data from transactions. A general approach entails the adversary placing themself within the communication channel between the two components.