Lucene search
K

1697 matches found

UbuntuCve
UbuntuCve
added 2023/04/19 12:15 a.m.108 views

CVE-2023-27043

The email module of Python through 3.11.3 incorrectly parses e-mail addresses that contain a special character. The wrong portion of an RFC2822 header is identified as the value of the addr-spec. In some applications, an attacker can bypass a protection mechanism in which application access is...

5.3CVSS6.7AI score0.00161EPSS
Exploits1References8
Veracode
Veracode
added 2023/04/04 12:38 p.m.23 views

Information Disclosure

github.com/openshift/assisted-installer is vulnerable to Information Disclosure. The vulnerability exists in ops.go due to the leakage of image pull secrets as plaintext in installation logs which allows an attacker to gain access to the pull secret token information...

5.5CVSS5.7AI score0.00061EPSS
Exploits0References4Affected Software1
Code423n4
Code423n4
added 2023/03/30 12:0 a.m.12 views

And all this assembly shall know that the OWNER SafEth not with derivatives: for the derivative is the OWNER'S, and he will rebalanceToWeights it into his EOA.

Lines of code Vulnerability details Impact The owner of SafEth can at any time steal all staked funds. Proof of Concept SafEth.addDerivative allows the owner to add any derivative contract, such as one where he can withdraw all IDerivative.deposit-ed funds. SafEth.adjustWeights allows the owner t...

6.8AI score
Exploits0
NVD
NVD
added 2023/03/27 10:15 p.m.8 views

CVE-2023-26493

Cocos Engine is an open-source framework for building 2D & 3D real-time rendering and interactive content. In the github repo for Cocos Engine the web-interface-check.yml was subject to command injection. The web-interface-check.yml was triggered when a pull request was opened or updated and...

8.8CVSS8.6AI score0.11068EPSS
Exploits1References3
OSV
OSV
added 2023/03/24 9:30 p.m.2 views

GHSA-G8XM-P2H4-V6JP OpenShift Assisted Installer leaks image pull secrets as plaintext in installation logs

A vulnerability was found in OpenShift Assisted Installer. During generation of the Discovery ISO, image pull secrets were leaked as plaintext in the installation logs. An authenticated user could exploit this by re-using the image pull secret to pull container images from the registry as the...

5.5CVSS5.5AI score0.00061EPSS
Exploits0References5
Github Security Blog
Github Security Blog
added 2023/03/24 9:30 p.m.26 views

OpenShift Assisted Installer leaks image pull secrets as plaintext in installation logs

A vulnerability was found in OpenShift Assisted Installer. During generation of the Discovery ISO, image pull secrets were leaked as plaintext in the installation logs. An authenticated user could exploit this by re-using the image pull secret to pull container images from the registry as the...

5.5CVSS5.4AI score0.00061EPSS
Exploits0References5Affected Software1
NVD
NVD
added 2023/03/24 8:15 p.m.9 views

CVE-2021-3684

A vulnerability was found in OpenShift Assisted Installer. During generation of the Discovery ISO, image pull secrets were leaked as plaintext in the installation logs. An authenticated user could exploit this by re-using the image pull secret to pull container images from the registry as the...

5.5CVSS5.4AI score0.00061EPSS
Exploits0References3
OSV
OSV
added 2023/03/24 8:15 p.m.19 views

CVE-2021-3684

A vulnerability was found in OpenShift Assisted Installer. During generation of the Discovery ISO, image pull secrets were leaked as plaintext in the installation logs. An authenticated user could exploit this by re-using the image pull secret to pull container images from the registry as the...

5.5CVSS5.7AI score
Exploits0References3
Prion
Prion
added 2023/03/24 8:15 p.m.22 views

Design/Logic Flaw

A vulnerability was found in OpenShift Assisted Installer. During generation of the Discovery ISO, image pull secrets were leaked as plaintext in the installation logs. An authenticated user could exploit this by re-using the image pull secret to pull container images from the registry as the...

1.7CVSS5.3AI score0.00061EPSS
Exploits0References3Affected Software2
CVE
CVE
added 2023/03/24 12:0 a.m.67 views

CVE-2021-3684

The CVE-2021-3684 entry concerns OpenShift Assisted Installer. During Discovery ISO generation, image pull secrets were leaked as plaintext in installation logs, enabling an authenticated user to reuse the secret to pull container images from the registry as that user. Documents substantiate the ...

5.5CVSS5.3AI score0.00061EPSS
Exploits0References3Affected Software2
Cvelist
Cvelist
added 2023/03/24 12:0 a.m.12 views

CVE-2021-3684

A vulnerability was found in OpenShift Assisted Installer. During generation of the Discovery ISO, image pull secrets were leaked as plaintext in the installation logs. An authenticated user could exploit this by re-using the image pull secret to pull container images from the registry as the...

5.7AI score0.00061EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2023/03/24 12:0 a.m.2 views

PT-2023-12303 · Red Hat · Openshift Assisted Installer

Name of the Vulnerable Software and Affected Versions: OpenShift Assisted Installer affected versions not specified Description: A vulnerability was found in OpenShift Assisted Installer where image pull secrets were leaked as plaintext in the installation logs during the generation of the...

5.5CVSS4.4AI score0.00061EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2023/03/24 12:0 a.m.6 views

CVE-2021-3684

A vulnerability was found in OpenShift Assisted Installer. During generation of the Discovery ISO, image pull secrets were leaked as plaintext in the installation logs. An authenticated user could exploit this by re-using the image pull secret to pull container images from the registry as the...

5.4AI score0.00061EPSS
Exploits0References3
Prion
Prion
added 2023/03/22 9:15 p.m.16 views

Design/Logic Flaw

Frontier is an Ethereum compatibility layer for Substrate. Frontier's modexp precompile uses num-bigint crate under the hood. In the implementation prior to pull request 1017, the cases for modulus being even and modulus being odd are treated separately. Odd modulus uses the fast Montgomery...

5CVSS7.3AI score0.00772EPSS
Exploits0References4Affected Software1
CVE
CVE
added 2023/03/22 8:11 p.m.66 views

CVE-2023-28431

CVE-2023-28431 describes a vulnerability in Frontier’s modexp precompile used by Substrate. The implementation treats even and odd moduli differently: odd moduli use Montgomery multiplication, while even moduli fall back to a slower plain power algorithm. This mismatch caused a gas-cost discrepan...

7.5CVSS7.3AI score0.00772EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2023/03/22 8:11 p.m.22 views

CVE-2023-28431 Frontier's modexp precompile is slow for even modulus

Frontier is an Ethereum compatibility layer for Substrate. Frontier's modexp precompile uses num-bigint crate under the hood. In the implementation prior to pull request 1017, the cases for modulus being even and modulus being odd are treated separately. Odd modulus uses the fast Montgomery...

7.5CVSS7.2AI score0.00772EPSS
Exploits0References6
Cvelist
Cvelist
added 2023/03/22 8:11 p.m.14 views

CVE-2023-28431 Frontier's modexp precompile is slow for even modulus

Frontier is an Ethereum compatibility layer for Substrate. Frontier's modexp precompile uses num-bigint crate under the hood. In the implementation prior to pull request 1017, the cases for modulus being even and modulus being odd are treated separately. Odd modulus uses the fast Montgomery...

7.5CVSS7.5AI score0.00772EPSS
Exploits0References4
OSV
OSV
added 2023/03/13 8:43 p.m.20 views

GHSA-6Q4M-7476-932W github-slug-action vulnerable to arbitrary code execution

Impact This action uses the github.headref parameter in an insecure way. This vulnerability can be triggered by any user on GitHub on any workflow using the action on pull requests. They just need to create a pull request with a branch name, which can contain the attack payload. Note that...

8.8CVSS8.9AI score0.02481EPSS
Exploits1References6
Github Security Blog
Github Security Blog
added 2023/03/13 8:43 p.m.26 views

github-slug-action vulnerable to arbitrary code execution

Impact This action uses the github.headref parameter in an insecure way. This vulnerability can be triggered by any user on GitHub on any workflow using the action on pull requests. They just need to create a pull request with a branch name, which can contain the attack payload. Note that...

8.8CVSS9AI score0.02481EPSS
Exploits1References6Affected Software1
Cvelist
Cvelist
added 2023/03/13 8:19 p.m.18 views

CVE-2023-27581 github-slug-action vulnerable to arbitrary code execution

github-slug-action is a GitHub Action to expose slug value of GitHub environment variables inside of one's GitHub workflow. Starting in version 4.0.0 and prior to version 4.4.1, this action uses the github.headref parameter in an insecure way. This vulnerability can be triggered by any user on...

8.8CVSS9.1AI score0.02481EPSS
Exploits1References4
Rows per page
Query Builder