Lucene search
+L

317 matches found

UbuntuCve
UbuntuCve
added 2023/06/08 12:0 a.m.123 views

CVE-2023-29405

The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "cgo LDFLAGS" directive. Flags containing...

9.8CVSS7AI score0.01714EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2023/06/07 2:23 a.m.5 views

SUSE CVE-2023-29405

The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "cgo LDFLAGS" directive. Flags containing...

9.8CVSS7AI score0.01714EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2023/06/07 2:23 a.m.6 views

SUSE CVE-2023-29404

The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "cgo LDFLAGS" directive. The arguments for a...

9.8CVSS7AI score0.01837EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2023/05/19 12:0 a.m.9 views

PT-2023-3868

Name of the Vulnerable Software and Affected Versions Go affected versions not specified Description The issue is related to the Go programming language's cgo extension, which may execute arbitrary code at build time when using cgo. This can occur when running "go get" on a malicious module or wh...

10CVSS7.6AI score0.91969EPSS
SaveExploits1References108
OSV
OSV
added 2023/03/24 10:4 p.m.23 views

GHSA-GWVM-VRP4-4PP5 angular-server-side-configuration information disclosure vulnerability in monorepo with node.js backend

Impact angular-server-side-configuration detects used environment variables in TypeScript .ts files during build time of an Angular CLI project. The detected environment variables are written to a ngssc.json file in the output directory. During deployment of an Angular based app, the environment...

9.9CVSS8.5AI score0.00759EPSS
SaveExploits0References5
OSV
OSV
added 2023/03/24 7:58 p.m.21 views

CVE-2023-28444 angular-server-side-configuration information disclosure vulnerability in monorepo with node.js backend

angular-server-side-configuration helps configure an angular application at runtime on the server or in a docker container via environment variables. angular-server-side-configuration detects used environment variables in TypeScript .ts files during build time of an Angular CLI project. The...

9.9CVSS7.9AI score0.00759EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/03/24 12:0 a.m.5 views

PT-2023-21727 · Unknown · Angular-Server-Side-Configuration

Name of the Vulnerable Software and Affected Versions: angular-server-side-configuration versions 15.0.0 through 15.0.x Description: The issue concerns the detection of environment variables in TypeScript files during the build time of an Angular CLI project. These variables are written to a...

9.9CVSS7.9AI score0.00759EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2023/03/21 12:0 a.m.27 views

Amazon Linux 2023 : cargo, clippy, rust (ALAS2023-2023-109)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2023-109 advisory. 2024-02-15: CVE-2022-36113 was added to this advisory. 2024-02-15: CVE-2022-36114 was added to this advisory. Cargo is a package manager for the rust programming language. After a package is...

8.1CVSS7.5AI score0.01041EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2023/02/15 3:52 a.m.6 views

SUSE CVE-2020-28367

Code injection in the go command with cgo before Go 1.14.12 and Go 1.15.5 allows arbitrary code execution at build time via malicious gcc flags specified via a cgo directive...

7.5CVSS9.8AI score0.02369EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2023/02/15 3:52 a.m.5 views

SUSE CVE-2020-28366

Code injection in the go command with cgo before Go 1.14.12 and Go 1.15.5 allows arbitrary code execution at build time via a malicious unquoted symbol name in a linked object file...

7.5CVSS9.8AI score0.02244EPSS
SaveExploits0References8
OSV
OSV
added 2022/09/16 5:12 p.m.39 views

GHSA-RFJ2-Q3H3-HM5J Cargo extracting malicious crates can corrupt arbitrary files

The Rust Security Response WG was notified that Cargo did not prevent extracting some malformed packages downloaded from alternate registries. An attacker able to upload packages to an alternate registry could corrupt arbitary files when Cargo downloaded the package. The severity of this...

3.9CVSS7.3AI score0.01041EPSS
SaveExploits0References7
OSV
OSV
added 2022/09/14 6:15 p.m.6 views

UBUNTU-CVE-2022-36113

Cargo is a package manager for the rust programming language. After a package is downloaded, Cargo extracts its source code in the /.cargo folder on disk, making it available to the Rust projects it builds. To record when an extraction is successful, Cargo writes "ok" to the .cargo-ok file at the...

8.1CVSS6.5AI score0.01041EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2022/09/14 6:15 p.m.48 views

CVE-2022-36113

Cargo is a package manager for the rust programming language. After a package is downloaded, Cargo extracts its source code in the /.cargo folder on disk, making it available to the Rust projects it builds. To record when an extraction is successful, Cargo writes "ok" to the .cargo-ok file at the...

8.1CVSS7.7AI score0.01041EPSS
SaveExploits0References3
Prion
Prion
added 2022/09/14 6:15 p.m.39 views

Design/Logic Flaw

Cargo is a package manager for the rust programming language. After a package is downloaded, Cargo extracts its source code in the /.cargo folder on disk, making it available to the Rust projects it builds. To record when an extraction is successful, Cargo writes "ok" to the .cargo-ok file at the...

5.8CVSS8.4AI score0.01041EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2022/09/14 12:0 a.m.29 views

CVE-2022-36113 Extracting malicious crates can corrupt arbitrary files

Cargo is a package manager for the rust programming language. After a package is downloaded, Cargo extracts its source code in the /.cargo folder on disk, making it available to the Rust projects it builds. To record when an extraction is successful, Cargo writes "ok" to the .cargo-ok file at the...

4.6CVSS8.6AI score0.01041EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2022/09/14 12:0 a.m.26 views

CVE-2022-36113 Extracting malicious crates can corrupt arbitrary files

Cargo is a package manager for the rust programming language. After a package is downloaded, Cargo extracts its source code in the /.cargo folder on disk, making it available to the Rust projects it builds. To record when an extraction is successful, Cargo writes "ok" to the .cargo-ok file at the...

4.6CVSS8.6AI score0.01041EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2022/09/14 12:0 a.m.36 views

CVE-2022-36113

Cargo is a package manager for the rust programming language. After a package is downloaded, Cargo extracts its source code in the /.cargo folder on disk, making it available to the Rust projects it builds. To record when an extraction is successful, Cargo writes "ok" to the .cargo-ok file at the...

8.1CVSS8.5AI score0.01041EPSS
SaveExploits0
CVE
CVE
added 2022/09/14 12:0 a.m.90 views

CVE-2022-36113

Cargo vulnerability (CVE-2022-36113): Cargo would extract packages into ~/.cargo and mark success with a .cargo-ok file. A malicious package could include a .cargo-ok symlink; when Cargo wrote ok, it would overwrite the first two bytes of the symlink target, enabling corruption of a single file o...

8.1CVSS7.2AI score0.01041EPSS
SaveExploits0References2Affected Software1
Microsoft CVE
Microsoft CVE
added 2022/09/09 7:0 a.m.7 views

A vulnerability was found in fapolicyd. The vulnerability occurs due to an assumption on how glibc names the runtime linker a build time regular expression may not correctly detect the runtime linker. The consequence is that the pattern detection for applications launched by the run time linker may fail to detect the pattern and allow execution.

...

8.4CVSS8.3AI score0.00303EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2022/08/29 3:15 p.m.7 views

CVE-2022-1117

A vulnerability was found in fapolicyd. The vulnerability occurs due to an assumption on how glibc names the runtime linker, a build time regular expression may not correctly detect the runtime linker. The consequence is that the pattern detection for applications launched by the run time linker...

8.4CVSS7.5AI score0.00303EPSS
SaveExploits0References7
Rows per page
Query Builder