Lucene search
+L

6644 matches found

RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.18 views

kernel: Linux kernel KVM: Memory leak via coalesced MMIO unregistration failure

A flaw was found in the Linux kernel's Kernel-based Virtual Machine KVM component. This vulnerability occurs when the unregistration of a coalesced Memory-Mapped I/O MMIO device fails, leading to a memory leak. A local attacker could exploit this flaw to consume system memory, potentially causing...

5.8AI score0.00187EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2023/11/07 12:00 a.m.21 views

Rocky Linux 8 : container-tools:3.0 (RLSA-2022:7529)

The remote Rocky Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2022:7529 advisory. - Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if...

7.8CVSS7.2AI score0.05994EPSS
SaveExploits4References21
RustSec
RustSec
added 2023/11/06 12:00 p.m.13 views

`tiny-server` was removed from crates.io for malicious code

This crate was part of a typosquatting malware cluster published by the malicious user http-tiny and contained a malware payload in build.rs to exfiltrate host information to the attacker. This advisory is to retrospectively document this attempted attack. The version information and download...

5.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/11/06 12:00 a.m.28 views

Rocky Linux 9 : grafana-pcp (RLSA-2022:8250)

The remote Rocky Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2022:8250 advisory. - Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before Go 1.17.12 and Go 1.18.4 allows HTTP request smuggling if...

7.5CVSS7.1AI score0.01939EPSS
SaveExploits2References13
OpenVAS
OpenVAS
added 2023/11/05 12:00 a.m.13 views

Fedora: Security Advisory for golang-github-nats-io-streaming-server (FEDORA-2023-6b89bc0305)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References2
OpenVAS
OpenVAS
added 2023/11/05 12:00 a.m.15 views

Fedora: Security Advisory for golang-github-nats-io-jwt-2 (FEDORA-2023-6b89bc0305)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References2
OpenVAS
OpenVAS
added 2023/11/05 12:00 a.m.22 views

Fedora: Security Advisory (FEDORA-2023-6b89bc0305)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.8CVSS6.8AI score0.05623EPSS
SaveExploits0References2
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/11/03 9:05 p.m.8 views

Malicious code in littest (crates.io)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis b7dbb9d0364d3e2b9efec40fc7a2ecdca02406774e6a4359423e6357cf9647e4 The OpenSSF Package Analysis project identified 'littest' @ 0.3.1 crates.io as malicious. It is considered malicious because: - The package...

5.3AI score
SaveExploits0
Fedora
Fedora
added 2023/11/03 6:51 p.m.18 views

[SECURITY] Fedora 39 Update: golang-github-nats-io-nkeys-0.4.5-2.fc39

A public-key signature system based on Ed25519 for the NATS ecosystem...

7.3AI score
SaveExploits0
OSV
OSV
added 2023/11/03 2:15 p.m.9 views

UBUNTU-CVE-2023-5088

A bug in QEMU could cause a guest I/O operation otherwise addressed to an arbitrary disk offset to be targeted to offset 0 instead potentially overwriting the VM's boot code. This could be used, for example, by L2 guests with a virtual disk vdiskL2 stored on a virtual disk of an L1 vdiskL1...

7CVSS6.9AI score0.00233EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2023/10/30 11:47 p.m.7 views

CVE-2023-46129 xkeys Seal encryption used fixed key for all encryption

NATS.io is a high performance open source pub-sub distributed communication technology, built for the cloud, on-premise, IoT, and edge computing. The cryptographic key handling library, nkeys, recently gained support for encryption, not just for signing/authentication. This is used in nats-server...

7.5CVSS7.6AI score0.00371EPSS
SaveExploits0References4
Veracode
Veracode
added 2023/10/23 3:28 a.m.17 views

Authentication Bypass

github.com/nats-io/nats-server is vulnerable to Authentication Bypass. The vulnerability occurs when the only account added is the system account $SYS. In this scenario, the nats-server creates an implicit user in $G and designates it as the noauthuser account. This effectively enables the same...

6.8AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2023/10/18 6:27 p.m.33 views

rustix's `rustix::fs::Dir` iterator with the `linux_raw` backend can cause memory explosion

Summary When using rustix::fs::Dir using the linuxraw backend, it's possible for the iterator to "get stuck" when an IO error is encountered. Combined with a memory over-allocation issue in rustix::fs::Dir::readmore, this can cause quick and unbounded memory explosion gigabytes in a few seconds i...

6.5CVSS6.7AI score0.00476EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2023/10/18 6:27 p.m.24 views

GHSA-C827-HFW6-QWVM rustix's `rustix::fs::Dir` iterator with the `linux_raw` backend can cause memory explosion

Summary When using rustix::fs::Dir using the linuxraw backend, it's possible for the iterator to "get stuck" when an IO error is encountered. Combined with a memory over-allocation issue in rustix::fs::Dir::readmore, this can cause quick and unbounded memory explosion gigabytes in a few seconds i...

6.5CVSS6.4AI score0.00476EPSS
SaveExploits0References10
BDU FSTEC
BDU FSTEC
added 2023/10/13 12:00 a.m.14 views

The vulnerability of the license_details_view function in the ScanCode.io software, which allows a hacker to perform XSS attacks.

The vulnerability of the licensedetailsview function in the ScanCode.io software exists because measures to protect the structure of web pages have not been implemented. Exploiting this vulnerability could allow a malicious actor to carry out XSS attacks remotely...

6.4CVSS6.2AI score0.00506EPSS
SaveExploits1References3Affected Software1
BDU FSTEC
BDU FSTEC
added 2023/10/11 12:00 a.m.11 views

The vulnerability of the communication protocol implementation for microprogrammed router software ER2000, related to the introduction or modification of arguments, allows a perpetrator to execute arbitrary code.

The vulnerability of the communication protocol implementation for Connected IO microprogramming software is related to the exploitation or modification of arguments. Exploiting this vulnerability allows a malicious actor to execute arbitrary code by injecting arguments into the IP table command...

10CVSS8.4AI score0.00826EPSS
SaveExploits0References4Affected Software1
OpenVAS
OpenVAS
added 2023/10/05 12:00 a.m.9 views

Fedora: Security Advisory for golang-github-nats-io-jwt-2 (FEDORA-2023-f122ea1b3e)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References2
OpenVAS
OpenVAS
added 2023/10/05 12:00 a.m.8 views

Fedora: Security Advisory for golang-github-nats-io-nkeys (FEDORA-2023-f122ea1b3e)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References2
OpenVAS
OpenVAS
added 2023/10/05 12:00 a.m.10 views

Fedora: Security Advisory for golang-github-nats-io (FEDORA-2023-f122ea1b3e)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References2
OpenVAS
OpenVAS
added 2023/10/05 12:00 a.m.10 views

Fedora: Security Advisory for golang-github-nats-io-streaming-server (FEDORA-2023-f122ea1b3e)

The remote host is missing an update for the SPDX-FileCopyrightText: 2023 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References2
Rows per page
Query Builder