Lucene search
+L

4273 matches found

OSV
OSV
added 2022/05/24 4:59 p.m.18 views

GHSA-6XW9-QQ9H-CR68 Jenkins Dynatrace Plugin vulnerable to Insufficiently Protected Credentials

Jenkins Dynatrace Application Monitoring Plugin prior to 2.1.4 stores credentials unencrypted in its global configuration file on the Jenkins master where they could be viewed by users with access to the master file system. NOTE: This plugin is marked as DEPRECATED...

7.8CVSS7.5AI score0.00333EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/05/24 4:59 p.m.31 views

Jenkins Dynatrace Plugin vulnerable to Cross-Site Request Forgery

A cross-site request forgery vulnerability in Jenkins Dynatrace Application Monitoring Plugin prior to 2.1.4 allows attackers to connect to an attacker-specified URL using attacker-specified credentials. NOTE: This plugin is marked as DEPRECATED...

8.1CVSS5.4AI score0.007EPSS
SaveExploits0References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 4:59 p.m.27 views

Jenkins Dynatrace Plugin contains Incorrect Default Permissions

A missing permission check in Jenkins Dynatrace Application Monitoring Plugin allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified credentials. This issue was patched in version 2.1.5, however, please NOTE: This plugin is marked as DEPRECA...

6.5CVSS4.8AI score0.00836EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/05/24 4:59 p.m.43 views

GHSA-CQJV-WHWG-WH47 Jenkins Dynatrace Plugin contains Incorrect Default Permissions

A missing permission check in Jenkins Dynatrace Application Monitoring Plugin allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified credentials. This issue was patched in version 2.1.5, however, please NOTE: This plugin is marked as DEPRECA...

6.5CVSS6.3AI score0.00836EPSS
SaveExploits0References5
OSV
OSV
added 2022/05/24 4:59 p.m.20 views

GHSA-X546-XRX3-HJX4 Jenkins Dynatrace Plugin vulnerable to Cross-Site Request Forgery

A cross-site request forgery vulnerability in Jenkins Dynatrace Application Monitoring Plugin prior to 2.1.4 allows attackers to connect to an attacker-specified URL using attacker-specified credentials. NOTE: This plugin is marked as DEPRECATED...

8.1CVSS8AI score0.007EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2022/05/24 4:55 p.m.22 views

Jenkins IBM AppScan Plugin showed plain text password in job configuration form fields

Jenkins IBM Application Security on Cloud Plugin 1.2.4 and earlier transmitted configured passwords in plain text as part of job configuration forms, potentially resulting in their exposure. This plugin has bee deprecated...

6.5CVSS6.6AI score0.00807EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2022/05/24 4:43 p.m.19 views

Jenkins Azure PublisherSettings Credentials Plugin stored credentials in plain text

Jenkins Azure PublisherSettings Credentials Plugin stored the service management certificate unencrypted in credentials.xml on the Jenkins controller. These credentials could be viewed by users with access to the Jenkins controller file system. Azure PublisherSettings Credentials Plugin has been...

8.8CVSS6.6AI score0.01373EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2022/05/24 4:43 p.m.24 views

GHSA-RFC8-WRRF-WP3W Jenkins Azure PublisherSettings Credentials Plugin stored credentials in plain text

Jenkins Azure PublisherSettings Credentials Plugin stored the service management certificate unencrypted in credentials.xml on the Jenkins controller. These credentials could be viewed by users with access to the Jenkins controller file system. Azure PublisherSettings Credentials Plugin has been...

3.3CVSS8.7AI score0.01373EPSS
SaveExploits0References3
Spring Security Advisories
Spring Security Advisories
added 2022/05/24 4:0 p.m.37 views

Preparing for Spring Boot 3.0

Spring Boot 2.0 was the first release in the 2.x line and was published on Feburary 28th 2018. Weve just released Spring Boot 2.7 which means that, so far, weve been maintaining the 2.x line for just over 4 years. In total weve published 95 distinct releases over that timeframe! The entire Spring...

0.2AI score
SaveExploits0
OSV
OSV
added 2022/05/12 10:24 a.m.12 views

MGASA-2022-0168 Updated python-twisted packages fix security vulnerability

CVE-2022-21712: It was discovered that Twisted incorrectly filtered HTTP headers when clients are being redirected to another origin. A remote attacker could use this issue to obtain sensitive information. CVE-2022-21716: It was discovered that Twisted incorrectly processed SSH handshake data on...

7.5CVSS7.6AI score0.0351EPSS
SaveExploits1References8
Tenable Nessus
Tenable Nessus
added 2022/05/12 12:0 a.m.39 views

Security Updates for Microsoft Office Products (May 2022) (deprecated)

This plugin has been deprecated to be brought in line with Tenable's C2R plugin policy. Pleas use smbntms22mayofficec2r.nasl instead. C Tenable, Inc. @DEPRECATED@ Disabled on 2022/06/09. Deprecated by smbntms22mayofficec2r.nasl. include'compat.inc'; if description scriptid161089;...

5.7AI score0.02708EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2022/05/10 7:0 a.m.7 views

ntfsck in NTFS-3G through 2021.8.22 has a heap-based buffer overflow involving buffer+512*3-2. NOTE: the upstream position is that ntfsck is deprecated; however it is shipped by some Linux distributions.

...

7.8CVSS7.2AI score0.00504EPSS
SaveExploits1
Fedora
Fedora
added 2022/05/07 5:6 a.m.30 views

[SECURITY] Fedora 36 Update: golang-x-exp-0-0.42.20220330git053ad81.fc36

This subrepository holds experimental and deprecated packages. The idea for this subrepository originated as the pkg/exp directory of the ma in repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been...

7.5CVSS9.2AI score0.03931EPSS
SaveExploits0
Code423n4
Code423n4
added 2022/05/07 12:0 a.m.11 views

Using deprecated Chainlink function latestAnswer() in PriceOracleImplementation.sol

Lines of code Vulnerability details Impact In the function getUnderlyingPrice, Chainlink's latestAnswer is used and this function is deprecated and should not be used as this function returns 0 when there is no data rather than giving out error. Precedent of this issue can be found in...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/07 12:0 a.m.9 views

call() should be used instead of transfer() on an address payable

Lines of code Vulnerability details This is a classic Code4rena issue: instead of call , transfer is used to withdraw the ether 2021-04-meebits-findings2 Swap.sol implements potentially dangerous transfer 2021-10-tally-findings20 OpenLevV1Lib's and LPool's doTransferOut functions call native...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/07 12:0 a.m.11 views

Use of deprecated Chainlink function latestAnswer

Lines of code Vulnerability details Impact Use of deprecated Chainlink function latestAnswer According to Chainlink's documentation, the latestAnswer function is deprecated. This function does not error if no answer has been reached but returns 0, causing an incorrect price feed to USDC Price...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/05 12:0 a.m.11 views

Usage of deprecated transfer to send ETH

Lines of code Vulnerability details Vulnerability details The usage of address.send is considered a bad practice as it only uses 2300 gas and you create a high dependency of gas. It is true that this is only used in an emergency to transfer the funds to the vault, but it always a better practice ...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/04 12:0 a.m.12 views

Using deprecated Chainlink function latestAnswer

Lines of code Vulnerability details Impact According to Chainlink's documentation, the latestAnswer function is deprecated. Proof of Concept This function does not error if no answer has been reached but returns 0. Besides, the latestAnswer is reported with 18 decimals for crypto quotes but 8...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/04 12:0 a.m.15 views

Deprecated oracle can return 0 as a price

Lines of code Vulnerability details Impact According to Chainlink's documentation, the latestAnswer function is deprecated. Proof of Concept This function does not error if no answer has been reached but returns 0. Besides, the latestAnswer is reported with 18 decimals for crypto quotes but 8...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2022/05/04 12:0 a.m.19 views

Usage of deprecated Chainlink oracle function

Lines of code Vulnerability details Impact The Chainlink oracle latestAnswer function is deprecated. Instead, you're supposed to use latestRoundData. Using deprecated functions can result in the PriceOracleImplementation not returning the correct value anymore. It will affect the availability of...

6.8AI score
SaveExploits0
Rows per page
Query Builder