Vulnerability   
Search   
    Search 324607 CVE descriptions
and 145615 test descriptions,
access 10,000+ cross references.
Tests   CVE   All  

Test ID:1.3.6.1.4.1.25623.1.0.886751
Category:Fedora Local Security Checks
Title:Fedora: Security Advisory (FEDORA-2024-2ffe03eaa6)
Summary:The remote host is missing an update for the 'nodejs20' package(s) announced via the FEDORA-2024-2ffe03eaa6 advisory.
Description:Summary:
The remote host is missing an update for the 'nodejs20' package(s) announced via the FEDORA-2024-2ffe03eaa6 advisory.

Vulnerability Insight:
## 2024-04-03, Version 20.12.1 'Iron' (LTS), @RafaelGSS

This is a security release

### Notable Changes

* CVE-2024-27983 - Assertion failed in node::http2::Http2Session::\~
Http2Session() leads to HTTP/2 server crash- (High)
* CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation - (Medium)
* llhttp version 9.2.1
* undici version 5.28.4

### Commits

* \[[`bd8f10a257`]([link moved to references])] - **deps**: update undici to v5.28.4 (Matteo Collina) [nodejs-private/node-private#576]([link moved to references])
* \[[`5e34540a96`]([link moved to references])] - **http**: do not allow OBS fold in headers by default (Paolo Insogna) [nodejs-private/node-private#557]([link moved to references])
* \[[`ba1ae6d188`]([link moved to references])] - **src**: ensure to close stream when destroying session (Anna Henningsen) [nodejs-private/node-private#561]([link moved to references])

----

## 2024-04-03, Version 20.12.1 'Iron' (LTS), @RafaelGSS

This is a security release

### Notable Changes

* CVE-2024-27983 - Assertion failed in node::http2::Http2Session::\~
Http2Session() leads to HTTP/2 server crash- (High)
* CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation - (Medium)
* llhttp version 9.2.1
* undici version 5.28.4


----

## 2024-03-26, Version 20.12.0 'Iron' (LTS), @richardlau

### Notable Changes

#### crypto: implement crypto.hash()

This patch introduces a helper crypto.hash() that computes
a digest from the input at one shot. This can be 1.2-2x faster
than the object-based createHash() for smaller inputs (<= 5MB)
that are readily available (not streamed) and incur less memory
overhead since no intermediate objects will be created.

```js
const crypto = require('node:crypto'),

// Hashing a string and return the result as a hex-encoded string.
const string = 'Node.js',
// 10b3493287f831e81a438811a1ffba01f8cec4b7
console.log(crypto.hash('sha1', string)),
```

Contributed by Joyee Cheung in [#51044]([link moved to references]).

#### Loading and parsing environment variables

* `process.loadEnvFile(path)`:
* Use this function to load the `.env` file. If no path is specified, it automatically loads the .env file in the current directory. Example: `process.loadEnvFile()`.
* Load a specific .env file by specifying its path. Example: `process.loadEnvFile('./development.env')`.

* `util.parseEnv(content)`:
* Use this function to parse an existing string containing environment variable assignments.
* Example usage: `require('node:util').parseEnv('HELLO=world')`.

Contributed by Yagiz Nizipli in [#51476]([link moved to references]).

#### New connection attempt events

Three new events were added in the `net.createConnection` flow:

* `connectionAttempt`: Emitted when a new connection attempt is established. In case of Happy Eyeballs, this might emitted multiple times.
* `connectionAttemptFailed`: Emitted when a connection attempt failed. ... [Please see the references for more information on the vulnerabilities]

Affected Software/OS:
'nodejs20' package(s) on Fedora 40.

Solution:
Please install the updated package(s).

CVSS Score:
5.0

CVSS Vector:
AV:N/AC:L/Au:N/C:P/I:N/A:N

Cross-Ref: Common Vulnerability Exposure (CVE) ID: CVE-2024-27982
https://hackerone.com/reports/2237099
Common Vulnerability Exposure (CVE) ID: CVE-2024-27983
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JDECX4BYZLMM4S4LALN4DPZ2HUTTPLKE/
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/YDVFUH7ACZPYB3BS4SVILNOY7NQU73VW/
https://hackerone.com/reports/2319584
http://www.openwall.com/lists/oss-security/2024/04/03/16
CopyrightCopyright (C) 2024 Greenbone AG

This is only one of 145615 vulnerability tests in our test suite. Find out more about running a complete security audit.

To run a free test of this vulnerability against your system, register below.




© 1998-2025 E-Soft Inc. All rights reserved.