Lucene search

K
cve[email protected]CVE-2023-48703
HistoryMar 06, 2024 - 8:15 p.m.

CVE-2023-48703

2024-03-0620:15:47
CWE-287
web.nvd.nist.gov
27
robotsandpencils
go-saml
saml
authentication bypass
vulnerability
xmlsec1
saml library
rsa key
security
cve-2023-48703

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

7.7 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

9.1%

RobotsAndPencils go-saml, a SAML client library written in Go, contains an authentication bypass vulnerability in all known versions. This is due to how the xmlsec1 command line tool is called internally to verify the signature of SAML assertions. When xmlsec1 is used without defining the enabled key data, the origin of the public key for the signature verification is, unfortunately, not restricted. That means an attacker can sign the SAML assertions themselves and provide the required public key (e.g. an RSA key) directly embedded in the SAML token. Projects still using RobotsAndPencils/go-saml should move to another SAML library or alternatively remove support for SAML from their projects. The vulnerability can likely temporarily be fixed by forking the go-saml project and adding the command line argument --enabled-key-data and specifying a value such as x509 or raw-x509-cert when calling the xmlsec1 binary in the verify function. Please note that this workaround must be carefully tested before it can be used.

Affected configurations

Vulners
Node
robotsandpencilsgo-samlRange0.0.0-20230606195814-29020529affc
VendorProductVersionCPE
robotsandpencilsgo\-saml*cpe:2.3:a:robotsandpencils:go\-saml:*:*:*:*:*:*:*:*

CNA Affected

[
  {
    "vendor": "RobotsAndPencils",
    "product": "go-saml",
    "versions": [
      {
        "version": "<= 0.0.0-20230606195814-29020529affc",
        "status": "affected"
      }
    ]
  }
]

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

HIGH

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

7.7 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

9.1%

Related for CVE-2023-48703