Lucene search
+L
GithubMost viewed

34153 matches found

Github Security Blog
Github Security Blog
added 2023/09/21 5:7 p.m.49 views

sudo-rs Session File Relative Path Traversal vulnerability

Background Sudo-rs allows users to not have to enter authentication at every sudo attempt, but instead only requiring authentication every once in a while in every terminal or process group. Only once a configurable timeout has passed will the user have to re-authenticate themselves. Supporting...

8.1CVSS7.7AI score0.00571EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/09/11 12:59 p.m.49 views

Argo CD repo-server Denial of Service vulnerability

Impact All versions of ArgoCD starting from v2.4 have a bug where the ArgoCD repo-server component is vulnerable to a Denial-of-Service attack vector. Specifically, the said component extracts a user-controlled tar.gz file without validating the size of its inner files. As a result, a malicious,...

6.5CVSS6.5AI score0.01176EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/16 9:2 p.m.49 views

Flarum vulnerable to LFI and Blind SSRF via Avatar upload

Impact The Flarum forum software is affected by a vulnerability that allows an attacker to conduct a Blind SSRF attack or disclose any file on the server, even with a basic user account on any Flarum forum. By uploading a file containing a URL and spoofing the MIME type, an attacker can manipulat...

7.1CVSS6.4AI score0.00421EPSS
SaveExploits0References4Affected Software2
Github Security Blog
Github Security Blog
added 2023/08/16 9:2 p.m.49 views

Woodpecker does not validate webhook before changing any data

Impact An attacker can post malformed webhook data which leads to an update of the repository data that can e.g. allow the takeover of a repository. This is only critical if the CI is configured for public usage and connected to a forge witch is also in public usage. Patches Please use either nex...

8.1CVSS6.3AI score0.00716EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/09 2:37 p.m.49 views

PrestaShop XSS injection through Validate::isCleanHTML method

Impact xss injection through isCleanHTML method Patches 1.7.8.10 8.0.5 8.1.1 Found by Aleksey Solovev Positive Technologies Workarounds References...

8.3CVSS7.4AI score0.00445EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/16 7:35 p.m.49 views

Grav Server Side Template Injection (SSTI) vulnerability

Summary I found an RCERemote Code Execution by SSTI in the admin screen. Details Remote Code Execution is possible by embedding malicious PHP code on the administrator screen by a user with page editing privileges. PoC 1. Log in to the administrator screen and access the edit screen of the defaul...

9.9CVSS7.6AI score0.02338EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/15 4:13 p.m.49 views

snappy-java's Integer Overflow vulnerability in shuffle leads to DoS

Summary Due to unchecked multiplications, an integer overflow may occur, causing a fatal error. Impact Denial of Service Description The function shuffleint inputhttps://github.com/xerial/snappy-java/blob/05c39b2ca9b5b7b39611529cc302d3d796329611/src/main/java/org/xerial/snappy/BitShuffle.javaL107...

7.5CVSS7.2AI score0.01707EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/06/02 5:9 p.m.49 views

DataEase API interface has IDOR vulnerability

Impact The api interface for DataEase delete dashboard and delete system messages is vulnerable to IDOR. The interface to delete the dashboard: 1. Create two users: user1 and user2 2. User1 creates a dashboard named pan1 3. User2 creates a dashboard named pan2 4. Both user1 and user2 share their...

8.1CVSS6.8AI score0.01014EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/04/19 9:41 p.m.49 views

Strapi plugins vulnerable to Server-Side Template Injection and Remote Code Execution in the Users-Permissions Plugin

Summary Strapi through 4.5.5 allows authenticated Server-Side Template Injection SSTI that can be exploited to execute arbitrary code on the server. Details Strapi through 4.5.5 allows authenticated Server-Side Template Injection SSTI that can be exploited to execute arbitrary code on the server....

10CVSS7.1AI score0.76825EPSS
SaveExploits2References9Affected Software2
Github Security Blog
Github Security Blog
added 2023/04/12 8:42 p.m.49 views

vm2 Sandbox Escape vulnerability

There exists a vulnerability in source code transformer exception sanitization logic of vm2 for versions up to 3.9.15, allowing attackers to bypass handleException and leak unsanitized host exceptions which can be used to escape the sandbox and run arbitrary code in host context. Impact A threat...

10CVSS9.7AI score0.03852EPSS
SaveExploits1References7Affected Software1
Github Security Blog
Github Security Blog
added 2023/03/24 10:4 p.m.49 views

Nginx alias path traversal allows unauthenticated attackers to read all files on /label_studio/core/

Summary The vulnerability resides on the Nginx config file: https://github.com/heartexlabs/label-studio/blob/53944e6bcede75ca5c102d655013f2e5238e85e6/deploy/default.confL119 The pattern on location /static indicates a popular misconfiguration on Nginx servers presented in 2018 originally by Orang...

6.5AI score
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/03/15 9:36 p.m.49 views

Possible XSS Security Vulnerability in SafeBuffer#bytesplice

There is a vulnerability in ActiveSupport if the new bytesplice method is called on a SafeBuffer with untrusted user input. This vulnerability has been assigned the CVE identifier CVE-2023-28120. Versions Affected: All. Not affected: None Fixed Versions: 7.0.4.3, 6.1.7.3 Impact ActiveSupport uses...

5.3CVSS3.4AI score0.00923EPSS
SaveExploits0References9Affected Software1
Github Security Blog
Github Security Blog
added 2023/03/10 9:30 p.m.49 views

Denial of service in Jenkins Core

Jenkins 2.393 and earlier, LTS 2.375.3 and earlier uses the Apache Commons FileUpload library without specifying limits for the number of request parts introduced in version 1.5 for CVE-2023-24998 in org.kohsuke.stapler.RequestImpl, allowing attackers to trigger a denial of service...

7.5CVSS7.4AI score0.0098EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/15 3:36 p.m.49 views

High resource usage when parsing multipart form data with many fields

Werkzeug's multipart form data parser will parse an unlimited number of parts, including file parts. Parts can be a small amount of bytes, but each requires CPU time to parse and may use more memory as Python data. If a request can be made to an endpoint that accesses request.data, request.form,...

7.5CVSS7.2AI score0.0142EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/02/06 11:27 p.m.49 views

Kubernetes client-go vulnerable to Sensitive Information Leak via Log File

In Kubernetes, if the logging level is set to at least 9, authorization and bearer tokens will be written to log files. This can occur both in API server logs and client tool output like kubectl. This affects = v1.19.5, = v1.18.13, = v1.17.15, v1.20.0-alpha2...

5.5CVSS6.1AI score0.00512EPSS
SaveExploits0References11Affected Software2
Github Security Blog
Github Security Blog
added 2023/01/23 10:5 p.m.49 views

Path traversal in spotipy

Summary If a malicious URI is passed to the library, the library can be tricked into performing an operation on a different API endpoint than intended. Details The code Spotipy uses to parse URIs and URLs accepts user data too liberally which allows a malicious user to insert arbitrary characters...

4.3CVSS5.1AI score0.00653EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2023/01/20 5:30 p.m.49 views

CakePHP Database\\Query::offset() and limit() methods are vulnerable to SQL injection

Impact The Cake\Database\Query::limit and Cake\Database\Query::offset methods are vulnerable to SQL injection if passed un-sanitized user request data. Patches This issue has been fixed in 4.2.12, 4.3.11, 4.4.10 Workarounds Using CakePHP's Pagination library will mitigate this issue, as will...

9.8CVSS9.8AI score0.00858EPSS
SaveExploits0References5Affected Software2
Github Security Blog
Github Security Blog
added 2023/01/18 6:20 p.m.49 views

SQL Injection Vulnerability via ActiveRecord comments

There is a possible vulnerability in ActiveRecord related to the sanitization of comments. This vulnerability has been assigned the CVE identifier CVE-2023-22794. Versions Affected: = 6.0.0 Not affected: All users running an affected release should either upgrade or use one of the workarounds...

8.8CVSS8.7AI score0.02153EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2023/01/10 10:28 p.m.49 views

Any Flarum user including unactivated can reply in public discussions whose first post was permanently deleted

If the first post of a discussion is permanently deleted but the discussion stays visible, any actor who can view the discussion is able to create a new reply via the REST API, no matter the reply permission or lock status. This includes users that don't have a validated email. Guests cannot...

3.5CVSS4.3AI score0.00555EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2023/01/06 5:37 p.m.49 views

KubePi allows malicious actor to login with a forged JWT token via Hardcoded Jwtsigkeys

Summary 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. Details session.go, the use of...

9.8CVSS9.1AI score0.69667EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/28 12:30 a.m.49 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.5CVSS7.6AI score0.017EPSS
SaveExploits0References12Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/23 12:30 p.m.49 views

usememos/memos missing Secure cookie attribute

usememos/memos is an open-source, self-hosted memo hub with knowledge management and socialization. Memos prior to 0.9.0 is missing the Secure cookie attribute, making it vulnerable to session hijacking...

6.5CVSS6.3AI score0.00376EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/08 4:11 p.m.49 views

Traefik routes exposed with an empty TLSOption

Impact There is a potential vulnerability in Traefik managing the TLS connections. A router configured with a not well-formatted TLSOption is exposed with an empty TLSOption. For instance, a route secured using an mTLS connection set with a wrong CA file is exposed without verifying the client...

8.1CVSS6.2AI score0.00488EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/12/06 9:13 p.m.49 views

Passeo uses insecure random number generator

Impact Everyone below v1.0.5 is impacted by this flaw, of confidentiality being at risk due to the passwords being easily able to be guessed with Passeo's use of the random library. It is recommended to change any passwords made with Passeo before v1.0.5 and upgrade to v1.0.5, and v1.0.5 patches...

7.5CVSS7.3AI score0.00791EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/11/09 10:7 p.m.49 views

Istio may allow identity impersonation if user has localhost access

Impact User can impersonate any workload identity within the service mesh if they have localhost access to the Istiod control plane. Patches 1.15.3 Workarounds No. If using 1.15.2 please upgrade to 1.15.3 or later. References None at this time. For more information If you have any questions or...

7.6CVSS4.7AI score0.00455EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/10/21 8:50 p.m.49 views

.NET Denial of Service Vulnerability

Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 6.0, .NET 5.0 and .NET Core 3.1. This advisory also provides guidance on what developers can do to update their applications to remove this vulnerability. A vulnerability exists in .NET 6.0, .NET 5....

7.5CVSS1AI score0.05188EPSS
SaveExploits0References11Affected Software12
Github Security Blog
Github Security Blog
added 2022/10/19 7:0 p.m.49 views

Jenkins Script Security Plugin sandbox bypass vulnerability

A sandbox bypass vulnerability involving casting an array-like value to an array type in Jenkins Script Security Plugin 1183.v774b0b0aa451 and earlier allows attackers with permission to define and run sandboxed scripts, including Pipelines, to bypass the sandbox protection and execute arbitrary...

9.9CVSS9.3AI score0.01487EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/09/23 12:0 a.m.49 views

Apache SOAP's RPCRouterServlet allows reading of arbitrary files over HTTP

An Improper Restriction of XML External Entity Reference vulnerability in RPCRouterServlet of Apache SOAP allows an attacker to read arbitrary files over HTTP. This issue affects Apache SOAP version 2.2 and later versions. It is unknown whether previous versions are also affected. NOTE: This...

7.5CVSS7.2AI score0.01445EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/09/16 10:16 p.m.49 views

TensorFlow vulnerable to segfault in `QuantizedAdd`

Impact If QuantizedAdd is given mininput or maxinput tensors of a nonzero rank, it results in a segfault that can be used to trigger a denial of service attack. python import tensorflow as tf Toutput = tf.qint32 x = tf.constant140, shape=1, dtype=tf.quint8 y = tf.constant26, shape=10,...

7.5CVSS7.5AI score0.00424EPSS
SaveExploits0References5Affected Software3
Github Security Blog
Github Security Blog
added 2022/09/16 12:0 a.m.49 views

ThinkPHP deserialization vulnerability

ThinkPHP v6.0.13 was discovered to contain a deserialization vulnerability via the component League\Flysystem\Cached\Storage\Psr6Cache. This vulnerability allows attackers to execute arbitrary code via a crafted payload...

9.8CVSS9.4AI score0.20199EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/07/12 10:15 p.m.49 views

UnsafeAccessor 1.4.0 until 1.7.0 has no security checking for UnsafeAccess.getInstance()

Overview Affected versions have no limit to using unsafe-accessor. Can be ignored if SecurityCheck.AccessLimiter not setup Details If UA was loaded as a named module, the internal data of UA will be protected by JVM and others can only access UA via UA's standard api. Main application can setup...

7.5CVSS7.3AI score0.01117EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/07/01 12:1 a.m.49 views

Ember.js Potential XSS Exploit When Binding `tagName` to User-Supplied Data

In general, Ember.js escapes or strips any user-supplied content before inserting it in strings that will be sent to innerHTML. However, the tagName property of an Ember.View was inserted into such a string without being sanitized. This means that if an application assigns a view's tagName to...

6.1CVSS0.7AI score0.00874EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 10:28 p.m.49 views

Moodle Persistent Cross-site Scripting (XSS)

Persistent XSS in /course/modedit.php of Moodle through 3.7.2 allows authenticated users Teacher and above to inject JavaScript into the session of another user e.g., enrolled student or site administrator via the introeditortext parameter. NOTE: the discoverer and vendor disagree on whether Mood...

5.4CVSS5.9AI score0.00791EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 7:20 p.m.49 views

Chakra Scripting Engine and ChakraCore Vulnerable to Memory Corruption

Chakra Scripting Engine and ChakraCore are vulnerable to memory corruption due to an out-of-bounds write. The Microsoft advisory for CVE-2021-42279 was modified in August 2022 to include Microsoft.ChakraCore as an affected product...

7.5CVSS2.6AI score0.0195EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 7:12 p.m.49 views

Read buffer overruns processing ASN.1 strings

ASN.1 strings are represented internally within OpenSSL as an ASN1STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated with a NUL 0 byte...

7.4CVSS7.8AI score0.50445EPSS
SaveExploits0References32Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 5:25 p.m.49 views

Jenkins Cross-Site Scripting vulnerability in help icons

Jenkins 2.251 and earlier, LTS 2.235.3 and earlier does not escape the tooltip content of help icons. Tooltip values can be contributed by plugins, some of which use user-specified values. This results in a stored cross-site scripting XSS vulnerability. Jenkins 2.252, LTS 2.235.4 escapes the...

5.4CVSS5.3AI score0.06765EPSS
SaveExploits3References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 5:5 p.m.49 views

phpMyAdmin SQL injection in user accounts page

In phpMyAdmin 4 before 4.9.4 and 5 before 5.0.1, SQL injection exists in the user accounts page. A malicious user could inject custom SQL in place of their own username when creating queries to this page. An attacker must have a valid MySQL account to access the server...

8.8CVSS7.9AI score0.38778EPSS
SaveExploits4References8Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 4:51 p.m.49 views

Return of Pointer Value Outside of Expected Rang in Jenkins Script Security Plugin

A sandbox bypass vulnerability in Jenkins Script Security Plugin 1.61 and earlier related to the handling of method pointer expressions allowed attackers to execute arbitrary code in sandboxed scripts...

8.8CVSS4.1AI score0.025EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/17 2:16 a.m.49 views

Apache Struts Open Redirect

Apache Struts 2 2.3.20 through 2.3.28.1 allows remote attackers to bypass intended access restrictions and conduct redirection attacks via a crafted request...

7.5CVSS6.8AI score0.09677EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/17 1:46 a.m.49 views

OpenStack Horizon Session Fixation

Session fixation vulnerability in OpenStack Dashboard Horizon folsom-1 and 2012.1 allows remote attackers to hijack web sessions via the sessionid cookie...

6.8CVSS7.2AI score0.0211EPSS
SaveExploits1References14Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/14 2:49 a.m.49 views

Improper Access Control in Elasticsearch

The Groovy scripting engine in Elasticsearch before 1.3.8 and 1.4.x before 1.4.3 allows remote attackers to bypass the sandbox protection mechanism and execute arbitrary shell commands via a crafted script...

9.8CVSS9AI score0.99906EPSS
SaveExploits19References8Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/14 2:44 a.m.49 views

Improper Neutralization of Input During Web Page Generation in Apache Axis2

Cross-site scripting XSS vulnerability in axis2-admin/axis2-admin/engagingglobally in the administration console in Apache Axis2/Java 1.4.1, 1.5.1, and possibly other versions, as used in SAP Business Objects 12, 3com IMC, and possibly other products, allows remote attackers to inject arbitrary w...

4.3CVSS3.3AI score0.34927EPSS
SaveExploits2References8Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/14 2:43 a.m.49 views

Authentication Bypass Using an Alternate Path or Channel in SpringSource Spring Security and Acegi Security

VMware SpringSource Spring Security 2.x before 2.0.6 and 3.x before 3.0.4, and Acegi Security 1.0.0 through 1.0.7, as used in IBM WebSphere Application Server WAS 6.1 and 7.0, allows remote attackers to bypass security constraints via a path parameter...

5CVSS5.7AI score0.01673EPSS
SaveExploits1References4Affected Software2
Github Security Blog
Github Security Blog
added 2022/05/14 2:24 a.m.49 views

ChakraCore RCE Vulnerability

The Chakra JavaScript engine in Microsoft Edge allows remote attackers to execute arbitrary code or cause a denial of service memory corruption via a crafted web site, aka "Scripting Engine Memory Corruption Vulnerability," a different vulnerability than CVE-2016-3199...

9.3CVSS8.6AI score0.16305EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/14 2:5 a.m.49 views

Pillow denial of service via PNG bomb

Pillow before 2.7.0 allows remote attackers to cause a denial of service via a compressed text chunk in a PNG image that has a large size when it is decompressed...

5CVSS6.6AI score0.04535EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/14 1:53 a.m.49 views

Apache XML-RPC XXE Vulnerability

XML external entity XXE vulnerability in the Apache XML-RPC aka ws-xmlrpc library 3.1.3, as used in Apache Archiva, allows remote attackers to conduct server-side request forgery SSRF attacks via a crafted DTD...

9.3CVSS6.9AI score0.08275EPSS
SaveExploits0References11Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/14 1:14 a.m.49 views

Improper Input Validation in Apache ActiveMQ

The Fileserver web application in Apache ActiveMQ 5.x before 5.14.0 allows remote attackers to upload and execute arbitrary files via an HTTP PUT followed by an HTTP MOVE request...

9.8CVSS7.3AI score0.98518EPSS
SaveExploits20References18Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/14 1:1 a.m.49 views

RubyGems Improper Input Validation vulnerability

RubyGems version Ruby 2.2 series: 2.2.9 and earlier, Ruby 2.3 series: 2.3.6 and earlier, Ruby 2.4 series: 2.4.3 and earlier, Ruby 2.5 series: 2.5.0 and earlier, prior to trunk revision 62422 contains a Improper Input Validation vulnerability in ruby gems specification homepage attribute that can...

5.3CVSS2.9AI score0.03766EPSS
SaveExploits0References22Affected Software2
Github Security Blog
Github Security Blog
added 2022/05/14 1:0 a.m.49 views

Improper Neutralization of Special Elements used in an LDAP Query in Jenkins

The remoting module in Jenkins before 2.32 and LTS before 2.19.3 allows remote attackers to execute arbitrary code via a crafted serialized Java object, which triggers an LDAP query to a third-party server...

9.8CVSS7.6AI score0.96943EPSS
SaveExploits5References16Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/13 1:36 a.m.49 views

Deserialization of Untrusted Data in Jenkins

Jenkins before versions 2.44, 2.32.2 is vulnerable to a remote code execution vulnerability involving the deserialization of various types in javax.imageio in XStream-based APIs SECURITY-383...

8.8CVSS8.8AI score0.06228EPSS
SaveExploits1References6Affected Software1
Total number of security vulnerabilities5000