OESA-2024-1879

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2024-1879
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2024-1879.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2024-1879
Upstream
Published
2024-07-19T11:08:35Z
Modified
2025-08-12T05:47:01.880397Z
Summary
openssl security update
Details

The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, fully featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL tookit and its related documentation.

Security Fix(es):

Issue summary: Calling the OpenSSL API function SSLselectnext_proto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer.

Impact summary: A buffer overread can have a range of potential consequences such as unexpected application beahviour or a crash. In particular this issue could result in up to 255 bytes of arbitrary private data from memory being sent to the peer leading to a loss of confidentiality. However, only applications that directly call the SSLselectnext_proto function with a 0 length list of supported client protocols are affected by this issue. This would normally never be a valid scenario and is typically not under attacker control but may occur by accident in the case of a configuration or programming error in the calling application.

The OpenSSL API function SSLselectnextproto is typically used by TLS applications that support ALPN (Application Layer Protocol Negotiation) or NPN (Next Protocol Negotiation). NPN is older, was never standardised and is deprecated in favour of ALPN. We believe that ALPN is significantly more widely deployed than NPN. The SSLselectnextproto function accepts a list of protocols from the server and a list of protocols from the client and returns the first protocol that appears in the server list that also appears in the client list. In the case of no overlap between the two lists it returns the first item in the client list. In either case it will signal whether an overlap between the two lists was found. In the case where SSLselectnext_proto is called with a zero length client list it fails to notice this condition and returns the memory immediately following the client list pointer (and reports that there was no overlap in the lists).

This function is typically called from a server side application callback for ALPN or a client side application callback for NPN. In the case of ALPN the list of protocols supplied by the client is guaranteed by libssl to never be zero in length. The list of server protocols comes from the application and should never normally be expected to be of zero length. In this case if the SSLselectnextproto function has been called as expected (with the list supplied by the client passed in the client/clientlen parameters), then the application will not be vulnerable to this issue. If the application has accidentally been configured with a zero length server list, and has accidentally passed that zero length server list in the client/client_len parameters, and has additionally failed to correctly handle a "no overlap" response (which would normally result in a handshake failure in ALPN) then it will be vulnerable to this problem.

In the case of NPN, the protocol permits the client to opportunistically select a protocol when there is no overlap. OpenSSL returns the first client protocol in the no overlap case in support of this. The list of client protocols comes from the application and should never normally be expected to be of zero length. However if the SSLselectnextproto function is accidentally called with a clientlen of 0 then an invalid memory pointer will be returned instead. If the application uses this output as the opportunistic protocol then the loss of confidentiality will occur.

This issue has been assessed as Low severity because applications are most likely to be vulnerable if they are using NPN instead of ALPN - but NPN is not widely used. It also requires an application configuration or programming error. Finally, this issue would not typically be under attacker control making active exploitation unlikely.

The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.

Due to the low severity of this issue we are not issuing new releases of OpenSSL at this time. The fix will be included in the next releases when they become available.(CVE-2024-5535)

Database specific
{
    "severity": "Medium"
}
References

Affected packages

openEuler:20.03-LTS-SP4 / openssl

Package

Name
openssl
Purl
pkg:rpm/openEuler/openssl&distro=openEuler-20.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.1f-35.oe2003sp4

Ecosystem specific

{
    "src": [
        "openssl-1.1.1f-35.oe2003sp4.src.rpm"
    ],
    "x86_64": [
        "openssl-1.1.1f-35.oe2003sp4.x86_64.rpm",
        "openssl-debuginfo-1.1.1f-35.oe2003sp4.x86_64.rpm",
        "openssl-debugsource-1.1.1f-35.oe2003sp4.x86_64.rpm",
        "openssl-devel-1.1.1f-35.oe2003sp4.x86_64.rpm",
        "openssl-libs-1.1.1f-35.oe2003sp4.x86_64.rpm"
    ],
    "aarch64": [
        "openssl-1.1.1f-35.oe2003sp4.aarch64.rpm",
        "openssl-debuginfo-1.1.1f-35.oe2003sp4.aarch64.rpm",
        "openssl-debugsource-1.1.1f-35.oe2003sp4.aarch64.rpm",
        "openssl-devel-1.1.1f-35.oe2003sp4.aarch64.rpm",
        "openssl-libs-1.1.1f-35.oe2003sp4.aarch64.rpm"
    ],
    "noarch": [
        "openssl-help-1.1.1f-35.oe2003sp4.noarch.rpm"
    ]
}

openEuler:24.03-LTS / openssl

Package

Name
openssl
Purl
pkg:rpm/openEuler/openssl&distro=openEuler-24.03-LTS

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.0.12-9.oe2403

Ecosystem specific

{
    "src": [
        "openssl-3.0.12-9.oe2403.src.rpm"
    ],
    "x86_64": [
        "openssl-3.0.12-9.oe2403.x86_64.rpm",
        "openssl-debuginfo-3.0.12-9.oe2403.x86_64.rpm",
        "openssl-debugsource-3.0.12-9.oe2403.x86_64.rpm",
        "openssl-devel-3.0.12-9.oe2403.x86_64.rpm",
        "openssl-libs-3.0.12-9.oe2403.x86_64.rpm",
        "openssl-perl-3.0.12-9.oe2403.x86_64.rpm"
    ],
    "aarch64": [
        "openssl-3.0.12-9.oe2403.aarch64.rpm",
        "openssl-debuginfo-3.0.12-9.oe2403.aarch64.rpm",
        "openssl-debugsource-3.0.12-9.oe2403.aarch64.rpm",
        "openssl-devel-3.0.12-9.oe2403.aarch64.rpm",
        "openssl-libs-3.0.12-9.oe2403.aarch64.rpm",
        "openssl-perl-3.0.12-9.oe2403.aarch64.rpm"
    ],
    "noarch": [
        "openssl-help-3.0.12-9.oe2403.noarch.rpm"
    ]
}

openEuler:22.03-LTS-SP4 / openssl

Package

Name
openssl
Purl
pkg:rpm/openEuler/openssl&distro=openEuler-22.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.1wa-8.oe2203sp4

Ecosystem specific

{
    "src": [
        "openssl-1.1.1wa-8.oe2203sp4.src.rpm"
    ],
    "x86_64": [
        "openssl-1.1.1wa-8.oe2203sp4.x86_64.rpm",
        "openssl-debuginfo-1.1.1wa-8.oe2203sp4.x86_64.rpm",
        "openssl-debugsource-1.1.1wa-8.oe2203sp4.x86_64.rpm",
        "openssl-devel-1.1.1wa-8.oe2203sp4.x86_64.rpm",
        "openssl-libs-1.1.1wa-8.oe2203sp4.x86_64.rpm",
        "openssl-perl-1.1.1wa-8.oe2203sp4.x86_64.rpm"
    ],
    "aarch64": [
        "openssl-1.1.1wa-8.oe2203sp4.aarch64.rpm",
        "openssl-debuginfo-1.1.1wa-8.oe2203sp4.aarch64.rpm",
        "openssl-debugsource-1.1.1wa-8.oe2203sp4.aarch64.rpm",
        "openssl-devel-1.1.1wa-8.oe2203sp4.aarch64.rpm",
        "openssl-libs-1.1.1wa-8.oe2203sp4.aarch64.rpm",
        "openssl-perl-1.1.1wa-8.oe2203sp4.aarch64.rpm"
    ],
    "noarch": [
        "openssl-help-1.1.1wa-8.oe2203sp4.noarch.rpm"
    ]
}

openEuler:22.03-LTS-SP1 / openssl

Package

Name
openssl
Purl
pkg:rpm/openEuler/openssl&distro=openEuler-22.03-LTS-SP1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.1m-37.oe2203sp1

Ecosystem specific

{
    "src": [
        "openssl-1.1.1m-37.oe2203sp1.src.rpm"
    ],
    "x86_64": [
        "openssl-1.1.1m-37.oe2203sp1.x86_64.rpm",
        "openssl-debuginfo-1.1.1m-37.oe2203sp1.x86_64.rpm",
        "openssl-debugsource-1.1.1m-37.oe2203sp1.x86_64.rpm",
        "openssl-devel-1.1.1m-37.oe2203sp1.x86_64.rpm",
        "openssl-libs-1.1.1m-37.oe2203sp1.x86_64.rpm",
        "openssl-perl-1.1.1m-37.oe2203sp1.x86_64.rpm"
    ],
    "aarch64": [
        "openssl-1.1.1m-37.oe2203sp1.aarch64.rpm",
        "openssl-debuginfo-1.1.1m-37.oe2203sp1.aarch64.rpm",
        "openssl-debugsource-1.1.1m-37.oe2203sp1.aarch64.rpm",
        "openssl-devel-1.1.1m-37.oe2203sp1.aarch64.rpm",
        "openssl-libs-1.1.1m-37.oe2203sp1.aarch64.rpm",
        "openssl-perl-1.1.1m-37.oe2203sp1.aarch64.rpm"
    ],
    "noarch": [
        "openssl-help-1.1.1m-37.oe2203sp1.noarch.rpm"
    ]
}

openEuler:22.03-LTS-SP3 / openssl

Package

Name
openssl
Purl
pkg:rpm/openEuler/openssl&distro=openEuler-22.03-LTS-SP3

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.1.1wa-8.oe2203sp3

Ecosystem specific

{
    "src": [
        "openssl-1.1.1wa-8.oe2203sp3.src.rpm"
    ],
    "x86_64": [
        "openssl-1.1.1wa-8.oe2203sp3.x86_64.rpm",
        "openssl-debuginfo-1.1.1wa-8.oe2203sp3.x86_64.rpm",
        "openssl-debugsource-1.1.1wa-8.oe2203sp3.x86_64.rpm",
        "openssl-devel-1.1.1wa-8.oe2203sp3.x86_64.rpm",
        "openssl-libs-1.1.1wa-8.oe2203sp3.x86_64.rpm",
        "openssl-perl-1.1.1wa-8.oe2203sp3.x86_64.rpm"
    ],
    "aarch64": [
        "openssl-1.1.1wa-8.oe2203sp3.aarch64.rpm",
        "openssl-debuginfo-1.1.1wa-8.oe2203sp3.aarch64.rpm",
        "openssl-debugsource-1.1.1wa-8.oe2203sp3.aarch64.rpm",
        "openssl-devel-1.1.1wa-8.oe2203sp3.aarch64.rpm",
        "openssl-libs-1.1.1wa-8.oe2203sp3.aarch64.rpm",
        "openssl-perl-1.1.1wa-8.oe2203sp3.aarch64.rpm"
    ],
    "noarch": [
        "openssl-help-1.1.1wa-8.oe2203sp3.noarch.rpm"
    ]
}