Lucene search
+L
GitlabMost viewed

1550 matches found

GitLab Advisory Database
GitLab Advisory Database
•added 2022/05/24 12:00 a.m.•49 views

Use of Insufficiently Random Values

An issue was discovered in supplementary Go cryptography libraries, aka golang-googlecode-go-crypto, before 2019-03-20. A flaw was found in the amd64 implementation of golang.org/x/crypto/salsa20 and golang.org/x/crypto/salsa20/salsa. If more than 256 GiB of keystream is generated, or if the...

5.9CVSS2.2AI score0.03465EPSS
SaveExploits0References15Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/05/02 12:00 a.m.•49 views

Django cross-site request forgery (CSRF) vulnerability

The administration application in Django 0.91.x, 0.95.x, and 0.96.x stores unauthenticated HTTP POST requests and processes them after successful authentication occurs, which allows remote attackers to conduct cross-site request forgery CSRF attacks and delete or modify data via unspecified...

5.8CVSS6.7AI score0.00931EPSS
SaveExploits0References10Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/10/12 12:00 a.m.•49 views

Improper Input Validation

An authenticated Apache Traffic Control Traffic Ops user with Portal-level privileges can send a request with a specially-crafted email subject to the /deliveryservices/request Traffic Ops endpoint to send an email, from the Traffic Ops server, with an arbitrary body to an arbitrary email address...

4.3CVSS3AI score0.02824EPSS
SaveExploits0References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/08/16 12:00 a.m.•49 views

Path Traversal

bblfshd is an open source self-hosted server for source code parsing. In bblfshd there is a zipslip vulnerability. The unsafe handling of symbolic links in an unpacking routine may enable attackers to read and/or write to arbitrary locations outside the designated target folder. This issue may le...

9.1CVSS1.8AI score0.00918EPSS
SaveExploits1References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/05/24 12:00 a.m.•49 views

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

In Helm before versions 2.16.11 and 3.3.2, a Helm plugin can contain duplicates of the same entry, with the last one always used. If a plugin is compromised, this lowers the level of access that an attacker needs to modify a plugin's install hooks, causing a local execution attack. To perform thi...

6.5CVSS3.6AI score0.01517EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2019/09/16 12:00 a.m.•49 views

Incorrect Default Permissions

The File Session Manager in Beego allows local users to read session files because of weak permissions for individual files...

5.5CVSS3.9AI score0.00362EPSS
SaveExploits1References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2017/10/24 12:00 a.m.•49 views

Improper Input Validation

The tos method in actionpack/lib/actiondispatch/middleware/remoteip.rb in Ruby on Rails 3.0.5 does not validate the X-Forwarded-For header in requests from IP addresses on a Class C network, which might allow remote attackers to inject arbitrary text into log files or bypass intended address...

4.3CVSS4.5AI score0.06666EPSS
SaveExploits2References11Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2017/07/10 12:00 a.m.•49 views

Uncontrolled Resource Consumption

The Traffic Router component of the incubating Apache Traffic Control project is vulnerable to a Slowloris style Denial of Service attack. TCP connections made on the configured DNS port will remain in the ESTABLISHED state until the client explicitly closes the connection or Traffic Router is...

7.5CVSS1.9AI score0.04671EPSS
SaveExploits0References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2016/06/07 12:00 a.m.•49 views

Security Misconfiguration Vulnerability

There's an improper default directory umask that can potentially allow unauthorized modifications of PHP code...

7.8CVSS3.7AI score0.00381EPSS
SaveExploits0References2Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2014/04/23 12:00 a.m.•49 views

Unexpected code execution using reverse()

Django incorrectly handle dotted Python paths when using the django.core.urlresolvers.reverse function. An attacker can use this issue to cause Django to import arbitrary modules from the Python path, resulting in possible code execution...

5.1CVSS6.7AI score0.0565EPSS
SaveExploits0References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2013/03/19 12:00 a.m.•49 views

XSS Vulnerability in the `sanitize` helper

The sanitize helper in Ruby on Rails is designed to filter HTML and remove all tags and attributes which could be malicious...

4.3CVSS0.8AI score0.01868EPSS
SaveExploits0References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2013/02/12 12:00 a.m.•49 views

Circumvention of attr_protected

The attrprotected method allows developers to specify a denylist of model attributes which users should not be allowed to assign to. By using a specially crafted request, attackers could circumvent this protection and alter values that were meant to be protected...

4.3CVSS5.9AI score0.0246EPSS
SaveExploits1References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2012/08/10 12:00 a.m.•49 views

Ruby on Rails Potential XSS Vulnerability in select_tag prompt

When a value for the prompt field is supplied to the selecttag helper, the value is not escaped. If untrusted data is not escaped, and is supplied as the prompt value, there is a potential for XSS attacks...

4.3CVSS1.6AI score0.01306EPSS
SaveExploits1References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2026/05/04 12:00 a.m.•48 views

apko `DiscoverKeys` has a panic on non-rsa jwks key that causes crash during key discovery

DiscoverKeys in pkg/apk/apk/implementation.go unconditionally type-asserts JWKS keys as rsa.PublicKey without checking the key type. If a repository JWKS endpoint returns a non-RSA key e.g. EC, the unchecked assertion panics and crashes apko. This affects any workflow that initializes the APK...

6.5CVSS5.8AI score0.00252EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2026/04/03 12:00 a.m.•48 views

Swift Crypto: X-Wing HPKE Decapsulation Accepts Malformed Ciphertext Length

The X-Wing decapsulation path accepts attacker-controlled encapsulated ciphertext bytes without enforcing the required fixed ciphertext length. The decapsulation call is forwarded into a C API, which expects a compile-time fixed-size ciphertext buffer of 1120 bytes. This creates an FFI...

7.5CVSS6AI score0.00472EPSS
SaveExploits1References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2025/05/21 12:00 a.m.•48 views

Ackites KillWxapkg vulnerable to OS Command Injection

A vulnerability was found in Ackites KillWxapkg up to 2.4.1. It has been declared as critical. This vulnerability affects the function processFile of the file internal/unpack/unpack.go of the component wxapkg File Parser. The manipulation leads to os command injection. The attack can be initiated...

8.1CVSS6.4AI score0.02275EPSS
SaveExploits1References7Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2023/12/27 12:00 a.m.•48 views

hutool-core discovered to contain an infinite loop in the StrSplitter.splitByRegex function

hutool-core v5.8.23 was discovered to contain an infinite loop in the StrSplitter.splitByRegex function. This vulnerability allows attackers to cause a Denial of Service DoS via manipulation of the first two parameters...

7.5CVSS7.1AI score0.00654EPSS
SaveExploits1References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2023/11/22 12:00 a.m.•48 views

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

A local privilege escalation issue was found with the APM Java agent, where a user on the system could attach a malicious plugin to an application running the APM Java agent. By using this vulnerability, an attacker could execute code at a potentially higher level of permissions than their user...

7.8CVSS7.4AI score0.00249EPSS
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2023/10/16 12:00 a.m.•48 views

Allocation of Resources Without Limits or Throttling

OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. A handler wrapper out of the box adds labels http.useragent and http.method that have unbound cardinality. It leads to the server's potential memory exhaustion when many malicious requests are sent to it. HTTP...

7.5CVSS6.2AI score0.01364EPSS
SaveExploits0References10Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2023/07/05 12:00 a.m.•48 views

URL Redirection to Untrusted Site ('Open Redirect')

Open Redirect in GitHub repository go-gitea/gitea prior to 1.19.4...

4.4CVSS7AI score0.00485EPSS
SaveExploits1References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2023/06/15 12:00 a.m.•48 views

Improper Restriction of XML External Entity Reference

A vulnerability, which was classified as problematic, has been found in Dromara HuTool up to 5.8.19. Affected by this issue is the function readBySax of the file XmlUtil.java of the component XML Parsing Module. The manipulation leads to xml external entity reference. The exploit has been disclos...

7.5CVSS7AI score0.00726EPSS
SaveExploits1References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2023/02/07 12:00 a.m.•48 views

Improper Input Validation in etcd

In etcd before versions 3.3.23 and 3.4.10, a large slice causes panic in decodeRecord method. The size of a record is stored in the length field of a WAL file and no additional validation is done on this data. Therefore, it is possible to forge an extremely large frame size that can unintentional...

6.5CVSS2.9AI score0.01291EPSS
SaveExploits0References9Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/12/28 12:00 a.m.•48 views

yaml package for Go can consume excessive amounts of CPU or memory

Parsing malicious or large YAML documents can consume excessive amounts of CPU or memory...

7.5CVSS4AI score0.017EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/08/01 12:00 a.m.•48 views

Improper Certificate Validation

fs2 is a compositional, streaming I/O library for Scala. When establishing a server-mode TLSSocket using fs2-io on Node.js, the parameter requestCert = true is ignored, peer certificate verification is skipped, and the connection proceeds. The vulnerability is limited to: 1. fs2-io running on...

9.8CVSS3.2AI score0.00789EPSS
SaveExploits1References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/07/12 12:00 a.m.•48 views

RCE bug with Serialized Columns in Active Record

When serialized columns that use YAML the default are deserialized, Rails uses YAML.unsafeload to convert the YAML data in to Ruby objects. If an attacker can manipulate data in the database via means like SQL injection, then it may be possible for the attacker to escalate to an RCE. There are no...

9.8CVSS3.6AI score0.02386EPSS
SaveExploits1References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/07/06 12:00 a.m.•48 views

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

The leafInfo.match function in Beego v2.0.3 and below uses path.join to deal with wildcardvalues which can lead to cross directory risk...

9.8CVSS3AI score0.01615EPSS
SaveExploits1References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/06/02 12:00 a.m.•48 views

OS Command Injection in gogs

Missing input validation in internal/db/repoeditor.go in Gogs before 0.12.8 allows an attacker to execute code remotely. An unprivileged attacker registered user can overwrite the Git configuration in his repository. This leads to Remote Command Execution, because that configuration can contain a...

8.8CVSS2.6AI score0.02068EPSS
SaveExploits0References8Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/05/23 12:00 a.m.•48 views

Malicious HTML+XHR Artifact Privilege Escalation in Argo Workflows

Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes. In affected versions an attacker can create a workflow which produces a HTML artifact containing an HTML file that contains a script which uses XHR calls to interact with the Argo Serv...

7.1CVSS2.7AI score0.00907EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2022/04/06 12:00 a.m.•48 views

Improper Link Resolution Before File Access ('Link Following')

An issue was discovered in file profile.go in function GetCPUProfile in beego through 2.0.2, allows attackers to launch symlink attacks locally...

7.8CVSS5.3AI score0.00439EPSS
SaveExploits1References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/12/16 12:00 a.m.•48 views

Incorrect Authorization

A security issue was discovered in kube-apiserver that could allow node updates to bypass a Validating Admission Webhook. Clusters are only affected by this vulnerability if they run a Validating Admission Webhook for Nodes that denies admission based at least partially on the old state of the No...

6.5CVSS4AI score0.05524EPSS
SaveExploits1References9Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/05/27 12:00 a.m.•48 views

Observable Response Discrepancy in Flask-AppBuilder

User enumeration in database authentication in Flask-AppBuilder = 3.2.3. Allows for a non authenticated user to enumerate existing accounts by timing the response time from the server when you are logging in...

5.3CVSS5.1AI score0.03404EPSS
SaveExploits0References13Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/03/11 12:00 a.m.•48 views

Improper Link Resolution Before File Access

When gfilereplace is used with GFILECREATEREPLACEDESTINATION to replace a path that is a dangling symlink, it incorrectly also creates the target of the symlink as an empty file, which could conceivably have security relevance if the symlink is attacker-controlled...

5.3CVSS1.2AI score0.02622EPSS
SaveExploits1References2Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/02/01 12:00 a.m.•48 views

Regular Expression Denial of Service

The ReDOS vulnerability of the regex is mainly due to the sub-pattern a-zA-Z0-9.-+.a-zA-Z0-9.-+ This issue can be mitigated by Markdown to format user content instead of the urlize filter, or by implementing request timeouts and limiting process memory...

5.3CVSS3.5AI score0.03546EPSS
SaveExploits1References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/01/26 12:00 a.m.•48 views

Incorrect Permission Assignment for Critical Resource

When ORT now via atstccfg generates ipallow.config files in Apache Traffic Control to to, those files include permissions that allow bad actors to push arbitrary content into and remove arbitrary content from CDN cache servers. Additionally, these permissions are potentially extended to IP...

5.8CVSS3.1AI score0.03928EPSS
SaveExploits0References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2021/01/06 12:00 a.m.•48 views

Regular Expression Denial of Service in CairoSVG

When processing SVG files, the python package CairoSVG uses two regular expressions which are vulnerable to Regular Expression Denial of Service REDoS. If an attacker provides a malicious SVG, it can make cairosvg get stuck processing the file for a very long time...

5.7CVSS5.6AI score0.01466EPSS
SaveExploits1References8Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2020/08/25 12:00 a.m.•48 views

Use After Free

GNU Bison has a use-after-free in obstackfree in lib/obstack.c called from gramlex when a '\0' byte is encountered. NOTE: there is a risk only if Bison is used with untrusted input, and the observed bug happens to cause unsafe behavior with a specific compiler/architecture. The bug report was...

7.1CVSS0.6AI score0.01265EPSS
SaveExploits0References2Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2019/05/31 12:00 a.m.•48 views

Improper Certificate Validation

An issue was discovered in Hybrid Group Gobot. The mqtt subsystem skips verification of root CA certificates by default...

7.5CVSS1.6AI score0.0071EPSS
SaveExploits0References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2018/10/16 12:00 a.m.•48 views

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

Apache Axis 1.x up to and including 1.4 is vulnerable to a cross-site scripting XSS attack in the default servlet/services...

6.1CVSS2.6AI score0.10554EPSS
SaveExploits0References2Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2014/08/20 12:00 a.m.•48 views

Strong Parameter bypass with create_with

The createwith functionality in Active Record was implemented incorrectly and completely bypasses the strong parameter protection...

7.5CVSS6.3AI score0.02797EPSS
SaveExploits0References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2013/03/19 12:00 a.m.•48 views

Symbol DoS vulnerability in Active Record

When a hash is provided as the find value for a query, the keys of the hash may be converted to symbols. Carefully crafted requests can coerce params:name to return a hash, and the keys to that hash may be converted to symbols. All users running an affected release should either upgrade or use on...

5CVSS2.1AI score0.03438EPSS
SaveExploits0References1Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2011/08/29 12:00 a.m.•48 views

Response Splitting Vulnerability in Ruby on Rails

A response splitting flaw can allow a remote attacker to inject arbitrary HTTP headers into a response due to insufficient sanitization of the values provided for response content types...

4.3CVSS3.5AI score0.01748EPSS
SaveExploits0References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2025/10/07 12:00 a.m.•47 views

Akka.Remote TLS did not properly implement certificate-based authentication

This is a critical network security vulnerability for Akka.Remote users who have SSL / TLS enabled on their Akka.Remote connections and were expecting certificate-based authentication to be enforced on all peers attempting to join the network. In all versions of Akka.Remote from v1.2.0 to v1.5.51...

9.3CVSS7AI score0.00308EPSS
SaveExploits0References8Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2024/06/07 12:00 a.m.•47 views

aimeos-core arbitrary file uopload vulnerability

An arbitrary file upload vulnerability in the image upload function of aimeos-core v2024.04 allows attackers to execute arbitrary code via uploading a crafted PHP file...

7.7AI score
SaveExploits0References8Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2024/04/22 12:00 a.m.•47 views

Arbitrary Code Execution in Gitea

The git hook feature in Gitea 1.1.0 through 1.12.5 allows for authenticated remote code execution...

7.2CVSS7.3AI score0.95357EPSS
SaveExploits11References14Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2024/03/10 12:00 a.m.•47 views

1Panel is vulnerable to command injection

1Panel is vulnerable to command injection. This vulnerability has been classified as critical, has been found in 1Panel up to 1.10.1-lts. Affected by this issue is the function baseApi.UpdateDeviceSwap of the file /api/v1/toolbox/device/update/swap. The manipulation of the argument Path with the...

9.8CVSS7.7AI score0.03044EPSS
SaveExploits1References8Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2024/02/05 12:00 a.m.•47 views

1Panel set-cookie is missing the Secure keyword

The https cookie that comes with the panel does not have the Secure keyword, which may cause the cookie to be sent in plain text when accessing http accidentally. https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/Set-Cookiesecure...

7.5CVSS7.3AI score0.00304EPSS
SaveExploits0References6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2023/11/17 12:00 a.m.•47 views

@adobe/css-tools Regular Expression Denial of Service (ReDOS) while Parsing CSS

Impact @adobe/css-tools version 4.3.0 and earlier are affected by an Improper Input Validation vulnerability that could result in a denial of service while attempting to parse CSS. Patches The issue has been resolved in 4.3.1. Workarounds None References N/A...

5.3CVSS6.6AI score0.01154EPSS
SaveExploits0References3Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2023/10/16 12:00 a.m.•47 views

Allocation of Resources Without Limits or Throttling

OpenTelemetry-Go Contrib is a collection of third-party packages for OpenTelemetry-Go. A handler wrapper out of the box adds labels http.useragent and http.method that have unbound cardinality. It leads to the server's potential memory exhaustion when many malicious requests are sent to it. HTTP...

7.5CVSS6.2AI score0.01364EPSS
SaveExploits0References10Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2023/10/10 12:00 a.m.•47 views

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

Azure Identity SDK Remote Code Execution Vulnerability...

8.8CVSS7.5AI score0.02243EPSS
SaveExploits0References4Affected Software1
GitLab Advisory Database
GitLab Advisory Database
•added 2023/04/15 12:00 a.m.•47 views

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

Cross-site Scripting XSS - Stored in GitHub repository alextselegidis/easyappointments prior to 1.5.0...

5.4CVSS5.2AI score0.00475EPSS
SaveExploits1References4Affected Software1
Total number of security vulnerabilities1550