Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-mm8w-472m-puea
Summary
POLY1305 MAC implementation corrupts XMM registers on Windows
Issue summary: The POLY1305 MAC (message authentication code) implementation
contains a bug that might corrupt the internal state of applications on the
Windows 64 platform when running on newer X86_64 processors supporting the
AVX512-IFMA instructions.

Impact summary: If in an application that uses the OpenSSL library an attacker
can influence whether the POLY1305 MAC algorithm is used, the application
state might be corrupted with various application dependent consequences.

The POLY1305 MAC (message authentication code) implementation in OpenSSL does
not save the contents of non-volatile XMM registers on Windows 64 platform
when calculating the MAC of data larger than 64 bytes. Before returning to
the caller all the XMM registers are set to zero rather than restoring their
previous content. The vulnerable code is used only on newer x86_64 processors
supporting the AVX512-IFMA instructions.

The consequences of this kind of internal application state corruption can
be various - from no consequences, if the calling application does not
depend on the contents of non-volatile XMM registers at all, to the worst
consequences, where the attacker could get complete control of the application
process. However given the contents of the registers are just zeroized so
the attacker cannot put arbitrary values inside, the most likely consequence,
if any, would be an incorrect result of some application dependent
calculations or a crash leading to a denial of service.

The POLY1305 MAC algorithm is most frequently used as part of the
CHACHA20-POLY1305 AEAD (authenticated encryption with associated data)
algorithm. The most common usage of this AEAD cipher is with TLS protocol
versions 1.2 and 1.3 and a malicious client can influence whether this AEAD
cipher is used by the server. This implies that server applications using
OpenSSL can be potentially impacted. However we are currently not aware of
any concrete application that would be affected by this issue therefore we
consider this a Low severity security issue.

As a workaround the AVX512-IFMA instructions support can be disabled at
runtime by setting the environment variable OPENSSL_ia32cap:

  OPENSSL_ia32cap=:~0x200000

The FIPS provider is not affected by this issue.
Aliases
0
alias CVE-2023-4807
Fixed_packages
0
url pkg:conan/openssl@1.1.1w
purl pkg:conan/openssl@1.1.1w
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:conan/openssl@1.1.1w
Affected_packages
0
url pkg:conan/openssl@1.1.1
purl pkg:conan/openssl@1.1.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1hgm-58xg-r7bt
1
vulnerability VCID-3g6n-ujyv-jub3
2
vulnerability VCID-8q7w-7je3-zkgt
3
vulnerability VCID-as38-bfar-q3hh
4
vulnerability VCID-erdm-7pfg-e7hc
5
vulnerability VCID-gj2m-z5b6-6yf2
6
vulnerability VCID-ju5y-bakm-mqd8
7
vulnerability VCID-mm8w-472m-puea
8
vulnerability VCID-mnkq-e45g-fyfw
9
vulnerability VCID-n1r2-zqmn-2ufh
10
vulnerability VCID-taas-512g-jfdw
11
vulnerability VCID-ts7c-u8g2-rqa4
12
vulnerability VCID-uw52-vah8-uqda
13
vulnerability VCID-w1qj-n768-hbar
resource_url http://public2.vulnerablecode.io/packages/pkg:conan/openssl@1.1.1
1
url pkg:conan/openssl@3.0.0
purl pkg:conan/openssl@3.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1hgm-58xg-r7bt
1
vulnerability VCID-1yjs-f4gq-h7ht
2
vulnerability VCID-3g6n-ujyv-jub3
3
vulnerability VCID-5a2a-trbk-fkfg
4
vulnerability VCID-5rhg-tvzd-h7es
5
vulnerability VCID-86j5-ag2t-2qhj
6
vulnerability VCID-8q7w-7je3-zkgt
7
vulnerability VCID-97cm-wmq1-gkfd
8
vulnerability VCID-as38-bfar-q3hh
9
vulnerability VCID-erdm-7pfg-e7hc
10
vulnerability VCID-f2np-fk61-nbh1
11
vulnerability VCID-gj2m-z5b6-6yf2
12
vulnerability VCID-ju5y-bakm-mqd8
13
vulnerability VCID-m7sy-6spe-6yau
14
vulnerability VCID-mm8w-472m-puea
15
vulnerability VCID-mnkq-e45g-fyfw
16
vulnerability VCID-nqu1-ffyz-wubt
17
vulnerability VCID-nx5k-32hq-yuh4
18
vulnerability VCID-s6rb-rb8j-yfc6
19
vulnerability VCID-sd2f-6nk6-dua6
20
vulnerability VCID-se2f-3x6g-7uc6
21
vulnerability VCID-taas-512g-jfdw
22
vulnerability VCID-tjhj-1wc7-rych
23
vulnerability VCID-ts7c-u8g2-rqa4
24
vulnerability VCID-vyxk-cz2r-ffgf
25
vulnerability VCID-w1qj-n768-hbar
26
vulnerability VCID-yhn2-ctzh-ducy
resource_url http://public2.vulnerablecode.io/packages/pkg:conan/openssl@3.0.0
2
url pkg:conan/openssl@3.1.0
purl pkg:conan/openssl@3.1.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-3g6n-ujyv-jub3
1
vulnerability VCID-5rhg-tvzd-h7es
2
vulnerability VCID-8q7w-7je3-zkgt
3
vulnerability VCID-as38-bfar-q3hh
4
vulnerability VCID-m7sy-6spe-6yau
5
vulnerability VCID-mm8w-472m-puea
6
vulnerability VCID-mnkq-e45g-fyfw
7
vulnerability VCID-nx5k-32hq-yuh4
8
vulnerability VCID-sd2f-6nk6-dua6
9
vulnerability VCID-vyxk-cz2r-ffgf
10
vulnerability VCID-w1qj-n768-hbar
resource_url http://public2.vulnerablecode.io/packages/pkg:conan/openssl@3.1.0
References
0
reference_url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5
reference_id
reference_type
scores
url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=4bfac4471f53c4f74c8d81020beb938f92d84ca5
1
reference_url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508
reference_id
reference_type
scores
url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6754de4a121ec7f261b16723180df6592cbb4508
2
reference_url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff
reference_id
reference_type
scores
url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=a632d534c73eeb3e3db8c7540d811194ef7c79ff
3
reference_url https://security.netapp.com/advisory/ntap-20230921-0001/
reference_id
reference_type
scores
url https://security.netapp.com/advisory/ntap-20230921-0001/
4
reference_url https://www.openssl.org/news/secadv/20230908.txt
reference_id
reference_type
scores
url https://www.openssl.org/news/secadv/20230908.txt
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-4807
reference_id CVE-2023-4807
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2023-4807
Weaknesses
0
cwe_id 1035
name OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
1
cwe_id 937
name OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.
Exploits
Severity_range_scorenull
Exploitabilitynull
Weighted_severitynull
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-mm8w-472m-puea