Lucene search
+L
GitlabMost viewed

1542 matches found

GitLab Advisory Database
GitLab Advisory Database
added 2019/01/09 12:0 a.m.61 views

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

In Bootstrap, XSS is possible in the data-target attribute, a different vulnerability than CVE-2018-14041...

6.1CVSS2AI score0.04293EPSS
SaveExploits2References2Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2014/02/20 12:0 a.m.61 views

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

SQL injection vulnerability in activerecord/lib/activerecord/connectionadapters/postgresql/cast.rb in Active Record in Ruby on Rails beta1, when PostgreSQL is used, allows remote attackers to execute "add data" SQL commands via vectors involving \ backslash characters that are not properly handle...

6.8CVSS7.9AI score0.01304EPSS
SaveExploits0References2Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2025/07/18 12:0 a.m.60 views

melange's world-writable permissions expose SBOM files to potential image tampering

It was discovered that the SBOM files generated by melange in apks had file system permissions mode 666: $ apkrane ls https://packages.wolfi.dev/os/x8664/APKINDEX.tar.gz -P hello-wolfi --full --latest | xargs wget -q -O - | tar tzv 2/dev/null var/lib/db/sbom drwxr-xr-x root/root 0 2025-06-23 14:1...

4.4CVSS6.3AI score0.00125EPSS
SaveExploits0References9Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2024/11/04 12:0 a.m.60 views

Access control vulnerable to user data deletion by anonynmous users

Anonymous users can delete the user data maintained by an AccessControl.userfolder.UserFolder which may prevent any privileged access...

8.7CVSS7AI score0.00413EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2024/10/25 12:0 a.m.60 views

Autolab Misconfigured Reset Password Permissions

For email-based accounts, users with insufficient privileges could reset and theoretically access privileged users' accounts by resetting their passwords...

8.8CVSS7.1AI score0.00467EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2023/10/10 12:0 a.m.60 views

HTTP/2 Stream Cancellation Attack

HTTP/2 Rapid reset attack The HTTP/2 protocol allows clients to indicate to the server that a previous stream should be canceled by sending a RSTSTREAM frame. The protocol does not require the client and server to coordinate the cancellation in any way, the client may do it unilaterally. The clie...

7.5CVSS8.2AI score0.99999EPSS
SaveExploits21References181Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2023/07/21 12:0 a.m.60 views

Improper Access Control

KubePi is an opensource kubernetes management panel. A normal user has permission to create/update users, they can become admin by editing the isadmin value in the request. As a result any user may take administrative control of KubePi. This issue has been addressed in version 1.6.5. Users are...

9.1CVSS6.7AI score0.00743EPSS
SaveExploits1References2Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2023/03/27 12:0 a.m.60 views

Incorrect Permission Assignment for Critical Resource

Insecure Permissions vulnerability found in OpenGoofy Hippo4j v.1.4.3 allows attacker to obtain sensitive information via the ConfigVerifyController function of the Tenant Management module...

6.5CVSS5.9AI score0.00605EPSS
SaveExploits1References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2022/05/24 12:0 a.m.60 views

Improper Input Validation

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. A vulnerability was found in Argo CD prior to versions 2.3.4, 2.2.9, and 2.1.15 that allows an attacker to spoof error messages on the login screen when single sign on SSO is enabled. In order to exploit this vulnerability,...

4.3CVSS1AI score0.01215EPSS
SaveExploits0References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2022/05/17 12:0 a.m.60 views

Beaker Sensitive Information Disclosure vulnerability

Beaker before 1.6.4, when using PyCrypto to encrypt sessions, uses AES in ECB cipher mode, which might allow remote attackers to obtain portions of sensitive session data via unspecified vectors...

4.3CVSS7AI score0.02447EPSS
SaveExploits0References8Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2022/05/17 12:0 a.m.60 views

Djiblets Cross-site scripting Vulnerability via JSON Objects

A cross-site scripting XSS vulnerability in util/templatetags/djbletsjs.py in Djblets before 0.7.30 and 0.8.x before 0.8.3 for Django, as used in Review Board, allows remote attackers to inject arbitrary web script or HTML via a JSON object, as demonstrated by the name field when changing a user...

4.3CVSS7.7AI score0.02392EPSS
SaveExploits1References11Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2021/12/09 12:0 a.m.60 views

Observable Discrepancy

Fixed in v1.5.1, Argo version v1.5.0 was vulnerable to a user-enumeration vulnerability which allowed attackers to determine the usernames of valid non-SSO accounts because /api/v1/session returned 401 for an existing username and 404 otherwise...

5.3CVSS4.9AI score0.01924EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2021/04/27 12:0 a.m.60 views

Authentication Bypass by Spoofing

Nacos is a platform designed for dynamic service discovery and configuration and service management. In Nacos, when configured to use authentication -Dnacos.core.auth.enabled=true it uses the AuthFilter servlet filter to enforce authentication. This filter has a backdoor that enables Nacos server...

9.8CVSS1.1AI score0.68923EPSS
SaveExploits2References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2017/10/24 12:0 a.m.60 views

activerecord vulnerable to SQL Injection

The Active Record component in Ruby on Rails efore 2.3.15, 3.0.x before 3.0.14, 3.1.x before 3.1.6, and 3.2.x before 3.2.6 does not properly implement the passing of request data to a where method in an ActiveRecord class, which allows remote attackers to conduct certain SQL injection attacks via...

7.5CVSS7.1AI score0.02924EPSS
SaveExploits2References7Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2017/10/24 12:0 a.m.60 views

Active Record contains SQL Injection

SQL injection vulnerability in the Active Record component in Ruby on Rails before 2.3.15, 3.0.x before 3.0.18, 3.1.x before 3.1.9, and 3.2.x before 3.2.10 allows remote attackers to execute arbitrary SQL commands via a crafted request that leverages incorrect behavior of dynamic finders in...

7.5CVSS7.7AI score0.04458EPSS
SaveExploits2References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2024/08/05 12:0 a.m.59 views

gotortc vulnerable to Cross-Site Request Forgery

gotortc is a camera streaming application. Versions 1.8.5 and prior are vulnerable to Cross-Site Request Forgery. The /api/config endpoint allows one to modify the existing configuration with user-supplied values. While the API is only allowing localhost to interact without authentication, an...

8.8CVSS7.4AI score0.00471EPSS
SaveExploits1References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2024/03/22 12:0 a.m.59 views

Cross-Site Request Forgery in Anchor CMS

Anchor CMS v0.12.7 was discovered to contain a Cross-Site Request Forgery CSRF via /anchor/admin/users/delete/2...

7.4CVSS7.5AI score0.00251EPSS
SaveExploits1References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2022/03/12 12:0 a.m.59 views

Hard coded credentials in FreeTAKServer

FreeTAKServer 1.9.8 contains a hardcoded Flask secret key which allows attackers to create crafted cookies to bypass authentication or escalate privileges...

8.8CVSS5.5AI score0.01051EPSS
SaveExploits1References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2022/02/15 12:0 a.m.59 views

Authorization bypass in Istio

In Istio 1.5.0 though 1.5.8 and Istio 1.6.0 through 1.6.7, when users specify an AuthorizationPolicy resource with DENY actions using wildcard suffixes e.g. -some-suffix for source principals or namespace fields, callers will never be denied access, bypassing the intended policy...

6.8CVSS4.2AI score0.011EPSS
SaveExploits1References10Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2021/06/25 12:0 a.m.59 views

Cross-site Scripting

nextjs-auth0 lacks HTML escaping for error messages...

8CVSS0.8AI score0.01403EPSS
SaveExploits0References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2021/05/13 12:0 a.m.59 views

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

ACS Commons version 4.9.2 and earlier suffers from a Reflected Cross-site Scripting XSS vulnerability in version-compare and page-compare due to invalid JCR characters that are not handled correctly. An attacker could potentially exploit this vulnerability to inject malicious JavaScript content...

6.1CVSS1.8AI score0.03337EPSS
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2018/07/23 12:0 a.m.59 views

Django Cross-Site Request Forgery vulnerability

The CSRF protection mechanism in Django through 1.2.7 and 1.3.x through 1.3.1 does not properly handle web-server configurations supporting arbitrary HTTP Host headers, which allows remote attackers to trigger unauthenticated forged requests via vectors involving a DNS CNAME record and a web page...

6.8CVSS6.4AI score0.01093EPSS
SaveExploits0References9Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2014/07/07 12:0 a.m.59 views

SQL Injection Vulnerabilities Affecting PostgreSQL

SQLi vulnerability in activerecord...

7.5CVSS6.3AI score0.04181EPSS
SaveExploits0References2Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2024/01/30 12:0 a.m.58 views

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)

apollo-client-nextjs is the Apollo Client support for the Next.js App Router. The @apollo/experimental-apollo-client-nextjs NPM package is vulnerable to a cross-site scripting vulnerability. To exploit this vulnerability, an attacker would need to either inject malicious input e.g. by redirecting...

8.2CVSS6.4AI score0.00385EPSS
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2023/11/29 12:0 a.m.58 views

logback serialization vulnerability

A serialization vulnerability in logback receiver component part of logback allows an attacker to mount a Denial-Of-Service attack by sending poisoned data. This is only exploitable if logback receiver component is deployed. See https://logback.qos.ch/manual/receivers.html...

7.5CVSS7AI score0.009EPSS
SaveExploits0References11Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2023/09/09 12:0 a.m.58 views

hutool Buffer Overflow vulnerability

hutool v5.8.21 was discovered to contain a buffer overflow via the component jsonArray...

9.8CVSS7.2AI score0.00769EPSS
SaveExploits1References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2023/09/09 12:0 a.m.58 views

hutool Buffer Overflow vulnerability

hutool v5.8.21 was discovered to contain a buffer overflow via the component JSONUtil.parse...

7.5CVSS7.7AI score0.00706EPSS
SaveExploits1References5
GitLab Advisory Database
GitLab Advisory Database
added 2023/04/21 12:0 a.m.58 views

Authentication Bypass by Capture-replay

An issue was discovered in IO FinNet tss-lib before 2.0.0. The parameter ssid for defining a session id is not used through the MPC implementation, which makes replaying and spoofing of messages easier. In particular, the Schnorr proof of knowledge implemented in sch.go does not utilize a session...

6.8CVSS6.7AI score0.00523EPSS
SaveExploits0References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2023/02/17 12:0 a.m.58 views

Uncontrolled Resource Consumption

A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests...

7.5CVSS2.2AI score0.04561EPSS
SaveExploits0References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2022/05/13 12:0 a.m.58 views

NULL Pointer Dereference

The html package aka x/net/html before 2018-07-13 in Go mishandles "in frameset" insertion mode, leading to a "panic: runtime error" for html.Parse of , , or . This is related to HTMLTreeBuilder.cpp in WebKit...

7.5CVSS1.2AI score0.02774EPSS
SaveExploits1References12Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2022/03/30 12:0 a.m.58 views

Server-Side Request Forgery (SSRF)

C1 CMS is an open-source, .NET based Content Management System CMS. Versions prior to 6.12 allow an authenticated user to exploit Server Side Request Forgery SSRF by causing the server to make arbitrary GET requests to other servers in the local network or on localhost. The attacker may also...

7.6CVSS4.2AI score0.00752EPSS
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2022/02/24 12:0 a.m.58 views

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

In Cyrus SASL 2.1.17 through 2.1.27 before 2.1.28, plugins/sql.c does not escape the password for a SQL INSERT or UPDATE statement...

8.8CVSS3.1AI score0.04123EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2021/08/30 12:0 a.m.58 views

Incorrect Authorization

Istio is an open source platform for providing a uniform way to integrate microservices, manage traffic flow across microservices, enforce policies and aggregate telemetry data. Istio 1.11.0, 1.10.3 and below, and 1.9.7 and below contain a remotely exploitable vulnerability where an HTTP request...

8.1CVSS1AI score0.01099EPSS
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2021/06/29 12:0 a.m.58 views

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Multiple SQL injection vulnerabilities in Gogs aka Go Git Service 0.3.1-9 through 0.5.x before 0.5.6.1105 Beta allow remote attackers to execute arbitrary SQL commands via the q parameter to 1 api/v1/repos/search, which is not properly handled in models/repo.go, or 2 api/v1/users/search, which is...

7.5CVSS8.3AI score0.33391EPSS
SaveExploits5References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2021/05/25 12:0 a.m.58 views

Uncontrolled Search Path Element

git-bug before 0.7.2 has an Uncontrolled Search Path Element. It will execute git.bat from the current directory in certain PATH situations most often seen on Windows...

9.8CVSS2.7AI score0.01719EPSS
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2021/05/18 12:0 a.m.58 views

Improper Input Validation

Cloud Foundry Routing, all versions before 0.193.0, does not properly validate nonce input. A remote unauthenticated malicious user could forge an HTTP route service request using an invalid nonce that will cause the Gorouter to crash...

8.6CVSS2AI score0.0151EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2018/07/13 12:0 a.m.58 views

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

In Bootstrap, XSS is possible in the data-target property of scrollspy...

6.1CVSS1.9AI score0.04293EPSS
SaveExploits1References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2017/10/24 12:0 a.m.58 views

SQL Injection in Active Record

SQL injection vulnerability in activerecord/lib/activerecord/connectionadapters/postgresqladapter.rb in the PostgreSQL adapter for Active Record in Ruby on Rails 2.x and 3.x before 3.2.19 allows remote attackers to execute arbitrary SQL commands by leveraging improper bitstring quoting...

7.5CVSS7.9AI score0.04278EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2025/01/29 12:0 a.m.57 views

Deep Java Library path traversal issue

Deep Java Library DJL is an open-source, high-level, engine-agnostic Java framework for deep learning. DJL is designed to be easy to get started with and simple to use for Java developers. DJL provides a native Java development experience and functions like any other regular Java library. DJL...

9.8CVSS9.7AI score0.23267EPSS
SaveExploits0References7
GitLab Advisory Database
GitLab Advisory Database
added 2024/08/05 12:0 a.m.57 views

gotortc Cross-site Scripting vulnerability

gotortc is a camera streaming application. Versions 1.8.5 and prior are vulnerable to DOM-based cross-site scripting. The index page index.html shows the available streams by fetching the API in the client side. Then, it uses Object.entries to iterate over the result whose first item name gets...

6.1CVSS5.7AI score0.00453EPSS
SaveExploits1References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2023/06/09 12:0 a.m.57 views

Incomplete Internal State Distinction in GRPCWebToHTTP2ServerCodec

Affected gRPC Swift servers are vulnerable to precondition failures when parsing certain gRPC Web requests. This may lead to a denial of service...

7.5CVSS6.6AI score0.02082EPSS
SaveExploits0References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2022/08/18 12:0 a.m.57 views

Relative Path Traversal

Relative Path Traversal in kubevirt.io/kubevirt...

8.7CVSS2.6AI score0.0036EPSS
SaveExploits1References2Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2022/03/18 12:0 a.m.57 views

Deserialization of Untrusted Data

Apache Dubbo prior to 2.6.9 and 2.7.9 by default supports generic calls to arbitrary methods exposed by provider interfaces. These invocations are handled by the GenericFilter which will find the service and method specified in the first arguments of the invocation and use the Java Reflection API...

9.8CVSS3.4AI score0.04197EPSS
SaveExploits0References2Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2021/11/23 12:0 a.m.57 views

Improper Certificate Validation

The AWS IoT Device SDK v2 for Java, Python, C++ and Node.js appends a user supplied Certificate Authority CA to the root CAs instead of overriding it on macOS systems. Additionally, SNI validation is also not enabled when the CA has been “overridden”. TLS handshakes will thus succeed if the peer...

7.2CVSS1.9AI score0.00611EPSS
SaveExploits0References6
GitLab Advisory Database
GitLab Advisory Database
added 2021/06/15 12:0 a.m.57 views

go.mongodb.org/mongo-driver improperly validates cstrings when marshalling Go objects into BSON

Specific cstrings input may not be properly validated in the MongoDB Go Driver when marshalling Go objects into BSON. A malicious user could use a Go object with specific string to potentially inject additional fields into marshalled documents. This issue affects all MongoDB GO Drivers up to and...

6.8CVSS6.4AI score0.00961EPSS
SaveExploits0References8Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2019/04/02 12:0 a.m.57 views

Deserialization of Untrusted Data

The Serialize.deserialize method in CoAPthon3 mishandles certain exceptions, leading to a denial of service...

7.5CVSS3.5AI score0.01488EPSS
SaveExploits1References2Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2024/04/09 12:0 a.m.56 views

Azure Identity Library for .NET Information Disclosure Vulnerability

Azure Identity Library for .NET Information Disclosure Vulnerability...

5.5CVSS7AI score0.00711EPSS
SaveExploits0References5
GitLab Advisory Database
GitLab Advisory Database
added 2023/09/21 12:0 a.m.56 views

CefSharp affected by heap buffer overflow in WebP

Google is aware that an exploit for CVE-2023-4863 exists in the wild. Description Heap buffer overflow in WebP in Google Chrome prior to 116.0.5845.187 allowed a remote attacker to perform an out-of-bounds memory write via a crafted HTML page. Chromium security severity: Critical References -...

8.6AI score0.99735EPSS
SaveExploits9References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2023/09/09 12:0 a.m.56 views

hutool Buffer Overflow vulnerability

hutool v5.8.21 was discovered to contain a buffer overflow via the component jsonObject.putByPath...

9.8CVSS7.6AI score0.00769EPSS
SaveExploits1References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2023/07/16 12:0 a.m.56 views

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type in GitHub repository admidio/admidio prior to 4.2.10...

7.2CVSS7AI score0.01008EPSS
SaveExploits1References4Affected Software1
Total number of security vulnerabilities1542