Lucene search
+L

485 matches found

Github Security Blog
Github Security Blog
added 2022/06/21 8:12 p.m.21 views

Reachable Assertion in rulex

Impact When parsing untrusted rulex expressions, rulex may crash, possibly enabling a Denial of Service attack. This happens when the expression contains a multi-byte UTF-8 code point in a string literal or after a backslash, because rulex tries to slice into the code point and panics as a result...

6.5CVSS6.5AI score0.00815EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/06/20 8:24 p.m.5 views

MAL-2022-3550 Malicious code in hacked-shakti (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware a09b8274fbae7c8d9f1a144415ff61b7fa28150a0fe324d069df47a28e87adfb Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

7AI score
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2022/05/27 7:0 a.m.3 views

Uncontrolled Recursion in vim/vim

...

5.5CVSS6.7AI score0.01172EPSS
SaveExploits1
OSV
OSV
added 2022/05/24 5:25 p.m.70 views

GHSA-5C4V-VH95-C67C Jenkins Email Extension Plugin SMTP password transmitted and displayed in plain text

Email Extension Plugin stores an SMTP password in its global configuration file hudson.plugins.emailext.ExtendedEmailPublisher.xml on the Jenkins controller as part of its configuration. While this password is stored encrypted on disk, it is transmitted and displayed in plain text as part of the...

3.7CVSS7.6AI score0.00755EPSS
SaveExploits0References5
Code423n4
Code423n4
added 2022/05/12 12:0 a.m.9 views

Consider remove setLpToken function

143 comment Warden: gzeon Owner can call setLpToken to change the value of lpToken in WhitelistPeriodManager, which will make all onlyLpNft function revert function setLpTokenaddress lpToken internal lpToken = ILPTokenlpToken; function setLpTokenaddress lpToken external onlyOwner setLpTokenlpToke...

6.9AI score
SaveExploits0
WPVulnDB
WPVulnDB
added 2022/05/02 12:0 a.m.26 views

Tabs Responsive < 2.2.8 - Editor+ Stored Cross-Site Scripting

The plugin does not sanitise and escape Tab descriptions, which could allow high privileged users with a role as low as editor to perform Cross-Site Scripting attacks even when the unfilteredhtml capability is disallowed PoC Create/edit a Tab via the plugin, and put the following payload in a Tab...

4.8CVSS3.6AI score0.00577EPSS
SaveExploits2Affected Software1
Code423n4
Code423n4
added 2022/04/06 12:0 a.m.16 views

NonCustodialPSM.mint and redeem using mint control buffer in the inverted way

Lines of code Vulnerability details Impact Now there is no control of VOLT's issuance. For example, super fast VOLT mining is allowed, while mint control buffer will sit capped at its bufferCap, not affecting anything. This way mint speed control is disabled. The issue is that NonCustodialPSM.min...

6.6AI score
SaveExploits0
OSV
OSV
added 2022/04/01 1:39 p.m.17 views

GHSA-XHR8-MPWQ-2RR2 Automatic named constructor discovery in Valinor

Design issue - automatic constructor discovery The issue arises when upgrading from cuyz/valinor:0.3.0 to a newer system on an existing application, which broke due to the wrong constructor being picked. Still, a bigger security concern is problematic, and it is akin to...

7.1AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/04/01 1:39 p.m.24 views

Automatic named constructor discovery in Valinor

Design issue - automatic constructor discovery The issue arises when upgrading from cuyz/valinor:0.3.0 to a newer system on an existing application, which broke due to the wrong constructor being picked. Still, a bigger security concern is problematic, and it is akin to...

7.1AI score
SaveExploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2022/03/15 11:44 a.m.111 views

CVE-2022-0084

A flaw was found in XNIO, specifically in the notifyReadClosed method. The issue revealed this method was logging a message to another expected end. This flaw allows an attacker to send flawed requests to a server, possibly causing log contention-related performance concerns or an unwanted disk...

7.5CVSS2.8AI score0.01183EPSS
SaveExploits0References3
Huntr
Huntr
added 2022/03/14 9:31 p.m.14 views

The microweber application allows large characters to insert in the input field "SKU" which can allow attackers to cause a Denial of Service (DoS) via a crafted HTTP request. in microweber/microweber

Go to add post http://site.com/admin/product/create click on create new product There will a option called SKU Fill the input field with huge characters, more than 1 lakh Copy the below payload and put it in the input fields and click on continue. You will see the application accepts large...

2.2AI score0.03474EPSS
SaveExploits0References1
OSV
OSV
added 2022/02/15 1:57 a.m.13 views

GHSA-57Q7-RXQQ-7VGP On Windows, `git-sizer` might run a `git` executable within the repository being analyzed

Impact On Windows, if git-sizer is run against a non-bare repository, and that repository has an executable called git.exe, git.bat, etc., then that executable might be run by git-sizer rather than the system git executable. An attacker could try to use social engineering to get a victim to run...

7.1AI score
SaveExploits0References2
Code423n4
Code423n4
added 2021/11/16 12:0 a.m.11 views

setGuardian() Wrong implementation

Handle WatchPug Vulnerability details function setGuardianaddress guardian external onlyGovernance; governance = guardian; function setGuardianaddress guardian external onlyGovernance; governance = guardian; governance = guardian should be guardian = guardian. --- The text was updated successfull...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/14 12:0 a.m.17 views

Zap contract's redeem() function might transfer more tokens than the user should be able to receive

Handle Ruhum Vulnerability details Impact The redeem function transfers the whole balance of the specified token to the user. That can be more than the amount the user should receive. Because at the time of the call to redeem the Zap contract's balance of the passed token might not be 0. Proof of...

6.9AI score
SaveExploits0
Cvelist
Cvelist
added 2021/11/11 9:45 p.m.40 views

CVE-2021-3907 Arbitrary filepath traversal via URI injection

OctoRPKI does not escape a URI with a filename containing "..", this allows a repository to create a file, ex. rsync://example.org/repo/../../etc/cron.daily/evil.roa, which would then be written to disk outside the base cache folder. This could allow for remote code execution on the host machine...

7.4CVSS9.9AI score0.04065EPSS
SaveExploits0References4
The Hacker News
The Hacker News
added 2021/10/21 7:43 a.m.52 views

U.S. Government Bans Sale of Hacking Tools to Authoritarian Regimes

The U.S. Commerce Department on Wednesday announced new rules barring the sales of hacking software and equipment to authoritarian regimes and potentially facilitate human rights abuse for national security NS and anti-terrorism AT reasons. The mandate, which is set to go into effect in 90 days,...

0.8AI score
SaveExploits0
GithubExploit
GithubExploit
added 2021/09/24 3:30 p.m.194 views

Exploit for SQL Injection in Djangoproject Django

CVE-2021-35042 Django SQL injection bug Question: explore ho...

9.8CVSS10.2AI score0.44369EPSS
SaveExploits1
Circl
Circl
added 2021/09/16 6:25 p.m.16 views

CVE-2021-33549

creationtimestamp| type| source ---|---|--- 2021-09-16 18:25:16+00:00| seen| https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/linux/http/geutebruckinstantrecbof.rb 2025-02-06 03:13:45+00:00| seen| MISP/a1e796df-2ad8-4c8d-8b69-737a004e72dd 2025-02-23 04:10:38+00:00| seen...

7.2CVSS7AI score0.66194EPSS
SaveExploits4References1
ThreatPost
ThreatPost
added 2021/08/31 1:29 p.m.26 views

Top 3 APIs Vulnerabilities: Why Apps are Pwned by Cyberattackers

Application programming interfaces APIs have become the glue that holds today’s apps together. There’s an API to turn on the kitchen lights while still in bed. There’s an API to change the song playing on your house speakers. Whether the app is on your mobile device, entertainment system or garag...

8.2AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2021/05/24 4:59 p.m.69 views

Path traversal and files overwrite with unsquashfs in singularity

Impact Due to insecure handling of path traversal and the lack of path sanitization within unsquashfs a distribution provided utility used by Singularity, it is possible to overwrite/create any files on the host filesystem during the extraction of a crafted squashfs filesystem. Squashfs extractio...

9.3CVSS0.4AI score0.02046EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder