Lookup for vulnerable packages by Package URL.

Purlpkg:conan/openssl@3.1.5
Typeconan
Namespace
Nameopenssl
Version3.1.5
Qualifiers
Subpath
Is_vulnerablefalse
Next_non_vulnerable_version3.2.1
Latest_non_vulnerable_version3.2.1
Affected_by_vulnerabilities
Fixing_vulnerabilities
0
url VCID-5rhg-tvzd-h7es
vulnerability_id VCID-5rhg-tvzd-h7es
summary
Improper Check for Unusual or Exceptional Conditions
Issue summary: Generating excessively long X9.42 DH keys or checking
excessively long X9.42 DH keys or parameters may be very slow.

Impact summary: Applications that use the functions DH_generate_key() to
generate an X9.42 DH key may experience long delays. Likewise, applications
that use DH_check_pub_key(), DH_check_pub_key_ex() or EVP_PKEY_public_check()
to check an X9.42 DH key or X9.42 DH parameters may experience long delays.
Where the key or parameters that are being checked have been obtained from
an untrusted source this may lead to a Denial of Service.

While DH_check() performs all the necessary checks (as of CVE-2023-3817),
DH_check_pub_key() does not make any of these checks, and is therefore
vulnerable for excessively large P and Q parameters.

Likewise, while DH_generate_key() performs a check for an excessively large
P, it does not check for an excessively large Q.

An application that calls DH_generate_key() or DH_check_pub_key() and
supplies a key or parameters obtained from an untrusted source could be
vulnerable to a Denial of Service attack.

DH_generate_key() and DH_check_pub_key() are also called by a number of
other OpenSSL functions. An application calling any of those other
functions may similarly be affected. The other functions affected by this
are DH_check_pub_key_ex(), EVP_PKEY_public_check(), and EVP_PKEY_generate().

Also vulnerable are the OpenSSL pkey command line application when using the
"-pubcheck" option, as well as the OpenSSL genpkey command line application.

The OpenSSL SSL/TLS implementation is not affected by this issue.

The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.
references
0
reference_url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=34efaef6c103d636ab507a0cc34dca4d3aecc055
reference_id
reference_type
scores
url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=34efaef6c103d636ab507a0cc34dca4d3aecc055
1
reference_url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=710fee740904b6290fef0dd5536fbcedbc38ff0c
reference_id
reference_type
scores
url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=710fee740904b6290fef0dd5536fbcedbc38ff0c
2
reference_url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=db925ae2e65d0d925adef429afc37f75bd1c2017
reference_id
reference_type
scores
url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=db925ae2e65d0d925adef429afc37f75bd1c2017
3
reference_url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=ddeb4b6c6d527e54ce9a99cba785c0f7776e54b6
reference_id
reference_type
scores
url https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=ddeb4b6c6d527e54ce9a99cba785c0f7776e54b6
4
reference_url https://www.openssl.org/news/secadv/20231106.txt
reference_id
reference_type
scores
url https://www.openssl.org/news/secadv/20231106.txt
5
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-5678
reference_id CVE-2023-5678
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2023-5678
fixed_packages
0
url pkg:conan/openssl@3.0.13
purl pkg:conan/openssl@3.0.13
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:conan/openssl@3.0.13
1
url pkg:conan/openssl@3.1.5
purl pkg:conan/openssl@3.1.5
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:conan/openssl@3.1.5
aliases CVE-2023-5678
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-5rhg-tvzd-h7es
1
url VCID-nx5k-32hq-yuh4
vulnerability_id VCID-nx5k-32hq-yuh4
summary
Out-of-bounds Write
Issue summary: The POLY1305 MAC (message authentication code) implementation
contains a bug that might corrupt the internal state of applications running
on PowerPC CPU based platforms if the CPU provides vector instructions.

Impact summary: If 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 for
PowerPC CPUs restores the contents of vector registers in a different order
than they are saved. Thus the contents of some of these vector registers
are corrupted when returning to the caller. The vulnerable code is used only
on newer PowerPC processors supporting the PowerISA 2.07 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 unless the compiler uses the vector registers for storing
pointers, 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. If this cipher is enabled on the server a malicious
client can influence whether this AEAD cipher is used. This implies that
TLS 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.
references
0
reference_url https://github.com/openssl/openssl/commit/050d26383d4e264966fb83428e72d5d48f402d35
reference_id
reference_type
scores
url https://github.com/openssl/openssl/commit/050d26383d4e264966fb83428e72d5d48f402d35
1
reference_url https://github.com/openssl/openssl/commit/5b139f95c9a47a55a0c54100f3837b1eee942b04
reference_id
reference_type
scores
url https://github.com/openssl/openssl/commit/5b139f95c9a47a55a0c54100f3837b1eee942b04
2
reference_url https://github.com/openssl/openssl/commit/f3fc5808fe9ff74042d639839610d03b8fdcc015
reference_id
reference_type
scores
url https://github.com/openssl/openssl/commit/f3fc5808fe9ff74042d639839610d03b8fdcc015
3
reference_url https://www.openssl.org/news/secadv/20240109.txt
reference_id
reference_type
scores
url https://www.openssl.org/news/secadv/20240109.txt
4
reference_url https://nvd.nist.gov/vuln/detail/CVE-2023-6129
reference_id CVE-2023-6129
reference_type
scores
url https://nvd.nist.gov/vuln/detail/CVE-2023-6129
fixed_packages
0
url pkg:conan/openssl@3.0.13
purl pkg:conan/openssl@3.0.13
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:conan/openssl@3.0.13
1
url pkg:conan/openssl@3.1.5
purl pkg:conan/openssl@3.1.5
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:conan/openssl@3.1.5
2
url pkg:conan/openssl@3.2.1
purl pkg:conan/openssl@3.2.1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:conan/openssl@3.2.1
aliases CVE-2023-6129
risk_score null
exploitability null
weighted_severity null
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-nx5k-32hq-yuh4
Risk_scorenull
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:conan/openssl@3.1.5