Lucene search
+L

1117 matches found

CVE
CVE
added 2023/01/04 3:4 p.m.121 views

CVE-2023-22463

KubePi (Kubernetes dashboard) vulnerability CVE-2023-22463: The jwt authentication in versions up to 1.6.2 used hard-coded JwtSigKey in session.go, enabling forging of JWTs and unauthorized admin access across projects; attacker could escalate to K8s cluster control. The issue is fixed in 1.6.3, ...

9.8CVSS9.5AI score0.69667EPSS
SaveIn wildExploits1References4Affected Software1
OSV
OSV
added 2023/01/04 3:4 p.m.29 views

CVE-2023-22463 KubePi's Hardcoded Jwtsigkeys allows malicious actor to login with a forged JWT token

KubePi is a k8s panel. The jwt authentication function of KubePi through version 1.6.2 uses hard-coded Jwtsigkeys, resulting in the same Jwtsigkeys for all online projects. This means that an attacker can forge any jwt token to take over the administrator account of any online project. Furthermor...

9.8CVSS9.4AI score0.69667EPSS
SaveExploits1References6
Huntr
Huntr
added 2023/01/02 12:45 p.m.32 views

JwtSigKey hardcoded causes the k8s cluster to take over

Description The jwt authentication function of kubepi = v1.6.2 uses hard-coded Jwtsigkeys, resulting in the same Jwtsigkeys for all online projects. This means that an attacker can forge any jwt token to take over the administrator account of any online project. Further use the administrator to...

7.5CVSS9.1AI score0.69667EPSS
SaveExploits1
CNNVD
CNNVD
added 2022/12/27 12:0 a.m.8 views

Dahua software products 代码问题漏洞

Dahua software products are a family of applications from Dahua Corporation of China. A security vulnerability exists in a number of Dahua software products, which can be exploited by an attacker to access internal resources using server-side requests to forge connections to links URLs that confo...

7.5CVSS7.3AI score0.0053EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2022/12/21 12:0 a.m.10 views

Faulty fee handling in buyAndReduceDebt

Lines of code Vulnerability details Impact When passing fee params to buyAndReduceDebt with swapFeeTo and swapFeeBips, the PaprController will try to send the underlying token on the following line: underlying.transferparams.swapFeeTo, amountIn params.swapFeeBips / BIPSONE; But in a normal state,...

6.6AI score
SaveExploits0
Code423n4
Code423n4
added 2022/11/13 12:0 a.m.8 views

Any user can collect tokens trapped in the aggregator

Lines of code Vulnerability details Impact Any user can execute a trade on the aggregator to collect trapped tokens. Which should be an action only allowed by the owner. The issue is in how returnERC20TokensIfAny gets the amount to send back by checking the balances of the contract. Proof of...

6.9AI score
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2022/10/21 5:46 p.m.38 views

Security Bulletin: A security vulnerability in Node.js node-forge affects IBM Cloud Pak for Multicloud Management Managed Services

Summary A security vulnerability in Node.js node-forge affects IBM Cloud Pak for Multicloud Management Managed Services Vulnerability Details CVEID:CVE-2022-0122 DESCRIPTION: Node.js node-forge could allow a remote attacker to conduct phishing attacks, caused by an open redirect vulnerability. An...

6.1CVSS6.7AI score0.00832EPSS
SaveExploits1Affected Software1
RedHat Linux
RedHat Linux
added 2022/10/06 12:26 p.m.3 views

node-forge: Signature verification leniency in checking `DigestInfo` structure

A flaw was found in the node-forge library when verifying the signature on the ASN.1 structure in RSA PKCS1 v1.5. This flaw allows an attacker to obtain successful verification for invalid DigestInfo structure, affecting the integrity of the attacked resource...

5.3CVSS7.3AI score0.00897EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/10/06 12:26 p.m.6 views

node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery

A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature...

7.5CVSS7.3AI score0.00717EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/10/06 12:26 p.m.4 views

node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery

A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature...

7.5CVSS7.3AI score0.01015EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/10/06 12:26 p.m.89 views

Important: Red Hat Security Advisory: Service Registry (container images) release and security update [2.3.0.GA]

An update to the images for Red Hat Integration Service Registry is now available from the Red Hat Container Catalog. The purpose of this text-only errata is to inform you about the security issues fixed in this release. Red Hat Product Security has rated this update as having a security impact o...

10CVSS7.2AI score0.1223EPSS
SaveExploits10References19
RedHat Linux
RedHat Linux
added 2022/10/05 10:44 a.m.5 views

node-forge: Signature verification failing to check tailing garbage bytes can lead to signature forgery

A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature...

7.5CVSS7.3AI score0.01015EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2022/10/05 10:44 a.m.4 views

node-forge: Signature verification leniency in checking `digestAlgorithm` structure can lead to signature forgery

A flaw was found in the node-forge package. This signature verification leniency allows an attacker to forge a signature...

7.5CVSS7.3AI score0.00717EPSS
SaveExploits0References5
Code423n4
Code423n4
added 2022/10/01 12:0 a.m.8 views

Type safety issue in https://github.com/code-423n4/2022-09-quickswap/blob/main/src/core/contracts/libraries/FullMath.sol

Lines of code Vulnerability details Impact Detailed description of the impact of this finding. Proof of Concept Tools Used Foundry - forge. Recommended Mitigation Steps change the ln. 59 to uint256 twos = typeuint256.max - denominator + 1 & denominator; --- The text was updated successfully, but...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2022/10/01 12:0 a.m.18 views

Type Error

Lines of code Vulnerability details Impact Type Error Proof of Concept Provide direct links to all referenced code in GitHub. Add screenshots, logs, or any other relevant proof that illustrates the concept. Tools Used Foundry - Forge Recommended Mitigation Steps Consider changing uint to int and ...

7.2AI score
SaveExploits0
NVD
NVD
added 2022/09/21 12:15 a.m.26 views

CVE-2022-39221

McWebserver mod runs a simple HTTP server alongside the Minecraft server in seperate threads. Path traversal in McWebserver Minecraft Mod for Fabric and Quilt up to and including 0.1.2.1 and McWebserver Minecraft Mod for Forge up to and including 0.1.1 allows all files, accessible by the program,...

7.5CVSS0.00852EPSS
SaveExploits0References2
Prion
Prion
added 2022/09/21 12:15 a.m.20 views

Path traversal

McWebserver mod runs a simple HTTP server alongside the Minecraft server in seperate threads. Path traversal in McWebserver Minecraft Mod for Fabric and Quilt up to and including 0.1.2.1 and McWebserver Minecraft Mod for Forge up to and including 0.1.1 allows all files, accessible by the program,...

5CVSS7.4AI score0.00852EPSS
SaveExploits0References2Affected Software2
CVE
CVE
added 2022/09/20 11:25 p.m.63 views

CVE-2022-39221

CVE-2022-39221 concerns the McWebserver Minecraft Mod. A path-traversal flaw exists in the McWebserver mod for Fabric and Quilt up to and including 0.1.2.1 and for Forge up to 0.1.1, allowing an attacker to read any files accessible to the mod via HTTP requests. A patch was released in version 0....

7.5CVSS7.5AI score0.00852EPSS
SaveExploits0References2Affected Software2
OSV
OSV
added 2022/09/20 11:25 p.m.5 views

CVE-2022-39221 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') McWebserver Minecraft Mod

McWebserver mod runs a simple HTTP server alongside the Minecraft server in seperate threads. Path traversal in McWebserver Minecraft Mod for Fabric and Quilt up to and including 0.1.2.1 and McWebserver Minecraft Mod for Forge up to and including 0.1.1 allows all files, accessible by the program,...

7.5CVSS6.8AI score0.00852EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2022/09/20 11:25 p.m.32 views

CVE-2022-39221 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') McWebserver Minecraft Mod

McWebserver mod runs a simple HTTP server alongside the Minecraft server in seperate threads. Path traversal in McWebserver Minecraft Mod for Fabric and Quilt up to and including 0.1.2.1 and McWebserver Minecraft Mod for Forge up to and including 0.1.1 allows all files, accessible by the program,...

7.5CVSS7.6AI score0.00852EPSS
SaveExploits0References2
Rows per page
Query Builder