Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Node.js

Node.jsпрограммная платформа, основанная на движке V8 (компилирующем JavaScript в машинный код)

Релизный цикл, информация об уязвимостях

Продукт: Node.js
Вендор: nodejs

График релизов

22232425262024202520262027202820292030

Релизные элементы

KBВерсияБилдДата доступности
24.18.124.18.1
24.18.024.18.0
24.17.024.17.0
24.16.024.16.0
24.15.024.15.0
24.14.124.14.1
24.14.024.14.0
24.13.124.13.1
24.13.024.13.0
24.12.024.12.0

Показывать по

Недавние уязвимости Node.js

Количество 1 203

github логотип

GHSA-w2rw-pv8p-h9c8

около 4 лет назад

The DES and Triple DES ciphers, as used in the TLS, SSH, and IPSec protocols and other protocols and products, have a birthday bound of approximately four billion blocks, which makes it easier for remote attackers to obtain cleartext data via a birthday attack against a long-duration encrypted session, as demonstrated by an HTTPS session using Triple DES in CBC mode, aka a "Sweet32" attack.

CVSS3: 7.5
EPSS: Критический
github логотип

GHSA-g89j-86gv-84w2

около 4 лет назад

The certificate parser in OpenSSL before 1.0.1u and 1.0.2 before 1.0.2i might allow remote attackers to cause a denial of service (out-of-bounds read) via crafted certificate operations, related to s3_clnt.c and s3_srvr.c.

CVSS3: 5.9
EPSS: Средний
github логотип

GHSA-jhj7-8r7j-mjxf

около 4 лет назад

The dsa_sign_setup function in crypto/dsa/dsa_ossl.c in OpenSSL through 1.0.2h does not properly ensure the use of constant-time operations, which makes it easier for local users to discover a DSA private key via a timing side-channel attack.

CVSS3: 5.5
EPSS: Низкий
github логотип

GHSA-9ccq-7hvh-cv7p

около 4 лет назад

If an application encounters a fatal protocol error and then calls SSL_shutdown() twice (once to send a close_notify, and once to receive one) then OpenSSL can respond differently to the calling application if a 0 byte record is received with invalid padding compared to if a 0 byte record is received with an invalid MAC. If the application then behaves differently based on that in a way that is detectable to the remote peer, then this amounts to a padding oracle that could be used to decrypt data. In order for this to be exploitable "non-stitched" ciphersuites must be in use. Stitched ciphersuites are optimised implementations of certain commonly used ciphersuites. Also the application must call SSL_shutdown() twice even if a protocol error has occurred (applications should not do this but some do anyway). Fixed in OpenSSL 1.0.2r (Affected 1.0.2-1.0.2q).

CVSS3: 5.9
EPSS: Средний
github логотип

GHSA-q6fc-wp2r-hvq3

около 4 лет назад

nghttp2 version >= 1.10.0 and nghttp2 <= v1.31.0 contains an Improper Input Validation CWE-20 vulnerability in ALTSVC frame handling that can result in segmentation fault leading to denial of service. This attack appears to be exploitable via network client. This vulnerability appears to have been fixed in >= 1.31.1.

CVSS3: 7.5
EPSS: Средний
rocky логотип

RLSA-2022:2043

около 4 лет назад

Moderate: c-ares security update

EPSS: Низкий
rocky логотип

RLSA-2022:1065

больше 4 лет назад

Important: openssl security update

EPSS: Высокий
oracle-oval логотип

ELSA-2022-9272

больше 4 лет назад

ELSA-2022-9272: openssl security update (IMPORTANT)

EPSS: Высокий
oracle-oval логотип

ELSA-2022-9258

больше 4 лет назад

ELSA-2022-9258: openssl security update (IMPORTANT)

EPSS: Высокий
oracle-oval логотип

ELSA-2022-9255

больше 4 лет назад

ELSA-2022-9255: openssl security update (IMPORTANT)

EPSS: Высокий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
1
github логотип
GHSA-w2rw-pv8p-h9c8

The DES and Triple DES ciphers, as used in the TLS, SSH, and IPSec protocols and other protocols and products, have a birthday bound of approximately four billion blocks, which makes it easier for remote attackers to obtain cleartext data via a birthday attack against a long-duration encrypted session, as demonstrated by an HTTPS session using Triple DES in CBC mode, aka a "Sweet32" attack.

CVSS3: 7.5
96%
Критический
около 4 лет назад
github логотип
GHSA-g89j-86gv-84w2

The certificate parser in OpenSSL before 1.0.1u and 1.0.2 before 1.0.2i might allow remote attackers to cause a denial of service (out-of-bounds read) via crafted certificate operations, related to s3_clnt.c and s3_srvr.c.

CVSS3: 5.9
42%
Средний
около 4 лет назад
github логотип
GHSA-jhj7-8r7j-mjxf

The dsa_sign_setup function in crypto/dsa/dsa_ossl.c in OpenSSL through 1.0.2h does not properly ensure the use of constant-time operations, which makes it easier for local users to discover a DSA private key via a timing side-channel attack.

CVSS3: 5.5
1%
Низкий
около 4 лет назад
github логотип
GHSA-9ccq-7hvh-cv7p

If an application encounters a fatal protocol error and then calls SSL_shutdown() twice (once to send a close_notify, and once to receive one) then OpenSSL can respond differently to the calling application if a 0 byte record is received with invalid padding compared to if a 0 byte record is received with an invalid MAC. If the application then behaves differently based on that in a way that is detectable to the remote peer, then this amounts to a padding oracle that could be used to decrypt data. In order for this to be exploitable "non-stitched" ciphersuites must be in use. Stitched ciphersuites are optimised implementations of certain commonly used ciphersuites. Also the application must call SSL_shutdown() twice even if a protocol error has occurred (applications should not do this but some do anyway). Fixed in OpenSSL 1.0.2r (Affected 1.0.2-1.0.2q).

CVSS3: 5.9
17%
Средний
около 4 лет назад
github логотип
GHSA-q6fc-wp2r-hvq3

nghttp2 version >= 1.10.0 and nghttp2 <= v1.31.0 contains an Improper Input Validation CWE-20 vulnerability in ALTSVC frame handling that can result in segmentation fault leading to denial of service. This attack appears to be exploitable via network client. This vulnerability appears to have been fixed in >= 1.31.1.

CVSS3: 7.5
11%
Средний
около 4 лет назад
rocky логотип
RLSA-2022:2043

Moderate: c-ares security update

3%
Низкий
около 4 лет назад
rocky логотип
RLSA-2022:1065

Important: openssl security update

71%
Высокий
больше 4 лет назад
oracle-oval логотип
ELSA-2022-9272

ELSA-2022-9272: openssl security update (IMPORTANT)

71%
Высокий
больше 4 лет назад
oracle-oval логотип
ELSA-2022-9258

ELSA-2022-9258: openssl security update (IMPORTANT)

71%
Высокий
больше 4 лет назад
oracle-oval логотип
ELSA-2022-9255

ELSA-2022-9255: openssl security update (IMPORTANT)

71%
Высокий
больше 4 лет назад

Уязвимостей на страницу


Поделиться