Lucene search
+L

65 matches found

OSV
OSV
added 2024/08/21 2:30 p.m.32 views

GO-2023-2134 Artifact Hub allows unsafe rego built-in in github.com/artifacthub/hub

Artifact Hub allows unsafe rego built-in in github.com/artifacthub/hub...

5.3CVSS4.7AI score0.00519EPSS
SaveExploits0References5
Veracode
Veracode
added 2023/10/24 5:24 a.m.13 views

Server-Side Request Forgery (SSRF)

github.com/artifacthub/hub is vulnerable to Server-Side Request Forgery SSRF. The vulnerability exists because the authz.go does not disable unsafe rego built-ins by default. This allows an attacker to make malicious HTTP requests, which can be exploited to send requests to internal resources and...

5.3CVSS7AI score0.00519EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2023/10/19 9:15 p.m.38 views

CVE-2023-45822

Artifact Hub is a web-based application that enables finding, installing, and publishing packages and configurations for CNCF projects. During a security audit of Artifact Hub's code base a security researcher identified a bug in which a default unsafe rego built-in was allowed to be used when...

5.3CVSS4.7AI score0.00519EPSS
SaveExploits0References4
Prion
Prion
added 2023/10/19 9:15 p.m.24 views

Authorization

Artifact Hub is a web-based application that enables finding, installing, and publishing packages and configurations for CNCF projects. During a security audit of Artifact Hub's code base a security researcher identified a bug in which a default unsafe rego built-in was allowed to be used when...

5CVSS5.4AI score0.00519EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2023/10/19 8:53 p.m.14 views

CVE-2023-45822 Unsafe rego built-in allowed in Artifact Hub

Artifact Hub is a web-based application that enables finding, installing, and publishing packages and configurations for CNCF projects. During a security audit of Artifact Hub's code base a security researcher identified a bug in which a default unsafe rego built-in was allowed to be used when...

3.7CVSS7AI score0.00519EPSS
SaveExploits0References4
CVE
CVE
added 2023/10/19 8:53 p.m.62 views

CVE-2023-45822

Artifact Hub (the web-based NFT/CI group hub) is affected by CVE-2023-45822 due to a default unsafe rego built-in being allowed in authorization policies, enabling policies to perform HTTP requests and potentially expose internal resources. The root cause is that rego policies could issue network...

5.3CVSS4.8AI score0.00519EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2023/10/19 8:53 p.m.30 views

CVE-2023-45822 Unsafe rego built-in allowed in Artifact Hub

Artifact Hub is a web-based application that enables finding, installing, and publishing packages and configurations for CNCF projects. During a security audit of Artifact Hub's code base a security researcher identified a bug in which a default unsafe rego built-in was allowed to be used when...

3.7CVSS5.6AI score0.00519EPSS
SaveExploits0References4
OSV
OSV
added 2023/10/19 8:53 p.m.20 views

CVE-2023-45822 Unsafe rego built-in allowed in Artifact Hub

Artifact Hub is a web-based application that enables finding, installing, and publishing packages and configurations for CNCF projects. During a security audit of Artifact Hub's code base a security researcher identified a bug in which a default unsafe rego built-in was allowed to be used when...

3.7CVSS5.4AI score
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2023/10/19 5:05 p.m.45 views

Artifact Hub allows unsafe rego built-in

Impact During a security audit of Artifact Hub's code base, a security researcher at OffSec identified a bug in which a default unsafe rego built-in was allowed to be used when defining authorization policies. Artifact Hub includes a fine-grained authorization mechanism that allows organizations ...

5.3CVSS7AI score0.00519EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2023/10/19 5:05 p.m.35 views

GHSA-9PC8-M4VP-GGVF Artifact Hub allows unsafe rego built-in

Impact During a security audit of Artifact Hub's code base, a security researcher at OffSec identified a bug in which a default unsafe rego built-in was allowed to be used when defining authorization policies. Artifact Hub includes a fine-grained authorization mechanism that allows organizations ...

3.7CVSS4.8AI score0.00519EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2023/10/19 12:00 a.m.9 views

Artifact Hub Code Issue Vulnerability

Artifact Hub is a web-based application that finds, installs, and distributes packages and configurations for CNCF projects. A security vulnerability exists in Artifact Hub that stems from allowing the use of default insecure rego built-ins when defining authorization policies...

5.3CVSS6.8AI score0.00519EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2023/10/19 12:00 a.m.9 views

PT-2023-29711 · Unknown · Artifact Hub

Name of the Vulnerable Software and Affected Versions: Artifact Hub versions prior to 1.16.0 Description: Artifact Hub is a web-based application that enables finding, installing, and publishing packages and configurations for CNCF projects. It includes a fine-grained authorization mechanism that...

5.3CVSS7.3AI score0.00519EPSS
SaveExploits0References13
Wiz blog
Wiz blog
added 2023/02/02 3:53 p.m.16 views

Getting started with Open Policy Agent (OPA) to improve your cloud security

Learn Rego basics from Wiz to express policy as code for your cloud security...

7.1AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/09/16 5:42 p.m.56 views

OPA Compiler: Bypass of WithUnsafeBuiltins using "with" keyword to mock functions

Impact The Rego compiler provides a deprecated WithUnsafeBuiltins function, which allows users to provide a set of built-in functions that should be deemed unsafe — and as such rejected — by the compiler if encountered in the policy compilation stage. A bypass of this protection has been found,...

9.8CVSS9.1AI score0.01295EPSS
SaveExploits1References9Affected Software1
RedhatCVE
RedhatCVE
added 2022/09/09 9:13 a.m.29 views

CVE-2022-36085

A flaw was found in open-policy-agent. The Rego compiler provides a deprecated WithUnsafeBuiltins function, allowing users to provide a set of built-in functions that should be deemed unsafe and rejected by the compiler if encountered in the policy compilation stage. A bypass of this protection c...

9.8CVSS4.6AI score0.01295EPSS
SaveExploits1References4
Prion
Prion
added 2022/09/08 2:15 p.m.25 views

Design/Logic Flaw

Open Policy Agent OPA is an open source, general-purpose policy engine. The Rego compiler provides a deprecated WithUnsafeBuiltins function, which allows users to provide a set of built-in functions that should be deemed unsafe — and as such rejected — by the compiler if encountered in the...

7.5CVSS9.3AI score0.01295EPSS
SaveExploits1References6Affected Software1
Cvelist
Cvelist
added 2022/09/08 1:30 p.m.48 views

CVE-2022-36085 OPA Compiler: Bypass of WithUnsafeBuiltins using `with` keyword to mock functions

Open Policy Agent OPA is an open source, general-purpose policy engine. The Rego compiler provides a deprecated WithUnsafeBuiltins function, which allows users to provide a set of built-in functions that should be deemed unsafe — and as such rejected — by the compiler if encountered in the policy...

7.4CVSS9.7AI score0.01295EPSS
SaveExploits1References6
OSV
OSV
added 2022/09/08 1:30 p.m.26 views

CVE-2022-36085 OPA Compiler: Bypass of WithUnsafeBuiltins using `with` keyword to mock functions

Open Policy Agent OPA is an open source, general-purpose policy engine. The Rego compiler provides a deprecated WithUnsafeBuiltins function, which allows users to provide a set of built-in functions that should be deemed unsafe — and as such rejected — by the compiler if encountered in the policy...

7.4CVSS9.2AI score
SaveExploits0References8
CVE
CVE
added 2022/09/08 1:30 p.m.290 views

CVE-2022-36085

Summary: CVE-2022-36085 affects the Open Policy Agent (OPA) Rego compiler. A bypass exists where the with keyword can mock unsafe built-ins, not always respected by the deprecated WithUnsafeBuiltins mechanism. This requires multiple conditions to provoke an adverse effect and has been demonstrate...

9.8CVSS8.5AI score0.01295EPSS
SaveExploits1References6Affected Software1
Vulnrichment
Vulnrichment
added 2022/09/08 1:30 p.m.13 views

CVE-2022-36085 OPA Compiler: Bypass of WithUnsafeBuiltins using `with` keyword to mock functions

Open Policy Agent OPA is an open source, general-purpose policy engine. The Rego compiler provides a deprecated WithUnsafeBuiltins function, which allows users to provide a set of built-in functions that should be deemed unsafe — and as such rejected — by the compiler if encountered in the policy...

7.4CVSS9.6AI score0.01295EPSS
SaveExploits1References6
Rows per page
Query Builder