Lucene search
+L

6731 matches found

Positive Technologies
Positive Technologies
added 2022/01/12 12:0 a.m.8 views

PT-2022-15861 · Jenkins · Jenkins Debian Package Builder Plugin +1

Name of the Vulnerable Software and Affected Versions: Jenkins Debian Package Builder Plugin versions 1.6.11 and earlier Description: The issue allows agents to invoke command-line git at an attacker-specified path on the controller. This enables attackers who can control agent processes to invok...

9CVSS8.6AI score0.01603EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2022/01/11 7:30 p.m.9 views

CVE-2021-36199

Running a vulnerability scanner against VideoEdge NVRs can cause some functionality to stop...

5.3CVSS6AI score0.01045EPSS
SaveExploits0References3Affected Software1
Code423n4
Code423n4
added 2022/01/11 12:0 a.m.16 views

repayDebt in Vault.sol could DOS functionality for markets

Handle p4st13r4 Vulnerability details Impact Any user can pay the debt for any borrower in Vault.sol, by using repayDebt. This function allows anyone to repay any amount of borrowed value, up-to and including the totalDebt value; it works by setting the debtstarget to zero, and decreasing totalDe...

6.9AI score
SaveExploits0
Prion
Prion
added 2022/01/10 4:15 p.m.20 views

Cross site scripting

In Teedy, versions v1.5 through v1.9 are vulnerable to Reflected Cross-Site Scripting XSS. The “search term" search functionality is not sufficiently sanitized while displaying the results of the search, which can be leveraged to inject arbitrary scripts. These scripts are executed in a victim’s...

4.3CVSS8.4AI score0.01296EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2022/01/10 3:26 p.m.41 views

CVE-2022-22114 Teedy - Reflected Cross-Site Scripting (XSS) in the Search Functionality

In Teedy, versions v1.5 through v1.9 are vulnerable to Reflected Cross-Site Scripting XSS. The “search term" search functionality is not sufficiently sanitized while displaying the results of the search, which can be leveraged to inject arbitrary scripts. These scripts are executed in a victim’s...

9.6CVSS8.7AI score0.01296EPSS
SaveExploits1References2
OSV
OSV
added 2022/01/10 3:26 p.m.33 views

CVE-2022-22114 Teedy - Reflected Cross-Site Scripting (XSS) in the Search Functionality

In Teedy, versions v1.5 through v1.9 are vulnerable to Reflected Cross-Site Scripting XSS. The “search term" search functionality is not sufficiently sanitized while displaying the results of the search, which can be leveraged to inject arbitrary scripts. These scripts are executed in a victim’s...

9.6CVSS7.2AI score
SaveExploits0References4
Code423n4
Code423n4
added 2022/01/10 12:0 a.m.7 views

Depositor can reenter contract on claim creation

Handle kenzo Vulnerability details This finding is almost identical to my previous finding "Claimer can reenter contract on claim creation", but in this scenario, the depositor can reenter via Depositors' safeMint function. When depositing, Depositors is minting the token using safeMint, which wi...

7AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/01/08 12:31 a.m.39 views

Weak Password Requirements in Daybyday CRM

In Daybyday CRM, versions 1.1 through 2.2.0 enforce weak password requirements in the user update functionality. A user with privileges to update his password could change it to a weak password, such as those with a length of a single character. This may allow an attacker to brute-force users’...

7.5CVSS3.5AI score0.01122EPSS
SaveExploits0References4Affected Software1
CNVD
CNVD
added 2022/01/07 12:0 a.m.49 views

Huawei HarmonyOS has an unspecified vulnerability (CNVD-2022-08345)

Huawei HarmonyOS is an operating system from Huawei, China. A security vulnerability exists in a component of Huawei HarmonyOS, which provides a microkernel-based, fully-scoped distributed operating system. An attacker can exploit the vulnerability to cause abnormal system functionality...

9.1CVSS2AI score0.00637EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2022/01/06 10:22 p.m.34 views

Injection in UserFrosting

In Userfrosting, versions v0.3.1 to v4.6.2 are vulnerable to Host Header Injection. By luring a victim application user to click on a link, an unauthenticated attacker can use the “forgot password” functionality to reset the victim’s password and successfully take over their account...

8.8CVSS3.7AI score0.01549EPSS
SaveExploits1References4Affected Software1
Zero Day Initiative
Zero Day Initiative
added 2022/01/06 12:0 a.m.23 views

BMC Track-It! GetData Missing Authorization Information Disclosure Vulnerability

This vulnerability allows remote attackers to disclose sensitive information on affected installations of BMC Track-It!. Authentication is required to exploit this vulnerability. The specific flaw exists within the GetData endpoint. The issue results from the lack of authorization prior to allowi...

3.1CVSS2.1AI score0.00757EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2022/01/06 12:0 a.m.73 views

Ubuntu 20.04 LTS : Linux kernel (OEM) vulnerabilities (USN-5207-1)

The remote Ubuntu 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-5207-1 advisory. Nadav Amit discovered that the hugetlb implementation in the Linux kernel did not perform TLB flushes under certain conditions. A local attacker could us...

9.8CVSS7.7AI score0.5758EPSS
SaveExploits3References5
NVD
NVD
added 2022/01/05 3:15 p.m.29 views

CVE-2022-22110

In Daybyday CRM, versions 1.1 through 2.2.0 enforce weak password requirements in the user update functionality. A user with privileges to update his password could change it to a weak password, such as those with a length of a single character. This may allow an attacker to brute-force users’...

7.5CVSS0.01122EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2022/01/04 12:0 a.m.14 views

borrow() function has state updates after a callback to msg.sender

Handle jayjonah8 Vulnerability details Impact In TimeswapPair.sol, the borrow function has a callback to the msg.sender in the middle of the function while there are still updates to state that take place after the callback. The lock modifier guards against reentrancy but not against cross functi...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/01/04 12:0 a.m.16 views

In the lend() function state updates are made after the callback

Handle jayjonah8 Vulnerability details Impact In TimeswapPair.sol, the lend function has a callback to the msg.sender in the middle of the function while there are still updates to state that take place after the callback. The lock modifier guards against reentrancy but not against cross function...

7AI score
SaveExploits0
CNVD
CNVD
added 2022/01/03 12:0 a.m.70 views

Trendnet AC2600 TEW-827DRU Information Disclosure Vulnerability

Trendnet AC2600 TEW-827DRU is a wireless router. Trendnet AC2600 TEW-827DRU is vulnerable to an information disclosure vulnerability that stems from a failure to properly disclose credentials for the device's smb functionality. An attacker could exploit the vulnerability to display all mb account...

4.9CVSS1.9AI score0.00725EPSS
SaveExploits0References1
OSV
OSV
added 2021/12/30 10:15 p.m.6 views

CVE-2021-20160

Trendnet AC2600 TEW-827DRU version 2.08B01 contains a command injection vulnerability in the smb functionality of the device. The username parameter used when configuring smb functionality for the device is vulnerable to command injection as root...

8.8CVSS5.8AI score0.03109EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2021/12/30 10:15 p.m.5 views

CVE-2021-20160

Trendnet AC2600 TEW-827DRU version 2.08B01 contains a command injection vulnerability in the smb functionality of the device. The username parameter used when configuring smb functionality for the device is vulnerable to command injection as root...

9CVSS7.6AI score0.03109EPSS
SaveExploits1References2
NVD
NVD
added 2021/12/30 10:15 p.m.22 views

CVE-2021-20160

Trendnet AC2600 TEW-827DRU version 2.08B01 contains a command injection vulnerability in the smb functionality of the device. The username parameter used when configuring smb functionality for the device is vulnerable to command injection as root...

9CVSS0.03109EPSS
SaveExploits1References1
NVD
NVD
added 2021/12/30 10:15 p.m.33 views

CVE-2021-20173

Netgear Nighthawk R6700 version 1.0.4.120 contains a command injection vulnerability in update functionality of the device. By triggering a system update check via the SOAP interface, the device is susceptible to command injection via preconfigured values...

8.8CVSS0.03199EPSS
SaveExploits1References1
Rows per page
Query Builder