Lucene search
+L
GithubMost viewed

34132 matches found

Github Security Blog
Github Security Blog
added 2022/05/13 1:1 a.m.46 views

Missing XML Validation in Apache Xerces2

XMLscanner.java in Apache Xerces2 Java Parser before 2.12.0, as used in the Java Runtime Environment JRE in IBM Java 5.0 before 5.0 SR16-FP3, 6 before 6 SR14, 6.0.1 before 6.0.1 SR6, and 7 before 7 SR5 as well as Oracle Java SE 7u40 and earlier, Java SE 6u60 and earlier, Java SE 5.0u51 and earlie...

7.1CVSS4.7AI score0.24738EPSS
SaveExploits0References50Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/01 6:32 p.m.46 views

JULI logging component in Apache Tomcat does not restrict certain permissions for web applications

The default catalina.policy in the JULI logging component in Apache Tomcat 5.5.9 through 5.5.25 and 6.0.0 through 6.0.15 does not restrict certain permissions for web applications, which allows attackers to modify logging configuration options and overwrite arbitrary files, as demonstrated by...

6.4CVSS7AI score0.05156EPSS
SaveExploits1References39Affected Software1
Github Security Blog
Github Security Blog
added 2022/04/28 9:1 p.m.46 views

Malfunction of CSRF token validation in Shopware

Impact The CSRF tokens were not renewed after login and logout. An attacker could impersonate the victim if the attacker is able to use the same device as the victim used beforehand. Patches We recommend updating to the current version 5.7.9. You can get the update to 5.7.9 regularly via the...

7.5CVSS2.6AI score0.00582EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/04/08 9:59 p.m.46 views

Incorrect Use of Privileged APIs in org.xwiki.platform.skin.skinx

Impact Simple users can create global SSX/JSX without specific rights: in theory only users with Programming Rights should be allowed to create SSX or JSX that are executed everywhere on a wiki. But a bug allow anyone with edit rights to actually create those. Patches This issue has been patched ...

8.1CVSS1.3AI score0.00792EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/04/06 12:1 a.m.46 views

Privilege escalation in beego

beego is an open-source, high-performance web framework for the Go programming language. 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.00432EPSS
SaveExploits1References3Affected Software2
Github Security Blog
Github Security Blog
added 2022/03/25 7:27 p.m.46 views

Open Redirect in Flask-AppBuilder

Flask-AppBuilder is an application development framework built on top of Flask. Versions prior to 3.4.5 contain an open redirect vulnerability when using the database authentication login page. There are no known workarounds. Users are recommended to upgrade to version 3.4.5 or later. For more...

6.1CVSS3.1AI score0.00945EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/03/24 12:0 a.m.46 views

Missing Authentication for Critical Function in Foreman Ansible

An authorization flaw was found in Foreman Ansible. An authenticated attacker with certain permissions to create and run Ansible jobs can access hosts through job templates. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability...

8CVSS7.5AI score0.01031EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/03/12 12:0 a.m.46 views

Command injection in simple-git

The package simple-git before 3.3.0 is vulnerable to Command Injection via argument injection. When calling the .fetchremote, branch, handlerFn function, both the remote and branch parameters are passed to the git fetch subcommand. By injecting some git options, it was possible to get arbitrary...

9.8CVSS5.8AI score0.03444EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/03/10 10:7 p.m.46 views

Arbitrary file write in nats-server

This document is canonically: Background NATS.io is a high performance open source pub-sub distributed communication technology, built for the cloud, on-premise, IoT, and edge computing. JetStream is the optional RAFT-based resilient persistent feature of NATS. Problem Description The JetStream...

6.5CVSS0.1AI score0.02342EPSS
SaveExploits0References9Affected Software2
Github Security Blog
Github Security Blog
added 2022/03/02 10:24 p.m.46 views

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

This is an XSS vulnerability that has the potential to impact anyone using translations with the viewcomponent gem. Data received via user input and passed as an interpolation argument to the translate method is not properly sanitized before display. Versions 2.29.1 and 2.49.1 have been released...

8.1CVSS2.5AI score0.01092EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/03/01 9:47 p.m.46 views

Cross-Site Request Forgery (CSRF) Protection Bypass Vulnerability in CodeIgniter4

Impact This vulnerability might allow remote attackers to bypass the CodeIgniter4 CSRF protection mechanism. Patches Upgrade to v4.1.9 or later. Workarounds These are workarounds for this vulnerability, but you will still need to code as these after upgrading to v4.1.9. Otherwise, the CSRF...

8.8CVSS0.7AI score0.00565EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/26 12:0 a.m.46 views

OS Command injection in Apache Airflow

In Apache Airflow, prior to version 2.2.4, some example DAGs did not properly sanitize user-provided params, making them susceptible to OS Command Injection from the web UI...

8.8CVSS3.8AI score0.7788EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/19 12:1 a.m.46 views

MCMS Arbitrary File Deletion vulnerability

net.mingsoft:ms-basic is used for plugin management for applications built with Maven for the Mingfei Content Management System MCMS. ms-basic before 2.1.16 is vulnerable to arbitrary file deletion using POST requests to /template/writeFileContent via the oldFileName parameter. MCMS before 5.2.11...

7.1CVSS6.9AI score0.00767EPSS
SaveExploits1References3Affected Software2
Github Security Blog
Github Security Blog
added 2022/02/18 12:0 a.m.46 views

url-parse Incorrectly parses URLs that include an '@'

A specially crafted URL with an '@' sign but empty user info and no hostname, when parsed with url-parse, url-parse will return the incorrect href. In particular, js parse"http://@/127.0.0.1" Will return: yaml slashes: true, protocol: 'http:', hash: '', query: '', pathname: '/127.0.0.1', auth:...

6.5CVSS6.7AI score0.01535EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/16 11:2 p.m.46 views

open redirect in pollbot

From https://bugzilla.mozilla.org/showbug.cgi?id=1753838 Summary: There was an open redirection vulnerability in the path of: https://pollbot.services.mozilla.com/ and https://pollbot.stage.mozaws.net/ Description: An attacker can redirect anyone to malicious sites. Steps To Reproduce: Type in th...

6.1CVSS0.5AI score0.00426EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/15 1:37 a.m.46 views

Improper Input Validation in Xerces

A flaw was found in Wildfly's implementation of Xerces, specifically in the way the XMLSchemaValidator class in the JAXP component of Wildfly enforced the "use-grammar-pool-only" feature. This flaw allows a specially-crafted XML file to manipulate the validation process in certain cases. This iss...

5.3CVSS3.1AI score0.01292EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/10 11:46 p.m.46 views

OS Command Injection in node-key-sender

node-key-sender through 1.0.11 is vulnerable to Command Injection. It allows execution of arbitrary commands via the 'arrParams' argument in the 'execute' function...

9.8CVSS9.2AI score0.04118EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/10 11:42 p.m.46 views

karma-mojo enables OS Command Injection

karma-mojo through 1.0.1 is vulnerable to Command Injection. It allows execution of arbitrary commands via the config argument...

9.8CVSS9.3AI score0.04232EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/10 8:29 p.m.46 views

Request logging bypass in Jenkins Audit Trail Plugin

Audit Trail Plugin logs requests whose URL path matches an admin-configured regular expression. A discrepancy between the behavior of the plugin and the Stapler web framework in parsing URL paths allows attackers to craft URLs that would bypass request logging in Audit Trail Plugin 3.6 and earlie...

5.3CVSS5.2AI score0.01169EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/09 11:32 p.m.46 views

Segfault in `simplifyBroadcast` in Tensorflow

Impact The simplifyBroadcast function in the MLIR-TFRT infrastructure in TensorFlow is vulnerable to a segfault hence, denial of service, if called with scalar shapes. cc sizet maxRank = 0; for auto shape : llvm::enumerateshapes auto foundshape = analysis.dimensionsForShapeTensorshape.value; if...

7.5CVSS1.3AI score0.0087EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2022/02/09 11:8 p.m.46 views

Path Traversal in Crafter CMS Crafter Studio

Crafter CMS Crafter Studio 3.0.1 has a directory traversal vulnerability which allows unauthenticated attackers to view files from the operating system...

7.5CVSS7.4AI score0.01996EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/09 10:37 p.m.46 views

Improper privilege handling in Apache Accumulo

Apache Accumulo versions 1.5.0 through 1.10.0 and version 2.0.0 do not properly check the return value of some policy enforcement functions before permitting an authenticated user to perform certain administrative operations. Specifically, the return values of the 'canFlush' and...

8.1CVSS7.8AI score0.03655EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2022/02/09 12:59 a.m.46 views

Generation of Error Message Containing Sensitive Information in Keycloak

A flaw was found in Keycloak 7.0.1. A logged in user can do an account email enumeration attack...

4CVSS3.5AI score0.00766EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/28 11:6 p.m.46 views

Cross-site Scripting in livehelperchat

Stored XSS is found in SettingsLive help configurationDepartments-Departments groups-edit When a user creates a new webhook under the NAME field and puts a payload constructor.constructor'alert1', the input gets stored, at user edit groupname , the payload gets executed...

6.3CVSS0.00634EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/28 11:6 p.m.46 views

Cross-site Scripting in livehelperchat

Stored XSS is found in SettingsLive help configurationPersonal Themestatic content. Under the NAME field put a payload constructor.constructor'alert1' while creating content, and you will see that the input gets stored, and every time the user visits, the payload gets executed...

7.1CVSS1.1AI score0.00766EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/28 10:8 p.m.46 views

SQL injection in Moodle

A flaw was found in Moodle in versions 3.11 to 3.11.4. An SQL injection risk was identified in the h5p activity web service responsible for fetching user attempt data...

9.8CVSS4.3AI score0.44918EPSS
SaveExploits4References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/26 8:21 p.m.46 views

Cross-Site Request Forgery (CSRF) in livehelperchat

A CSRF issue is found in the audit configuration under settings. It was found that no CSRF token validation is getting done on the server-side. If we remove the CSRF token and keep the CSRF token field empty, the action is getting performed...

4.3CVSS1.7AI score0.00434EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/21 11:36 p.m.46 views

Path traversal in Apache James

Apache James ManagedSieve implementation alongside with the file storage for sieve scripts is vulnerable to path traversal, allowing reading and writing any file. This vulnerability had been patched in Apache James 3.6.1 and higher. We recommend the upgrade. Distributed and Cassandra based produc...

9.1CVSS2.6AI score0.03706EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/08 12:31 a.m.46 views

Missing Authorization in DayByDay CRM

In Daybyday CRM, versions 2.0.0 through 2.2.0 are vulnerable to Missing Authorization. An attacker that has the lowest privileges account employee type user, can view the appointments of all users in the system including administrators. However, this type of user is not authorized to view the...

4.3CVSS5.1AI score0.0068EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/06 9:12 p.m.46 views

Exposure of Sensitive Information to an Unauthorized Actor and Origin Validation Error in podman

A flaw was found in podman. The podman machine function used to create and manage Podman virtual machine containing a Podman process spawns a gvproxy process on the host system. The gvproxy API is accessible on port 7777 on all IP addresses on the host. If that port is open on the host's firewall...

6.5CVSS0.6AI score0.01057EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/06 7:38 p.m.46 views

Cross-site scripting in Apache Syncome EndUser

It was found that the Apache Syncope EndUser UI login page prio to 2.0.15 and 2.1.6 reflects the successMessage parameters. By this mean, a user accessing the Enduser UI could execute javascript code from URL query string...

5.4CVSS2.6AI score0.0122EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/12/20 6:17 p.m.46 views

Denial of Service in TenderMint

Description Denial of Service Tendermint 0.33.0 and above allow block proposers to include signatures for the wrong block. This may happen naturally if you start a network, have it run for some time and restart it without changing the chainID. It is a misconfiguration to reuse chainIDs. Correct...

6.5CVSS6.6AI score0.00905EPSS
SaveExploits1References8Affected Software1
Github Security Blog
Github Security Blog
added 2021/12/20 4:58 p.m.46 views

Authorization bypass in Openshift

Openshift allows remote attackers to gain privileges by updating a build configuration that was created with an allowed type to a type that is not allowed...

10CVSS6.6AI score0.04843EPSS
SaveExploits0References10Affected Software1
Github Security Blog
Github Security Blog
added 2021/12/06 6:17 p.m.46 views

Code injection in FreeIPA

A flaw was found in IPA, all 4.6.x versions before 4.6.7, all 4.7.x versions before 4.7.4 and all 4.8.x versions before 4.8.3, in the way the internal function berscanf was used in some components of the IPA server, which parsed kerberos key data. An unauthenticated attacker who could trigger...

8.8CVSS4.5AI score0.07353EPSS
SaveExploits0References12Affected Software2
Github Security Blog
Github Security Blog
added 2021/11/24 8:5 p.m.46 views

Cookie persistence after password changes in symfony/security-bundle

Description ----------- Since the rework of the Remember me cookie in Symfony 5.3, the cookie is not invalidated anymore when the user changes its password. Attackers can therefore maintain their access to the account even if the password is changed as long as they have had the chance to login on...

8.8CVSS1.4AI score0.01283EPSS
SaveExploits0References9Affected Software2
Github Security Blog
Github Security Blog
added 2021/11/23 6:18 p.m.46 views

Server-Side Request Forgery in Concrete CMS

Concrete CMS formerly concrete5 versions 8.5.6 and below and version 9.0.0 allow local IP importing causing the system to be vulnerable to SSRF attacks on the private LAN to servers by reading files from the local LAN. An attacker can pivot in the private LAN and exploit local network appsandb...

7.5CVSS4.1AI score0.01438EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/11/23 6:17 p.m.46 views

Incorrect permissions in Apache Ozone

In Apache Ozone before 1.2.0, Ozone Datanode doesn't check the access mode parameter of the block token. Authenticated users with valid READ block token can do any write operation on the same block...

6.5CVSS6.4AI score0.01501EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/11/18 8:9 p.m.46 views

Authentication Bypass by CSRF Weakness

Impact CSRF vulnerability that allows user account takeover. All applications using any version of the frontend component of solidusauthdevise are affected if protectfromforgery method is both: - Executed whether as: - A beforeaction callback the default - A prependbeforeaction option prepend: tr...

9.3CVSS1.1AI score0.00609EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/11/10 8:41 p.m.46 views

Improper Verification of Cryptographic Signature in starkbank-ecdsa

The verify function in the Stark Bank Python ECDSA library starkbank-ecdsa 2.0.0 fails to check that the signature is non-zero, which allows attackers to forge signatures on arbitrary messages...

9.8CVSS5AI score0.01198EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/11/10 8:15 p.m.46 views

Infinite open connection causes OctoRPKI to hang forever

OctoRPKI github.com/cloudflare/cfrpki/cmd/octorpki does not limit the length of a connection, allowing for a slowloris DOS attack to take place which makes OctoRPKI wait forever. Specifically, the repository that OctoRPKI sends HTTP requests to will keep the connection open for a day before a...

7.5CVSS7.5AI score0.01512EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/11/08 5:40 p.m.46 views

Prototype Pollution in json-pointer

This affects versions of package json-pointer up to and including 0.6.1. A type confusion vulnerability can lead to a bypass of CVE-2020-7709 when the pointer components are arrays...

9.8CVSS4.8AI score0.01813EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/11/03 5:30 p.m.46 views

Missing Authorization with Default Settings in Dashboard UI

Dashboard UI in Hangfire.Core uses authorization filters to protect it from showing sensitive data to unauthorized users. By default when no custom authorization filters specified, LocalRequestsOnlyAuthorizationFilter filter is being used to allow only local requests and prohibit all the remote...

8.6CVSS1AI score0.00922EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/11/01 7:18 p.m.46 views

Vulnerability in crunch function leads to arbitrary code execution via filePath parameters

aaptjs is a node wraper for aapt. An issue was discovered in the crunch function in shenzhim aaptjs 1.3.1, allows attackers to execute arbitrary code via the filePath parameters...

9.8CVSS9.4AI score0.02115EPSS
SaveExploits1References3Affected Software1
Github Security Blog
Github Security Blog
added 2021/10/21 5:46 p.m.46 views

Authz Module Non-Determinism

Impact Consensus failure for 0.43.x and 0.44.0,1 users. Funds and balances are safe. Patches 0.44.2 Workarounds Manually patch the code. --- Full details posted in https://forum.cosmos.network/t/cosmos-sdk-vulnerability-retrospective-security-advisory-jackfruit-october-12-2021/5349...

6.5CVSS1.9AI score0.01658EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/10/19 3:28 p.m.46 views

Path Traversal in @backstage/plugin-scaffolder-backend

Impact A malicious actor could read sensitive files from the environment where Scaffolder tasks are run. The attack is executed by crafting a custom Scaffolder template with a publish:github:pull-request action using a particular source path. When the template is executed the sensitive files woul...

6.8CVSS1.6AI score0.01273EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/10/04 8:13 p.m.46 views

Cross-site scripting in demos/demo.mysqli.php in getID3

Cross-site scripting XSS vulnerability in demos/demo.mysqli.php in getID3 1.X and v2.0.0-beta allows remote attackers to inject arbitrary web script or HTML via the showtagfiles parameter...

6.1CVSS4.1AI score0.01008EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/10/04 8:12 p.m.46 views

CSV injection in Craft CMS

Withdrawn Duplicate of GHSA-h7vq-5qgw-jwwq...

8.8CVSS1.3AI score0.01373EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/30 5:9 p.m.46 views

LiveQuery publishes user session tokens in parse-server

Impact For regular non-LiveQuery queries, the session token is removed from the response, but for LiveQuery payloads it is currently not. If a user has a LiveQuery subscription on the Parse.User class, all session tokens created during user sign-ups will be broadcast as part of the LiveQuery...

7.5CVSS1.2AI score0.01246EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/29 5:15 p.m.46 views

Regular Expression Denial of Service in jsoneditor

JSON Editor is a web-based tool to view, edit, format, and validate JSON. It has various modes such as a tree editor, a code editor, and a plain text editor. The jsoneditor package is vulnerable to ReDoS regular expression denial of service. An attacker that is able to provide a crafted element a...

7.5CVSS7.2AI score0.01418EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/09/20 8:43 p.m.46 views

Exposure of Sensitive Information in keycloak

A flaw was found in keycloak before version 9.0.1. When configuring an Conditional OTP Authentication Flow as a post login flow of an IDP, the failure login events for OTP are not being sent to the brute force protection event queue. So BruteForceProtector does not handle this events...

6.8CVSS5.8AI score0.01101EPSS
SaveExploits0References4Affected Software1
Total number of security vulnerabilities5000