schema_version
stringclasses
1 value
id
stringlengths
19
19
modified
stringlengths
20
20
published
stringlengths
20
20
withdrawn
stringlengths
20
20
aliases
stringlengths
2
20
summary
stringlengths
20
140
details
stringlengths
56
37.2k
severity
stringlengths
2
92
affected
stringlengths
88
7.07k
references
stringlengths
139
4.72k
database_specific
stringlengths
131
185
1.4.0
GHSA-5gjq-5339-x5cv
2023-05-17T03:40:58Z
2023-05-16T18:30:16Z
null
['CVE-2023-2196']
Jenkins Code Dx Plugin missing permission checks
Jenkins Code Dx Plugin 3.1.0 and earlier does not perform a permission check in a method implementing form validation. This allows attackers with Item/Read permission to check for the existence of an attacker-specified file path on an agent file system. Code Dx Plugin 4.0.0 requires Item/Configure permission for this...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins:codedx'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '4.0.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2196'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3145'}]
{'cwe_ids': ['CWE-22'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:40:58Z', 'nvd_published_at': None}
1.4.0
GHSA-mgv8-gggw-mrg6
2023-06-06T17:00:54Z
2023-05-05T22:22:23Z
null
['CVE-2023-30837']
vyper vulnerable to storage allocator overflow
### Impact The storage allocator does not guard against allocation overflows. This can result in vulnerabilities like the following: ```vyper owner: public(address) take_up_some_space: public(uint256[10]) buffer: public(uint256[max_value(uint256)]) @external def initialize(): self.owner = msg.sender @external def...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'}]
[{'package': {'ecosystem': 'PyPI', 'name': 'vyper'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.3.8'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/vyperlang/vyper/security/advisories/GHSA-mgv8-gggw-mrg6'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30837'}, {'type': 'WEB', 'url': 'https://github.com/vyperlang/vyper/commit/0bb7203b584e771b23536ba065a6efda457161bb'}, {'type': 'WEB', 'url': 'htt...
{'cwe_ids': ['CWE-789'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-05T22:22:23Z', 'nvd_published_at': None}
1.4.0
GHSA-ph9x-4vc9-m39g
2023-06-05T21:16:32Z
2023-05-12T20:21:00Z
null
['CVE-2023-32059']
Vyper vulnerable to incorrect ordering of arguments for kwargs passed to internal calls
### Impact Internal calls to internal functions with more than 1 default argument are compiled incorrectly. Depending on the number of arguments provided in the call, the defaults are added not right-to-left, but left-to-right. If the types are incompatible, typechecking is bypassed. In the `bar()` function in the fol...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N'}]
[{'package': {'ecosystem': 'PyPI', 'name': 'vyper'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.3.8'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/vyperlang/vyper/security/advisories/GHSA-ph9x-4vc9-m39g'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32059'}, {'type': 'WEB', 'url': 'https://github.com/vyperlang/vyper/commit/c3e68c302aa6e1429946473769dd1232145822ac'}, {'type': 'WEB', 'url': 'htt...
{'cwe_ids': ['CWE-683'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-12T20:21:00Z', 'nvd_published_at': None}
1.4.0
GHSA-8vw3-vxmj-h43w
2023-06-06T17:21:39Z
2023-05-27T06:30:41Z
null
['CVE-2023-26129']
bwm-ng vulnerable to command injection
All versions of the package bwm-ng are vulnerable to Command Injection due to improper input sanitization in the 'check' function in the bwm-ng.js file. **Note:** To execute the code snippet and potentially exploit the vulnerability, the attacker needs to have the ability to run Node.js code within the target enviro...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'npm', 'name': 'bwm-ng'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '0.1.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-26129'}, {'type': 'WEB', 'url': 'https://security.snyk.io/vuln/SNYK-JS-BWMNG-3175876'}]
{'cwe_ids': ['CWE-77'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-30T20:07:24Z', 'nvd_published_at': None}
1.4.0
GHSA-jqvr-j2vg-gjrv
2023-06-13T23:50:12Z
2023-05-30T06:30:25Z
null
['CVE-2023-34205']
Signature validation bypass in github.com/moov-io/signedxml
In Moov signedxml through 1.0.0, parsing the raw XML (as received) can result in different output than parsing the canonicalized XML. Thus, signature validation can be bypassed via a Signature Wrapping attack (aka XSW).
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/moov-io/signedxml'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.1.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-34205'}, {'type': 'WEB', 'url': 'https://github.com/moov-io/signedxml/issues/23'}, {'type': 'WEB', 'url': 'https://github.com/moov-io/signedxml/pull/25'}, {'type': 'PACKAGE', 'url': 'https://github.com/moov-io/signedxml'}, {'type': 'WEB', 'url': 'h...
{'cwe_ids': ['CWE-347'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-06-06T01:39:24Z', 'nvd_published_at': None}
1.4.0
GHSA-pjfj-qvqw-3f6v
2023-05-09T18:49:23Z
2023-05-01T15:30:26Z
null
['CVE-2022-45801']
Apache StreamPark LDAP Injection vulnerability
Apache StreamPark versions 1.0.0 to 2.0.0 have an LDAP injection vulnerability. LDAP Injection is an attack used to exploit web based applications that construct LDAP statements based on user input. When an application fails to properly sanitize user input, it's possible to modify LDAP statements through techniques sim...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.apache.streampark:streampark'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.0.0'}, {'fixed': '2.0.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-45801'}, {'type': 'PACKAGE', 'url': 'https://github.com/apache/incubator-streampark'}, {'type': 'WEB', 'url': 'https://lists.apache.org/thread/xbkwwpkp3n2rs2wcxg8l26mhsftxwwr9'}]
{'cwe_ids': ['CWE-74'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-01T22:32:07Z', 'nvd_published_at': None}
1.4.0
GHSA-53mw-69qx-q4fc
2023-05-24T18:04:23Z
2023-05-24T15:30:27Z
null
['CVE-2023-33939']
Cross-site scripting in Liferay Portal
Cross-site scripting (XSS) vulnerability in the Modified Facet widget in Liferay Portal 7.1.0 through 7.4.3.12, and Liferay DXP 7.1 before fix pack 27, 7.2 before fix pack 18, 7.3 before update 4, and 7.4 before update 9 allows remote attackers to inject arbitrary web script or HTML via a crafted payload injected into ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.liferay.portal:release.portal.bom'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '7.1.0'}, {'fixed': '7.4.3.13'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33939'}, {'type': 'PACKAGE', 'url': 'https://github.com/liferay/liferay-portal'}, {'type': 'WEB', 'url': 'https://liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/cve-2023-33939'}]
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T18:04:23Z', 'nvd_published_at': None}
1.4.0
GHSA-2h44-x2wx-49f4
2023-06-02T23:57:03Z
2023-05-22T20:33:15Z
null
['CVE-2023-30851']
Potential HTTP policy bypass when using header rules in Cilium
### Impact This issue only impacts users who: - Have a HTTP policy that applies to multiple `toEndpoints` AND - Have an allow-all rule in place that affects only one of those endpoints In such cases, a wildcard rule will be appended to the set of HTTP rules, which could cause bypass of HTTP policies. ### Patches T...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/cilium/cilium'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.11.16'}]}]}, {'package': {'ecosystem': 'Go', 'name': 'github.com/cilium/cilium'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.12.0'}, {'fixed': '1.12.9'}]...
[{'type': 'WEB', 'url': 'https://github.com/cilium/cilium/security/advisories/GHSA-2h44-x2wx-49f4'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30851'}, {'type': 'PACKAGE', 'url': 'https://github.com/cilium/cilium'}, {'type': 'WEB', 'url': 'https://github.com/cilium/cilium/releases/tag/v1.11...
{'cwe_ids': ['CWE-693'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-22T20:33:15Z', 'nvd_published_at': None}
1.4.0
GHSA-2c4m-59x9-fr2g
2023-06-16T17:57:38Z
2023-05-12T20:19:25Z
null
['CVE-2023-29401']
Gin Web Framework does not properly sanitize filename parameter of Context.FileAttachment function
The filename parameter of the Context.FileAttachment function is not properly sanitized. A maliciously crafted filename can cause the Content-Disposition header to be sent with an unexpected filename value or otherwise modify the Content-Disposition header. For example, a filename of "setup.bat";x=.txt" will be se...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/gin-gonic/gin'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.3.1-0.20190301021747-ccb9e902956d'}, {'fixed': '1.9.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-29401'}, {'type': 'WEB', 'url': 'https://github.com/gin-gonic/gin/issues/3555'}, {'type': 'WEB', 'url': 'https://github.com/gin-gonic/gin/pull/3556'}, {'type': 'PACKAGE', 'url': 'https://github.com/gin-gonic/gin'}, {'type': 'WEB', 'url': 'https://g...
{'cwe_ids': ['CWE-494'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-12T20:19:25Z', 'nvd_published_at': None}
1.4.0
GHSA-8775-5hwv-wr6v
2023-05-29T16:13:02Z
2023-05-22T20:35:03Z
null
['CVE-2023-32325']
Potential for cross-site scripting in PostHog-js
### Impact Potential for cross-site scripting in `posthog-js`. ### Patches The problem has been patched in `posthog-js` version 1.57.2. ### Workarounds - This isn't an issue for sites that have a Content Security Policy in place. - Using the HTML tracking snippet on PostHog Cloud always guarantees the latest versi...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'npm', 'name': 'posthog-js'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.57.2'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/PostHog/posthog-js/security/advisories/GHSA-8775-5hwv-wr6v'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32325'}, {'type': 'WEB', 'url': 'https://github.com/PostHog/posthog-js/pull/630'}, {'type': 'WEB', 'url': 'https://github.com/PostHog/posthog-j...
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-22T20:35:03Z', 'nvd_published_at': None}
1.4.0
GHSA-g7vw-43xg-8m4h
2023-06-02T23:05:01Z
2023-05-24T18:30:26Z
null
['CVE-2023-33945']
SQL injection in Liferay Portal
SQL injection vulnerability in the upgrade process for SQL Server in Liferay Portal 7.3.1 through 7.4.3.17, and Liferay DXP 7.3 before update 6, and 7.4 before update 18 allows attackers to execute arbitrary SQL commands via the name of a database table's primary key index. This vulnerability is only exploitable when c...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.liferay.portal:release.portal.bom'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '7.3.1'}, {'fixed': '7.4.3.18'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33945'}, {'type': 'PACKAGE', 'url': 'https://github.com/liferay/liferay-portal'}, {'type': 'WEB', 'url': 'https://liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/cve-2023-33945'}]
{'cwe_ids': ['CWE-89'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T21:52:40Z', 'nvd_published_at': None}
1.4.0
GHSA-293v-5329-36wp
2023-05-15T13:42:38Z
2023-05-08T15:30:18Z
null
['CVE-2020-22755']
MCMS vulnerable to arbitrary code execution via crafted thumbnail
File upload vulnerability in MCMS 5.0 allows attackers to execute arbitrary code via a crafted thumbnail. A different vulnerability than CVE-2022-31943.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Maven', 'name': 'net.mingsoft:ms-mcms'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '5.0.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2020-22755'}, {'type': 'WEB', 'url': 'https://github.com/ming-soft/MCMS/issues/42'}, {'type': 'PACKAGE', 'url': 'https://github.com/ming-soft/MCMS'}]
{'cwe_ids': ['CWE-434'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-11T20:34:22Z', 'nvd_published_at': None}
1.4.0
GHSA-q3j6-22wf-3jh9
2023-05-11T20:39:55Z
2023-05-11T20:39:55Z
null
[]
github.com/ipfs/go-bitswap vulnerable to DOS unbounded persistent memory leak
This package has been moved to [`github.com/ipfs/boxo/bitswap`](https://pkg.go.dev/github.com/ipfs/boxo/bitswap), this vulnerability is tracked there: https://github.com/ipfs/boxo/security/advisories/GHSA-m974-xj4j-7qv5 (`CVE-2023-25568`) ### Remediation This is a two step process: 1. Apply one of: - (**recommended...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/ipfs/go-bitswap'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.12.0'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/ipfs/boxo/security/advisories/GHSA-m974-xj4j-7qv5'}, {'type': 'WEB', 'url': 'https://github.com/ipfs/go-bitswap/security/advisories/GHSA-q3j6-22wf-3jh9'}, {'type': 'WEB', 'url': 'https://github.com/ipfs/go-libipfs/security/advisories/GHSA-m974-xj4j-7qv5'}, {'type': 'ADVISORY'...
{'cwe_ids': ['CWE-400', 'CWE-770'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-11T20:39:55Z', 'nvd_published_at': None}
1.4.0
GHSA-pgfx-g6rc-8cjv
2023-06-19T16:50:37Z
2023-05-18T17:32:00Z
null
['CVE-2022-24668']
swift-nio-http2 vulnerable to denial of service via ALTSVC or ORIGIN frames
A program using swift-nio-http2 is vulnerable to a denial of service attack caused by a network peer sending ALTSVC or ORIGIN frames. This attack affects all swift-nio-http2 versions from 1.0.0 to 1.19.1. It is fixed in 1.19.2 and later releases. This vulnerability is caused by a logical error after frame parsing but ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}]
[{'package': {'ecosystem': 'purl-type:swift', 'name': 'github.com/apple/swift-nio-http2'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.0.0'}, {'fixed': '1.19.2'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/apple/swift-nio-http2/security/advisories/GHSA-pgfx-g6rc-8cjv'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-24668'}, {'type': 'WEB', 'url': 'https://github.com/apple/swift-nio-http2/commit/000ca94f9de92c95b9ac85d44600b7b0fe25a3e5'}, {'type': 'PACKA...
{'cwe_ids': ['CWE-241'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-18T17:32:00Z', 'nvd_published_at': None}
1.4.0
GHSA-8j28-34qq-gmch
2023-05-15T20:51:20Z
2023-05-15T12:30:16Z
null
['CVE-2022-47937']
Apache Sling Commons JSON bundle vulnerable to Improper Input Validation
Improper input validation in the Apache Sling Commons JSON bundle allows an attacker to trigger unexpected errors by supplying specially-crafted input. NOTE: This vulnerability only affects products that are no longer supported by the maintainer. The org.apache.sling.commons.json bundle has been deprecated as of March...
[]
[{'package': {'ecosystem': 'Maven', 'name': 'org.apache.sling:org.apache.sling.commons.json'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '2.0.20'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-47937'}, {'type': 'WEB', 'url': 'https://github.com/apache/sling-org-apache-sling-commons-johnzon'}, {'type': 'WEB', 'url': 'https://issues.apache.org/jira/browse/SLING-6536'}, {'type': 'WEB', 'url': 'https://lists.apache.org/thread/sws7z50x47gv0c3...
{'cwe_ids': ['CWE-20'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-15T20:51:20Z', 'nvd_published_at': None}
1.4.0
GHSA-j4mx-98hw-6rv6
2023-05-09T18:48:20Z
2023-05-05T23:13:02Z
null
['CVE-2023-31144']
craftcms/cms vulnerable to cross site scripting in RSS feed widget
A malformed title in the feed widget of craftcms/cms can deliver an XSS payload. This has been resolved in [this commit](https://github.com/craftcms/cms/commit/52bd161614620edbab2d24d078ca9ebca2528442).
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'craftcms/cms'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '3.0.0'}, {'fixed': '3.8.4'}]}], 'database_specific': {'last_known_affected_version_range': '<= 3.8.3'}}, {'package': {'ecosystem': 'Packagist', 'name': 'craftcms/cms'}, 'ranges': [{'type': 'ECOSY...
[{'type': 'WEB', 'url': 'https://github.com/craftcms/cms/security/advisories/GHSA-j4mx-98hw-6rv6'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-31144'}, {'type': 'WEB', 'url': 'https://github.com/craftcms/cms/commit/52bd161614620edbab2d24d078ca9ebca2528442'}, {'type': 'WEB', 'url': 'https://g...
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-05T23:13:02Z', 'nvd_published_at': None}
1.4.0
GHSA-7gm3-mwjw-j53w
2023-05-30T21:57:10Z
2023-05-23T03:30:16Z
null
['CVE-2023-31826']
Command injection in nevado-jms
Skyscreamer Open Source Nevado JMS v1.3.2 does not perform security checks when receiving messages. This allows attackers to execute arbitrary commands via supplying crafted data.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.skyscreamer:nevado-jms'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.3.2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-31826'}, {'type': 'WEB', 'url': 'https://github.com/skyscreamer/nevado/issues/121'}, {'type': 'PACKAGE', 'url': 'https://github.com/skyscreamer/nevado'}, {'type': 'WEB', 'url': 'https://github.com/skyscreamer/nevado/releases'}, {'type': 'WEB', 'url...
{'cwe_ids': ['CWE-862'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-23T19:56:43Z', 'nvd_published_at': None}
1.4.0
GHSA-m2qf-hxjv-5gpq
2023-05-01T19:22:20Z
2023-05-01T19:22:20Z
null
['CVE-2023-30861']
Flask vulnerable to possible disclosure of permanent session cookie due to missing Vary: Cookie header
When all of the following conditions are met, a response containing data intended for one client may be cached and subsequently sent by a proxy to other clients. If the proxy also caches `Set-Cookie` headers, it may send one client's `session` cookie to other clients. The severity depends on the application's use of th...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'PyPI', 'name': 'flask'}, 'ecosystem_specific': {'affected_functions': ['flask.sessions.SecureCookieSessionInterface.save_session']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.3.0'}, {'fixed': '2.3.2'}]}]}, {'package': {'ecosystem': 'PyPI', 'name': 'flask'}, 'ecosystem_spe...
[{'type': 'WEB', 'url': 'https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30861'}, {'type': 'WEB', 'url': 'https://github.com/pallets/flask/commit/70f906c51ce49c485f1d355703e9cc3386b1cc2b'}, {'type': 'WEB', 'url': 'https:/...
{'cwe_ids': ['CWE-539'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-01T19:22:20Z', 'nvd_published_at': None}
1.4.0
GHSA-m69h-4frq-vwq7
2023-05-10T15:26:56Z
2023-05-04T03:30:22Z
null
['CVE-2023-30331']
Server-side template injection in beetl
An issue in the render function of beetl v3.15.0 allows attackers to execute server-side template injection (SSTI) via a crafted payload.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.ibeetl:beetl'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '3.15.0.RELEASE'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30331'}, {'type': 'WEB', 'url': 'https://gitee.com/xiandafu/beetl/issues/I6RUIP'}, {'type': 'PACKAGE', 'url': 'https://github.com/javamonkey/beetl2.0'}, {'type': 'WEB', 'url': 'https://github.com/luelueking/Beetl-3.15.0-vuln-poc'}]
{'cwe_ids': [], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-05-05T02:21:41Z', 'nvd_published_at': None}
1.4.0
GHSA-vgfw-766v-7q82
2023-06-01T17:16:27Z
2023-05-16T18:30:16Z
null
['CVE-2023-32998']
Jenkins AppSpider Plugin Cross-Site Request Forgery vulnerability
A cross-site request forgery (CSRF) vulnerability in Jenkins AppSpider Plugin 1.0.15 and earlier allows attackers to connect to an attacker-specified URL and send an HTTP POST request with a JSON payload consisting of attacker-specified credentials.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.rapid7:jenkinsci-appspider-plugin'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.0.16'}]}], 'database_specific': {'last_known_affected_version_range': '<= 1.0.15'}}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32998'}, {'type': 'PACKAGE', 'url': 'https://github.com/jenkinsci/appspider-build-scanner-plugin'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3121'}]
{'cwe_ids': ['CWE-352'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:36:32Z', 'nvd_published_at': None}
1.4.0
GHSA-6gp4-2f92-j2w5
2023-05-17T02:59:02Z
2023-05-16T18:30:16Z
null
['CVE-2023-32979']
Jenkins Email Extension Plugin missing permission check
Jenkins Email Extension Plugin 2.96 and earlier does not perform a permission check in a method implementing form validation. This allows attackers with Overall/Read permission to check for the existence of files in the `email-templates/` directory in the Jenkins home directory on the controller file system. This for...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins:email-ext'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.96.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32979'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3088%20(1)'}]
{'cwe_ids': ['CWE-732'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T02:59:02Z', 'nvd_published_at': None}
1.4.0
GHSA-g82w-58jf-gcxx
2023-06-07T16:04:02Z
2023-05-26T13:59:19Z
null
['CVE-2023-2878']
secrets-store-csi-driver discloses service account tokens in logs
A security issue was discovered in secrets-store-csi-driver where an actor with access to the driver logs could observe service account tokens. These tokens could then potentially be exchanged with external cloud providers to access secrets stored in cloud vault solutions. Tokens are only logged when [TokenRequests i...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'Go', 'name': 'sigs.k8s.io/secrets-store-csi-driver'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.3.3'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/kubernetes-sigs/secrets-store-csi-driver/security/advisories/GHSA-g82w-58jf-gcxx'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2878'}, {'type': 'WEB', 'url': 'https://github.com/kubernetes/kubernetes/issues/118419'}, {'type': 'PACKAGE', 'url': 'htt...
{'cwe_ids': ['CWE-532'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-26T13:59:19Z', 'nvd_published_at': None}
1.4.0
GHSA-p58x-7733-vp9m
2023-05-17T21:32:37Z
2023-05-10T15:30:22Z
null
['CVE-2023-27562']
n8n Directory Traversal vulnerability
The n8n package prior to version 0.216.1 for Node.js allows Directory Traversal.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'npm', 'name': 'n8n'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.216.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-27562'}, {'type': 'PACKAGE', 'url': 'https://github.com/n8n-io/n8n'}, {'type': 'WEB', 'url': 'https://github.com/n8n-io/n8n/releases'}, {'type': 'WEB', 'url': 'https://github.com/n8n-io/n8n/releases/tag/n8n%400.216.1'}, {'type': 'WEB', 'url': 'http...
{'cwe_ids': ['CWE-22'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-11T20:44:25Z', 'nvd_published_at': None}
1.4.0
GHSA-hjp3-5g2q-7jww
2023-05-01T14:00:47Z
2023-05-01T14:00:47Z
null
[]
Race Condition leading to logging errors
In certain setups with threaded web servers, Audited's use of `Thread.current` can incorrectly attributed audits to the wrong user. Fixed in 5.3.3. In March, @convisoappsec noticed that the library in question had a Race Condition problem, which caused logs to be registered at times with different users than those ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'RubyGems', 'name': 'audited'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '4.0.0'}, {'fixed': '5.3.3'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/collectiveidea/audited/security/advisories/GHSA-hjp3-5g2q-7jww'}, {'type': 'WEB', 'url': 'https://github.com/collectiveidea/audited/issues/601'}, {'type': 'WEB', 'url': 'https://github.com/collectiveidea/audited/pull/669'}, {'type': 'WEB', 'url': 'https://github.com/collectiv...
{'cwe_ids': [], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-05-01T14:00:47Z', 'nvd_published_at': None}
1.4.0
GHSA-38hw-368m-7jmg
2023-05-17T03:05:51Z
2023-05-16T18:30:16Z
null
['CVE-2023-32982']
Jenkins Ansible Plugin stores and displays secrets in plain text
Jenkins Ansible Plugin allows the specification of extra variables that can be passed to Ansible. These extra variables are commonly used to pass secrets. Ansible Plugin 204.v8191fd551eb_f and earlier stores these extra variables unencrypted in job config.xml files on the Jenkins controller as part of its configuratio...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins:ansible'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '205.v4cb'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32982'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3017'}]
{'cwe_ids': ['CWE-311'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:05:51Z', 'nvd_published_at': None}
1.4.0
GHSA-6v6h-rw43-97fh
2023-05-17T02:52:42Z
2023-05-16T18:30:16Z
null
['CVE-2023-32993']
Jenkins SAML Single Sign On(SSO) Plugin missing hostname validation
Jenkins SAML Single Sign On(SSO) Plugin 2.0.2 and earlier does not perform hostname validation when connecting to miniOrange or the configured IdP to retrieve SAML metadata. This lack of validation could be abused using a man-in-the-middle attack to intercept these connections. SAML Single Sign On(SSO) Plugin 2.1.0 p...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'io.jenkins.plugins:miniorange-saml-sp'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.1.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32993'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3001%20(1)'}]
{'cwe_ids': ['CWE-345'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T02:52:42Z', 'nvd_published_at': None}
1.4.0
GHSA-p744-4q6p-hvc2
2023-05-11T19:54:17Z
2023-05-11T19:54:17Z
null
['CVE-2023-32080']
Wings vulnerable to escape to host from installation container
### Impact This vulnerability impacts anyone running the affected versions of Wings. This vulnerability can be used to gain access to the host system running Wings if a user is able to modify an server's install script or the install script executes code supplied by the user (either through environment variables, or ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/pterodactyl/wings'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.7.5'}]}]}, {'package': {'ecosystem': 'Go', 'name': 'github.com/pterodactyl/wings'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.11.0'}, {'fixed': '1.1...
[{'type': 'WEB', 'url': 'https://github.com/pterodactyl/wings/security/advisories/GHSA-p744-4q6p-hvc2'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32080'}, {'type': 'PACKAGE', 'url': 'https://github.com/pterodactyl/wings'}, {'type': 'WEB', 'url': 'https://github.com/pterodactyl/wings/releas...
{'cwe_ids': ['CWE-250'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-05-11T19:54:17Z', 'nvd_published_at': None}
1.4.0
GHSA-jv3f-7m33-qp65
2023-06-01T14:51:36Z
2023-05-26T13:57:27Z
null
['CVE-2023-33955']
Minio console object names with RIGHT-TO-LEFT OVERRIDE unicode character can be exploited
### Impact Unicode RIGHT-TO-LEFT OVERRIDE characters can be used to mask the original filename. ### Reported-By Thanks to the report from Mio Li [wulilixi1@gmail.com](mailto:wulilixi1@gmail.com) ### Patches ``` commit 17e791afb90c9ad27c65f63c6be14f2f6a3a9d60 Author: Daniel Valdivia <18384552+dvaldivia@users.noreply.g...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/minio/console'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.28.0'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/minio/console/security/advisories/GHSA-jv3f-7m33-qp65'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33955'}, {'type': 'WEB', 'url': 'https://github.com/minio/console/commit/17e791afb90c9ad27c65f63c6be14f2f6a3a9d60'}, {'type': 'PACKAGE', 'url': 'htt...
{'cwe_ids': ['CWE-200'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-26T13:57:27Z', 'nvd_published_at': None}
1.4.0
GHSA-jh85-wwv9-24hv
2023-08-24T20:43:46Z
2023-05-15T20:50:23Z
null
['CVE-2023-32309']
Any file can be included with the pymdown-snippets extension
### Summary Arbitrary file read when using include file syntax. ### Details By using the syntax `--8<--"/etc/passwd"` or `--8<--"/proc/self/environ"` the content of these files will be rendered in the generated documentation. Additionally, a path relative to a specified, allowed base path can also be used to render ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'PyPI', 'name': 'pymdown-extensions'}, 'ecosystem_specific': {'affected_functions': ['pymdownx.snippets.SnippetPreprocessor', 'pymdownx.snippets.SnippetPreprocessor.get_snippet_path', 'pymdownx.snippets.SnippetExtension']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.5'}, {'...
[{'type': 'WEB', 'url': 'https://github.com/facelessuser/pymdown-extensions/security/advisories/GHSA-jh85-wwv9-24hv'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32309'}, {'type': 'WEB', 'url': 'https://github.com/facelessuser/pymdown-extensions/commit/b7bb4878d6017c03c8dc97c42d8d3bb6ee81db9...
{'cwe_ids': ['CWE-22'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-15T20:50:23Z', 'nvd_published_at': None}
1.4.0
GHSA-46f2-x6h2-x9hx
2023-05-17T03:07:51Z
2023-05-16T18:30:16Z
null
['CVE-2023-32986']
Jenkins File Parameter Plugin arbitrary file write vulnerability
Jenkins File Parameter Plugin 285.v757c5b_67a_c25 and earlier does not restrict the name (and resulting uploaded file name) of Stashed File Parameters. This allows attackers with Item/Configure permission to create or replace arbitrary files on the Jenkins controller file system with attacker-specified content. File ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Maven', 'name': 'io.jenkins.plugins:file-parameters'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '285.287.v4b'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32986'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3123'}]
{'cwe_ids': ['CWE-732'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:07:51Z', 'nvd_published_at': None}
1.4.0
GHSA-769c-p92r-xgxj
2023-06-03T00:08:33Z
2023-05-24T18:30:26Z
null
['CVE-2023-33947']
Liferay portal has unauthorized access to object definition via search
The Object module in Liferay Portal 7.4.3.4 through 7.4.3.60, and Liferay DXP 7.4 before update 61 does not segment object definition by virtual instance in search which allows remote authenticated users in one virtual instance to view object definition from a second virtual instance by searching for the object definit...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.liferay.portal:release.portal.bom'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '7.4.3.4'}, {'fixed': '7.4.3.61'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33947'}, {'type': 'PACKAGE', 'url': 'https://github.com/liferay/liferay-portal'}, {'type': 'WEB', 'url': 'https://liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/cve-2023-33947'}]
{'cwe_ids': ['CWE-284'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T21:53:14Z', 'nvd_published_at': None}
1.4.0
GHSA-36cm-h8gv-mg97
2023-05-19T23:45:12Z
2023-05-19T18:30:25Z
null
['CVE-2023-2665']
RosarioSIS Stores Sensitive Data in a Mechanism without Access Control
RosarioSIS prior to 11.0 allows anyone, regardless of authentication status, to download and view file attachments under the `salaries` module. In addition, the file names contain a date in a `YYYY-MM-DD` format and a random six-string digit, making enumerating file names with automated tools relatively easy. This coul...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'francoisjacquet/rosariosis'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '11.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2665'}, {'type': 'WEB', 'url': 'https://github.com/francoisjacquet/rosariosis/commit/09d5afaa6be07688ca1a7ac3b755b5438109e986'}, {'type': 'PACKAGE', 'url': 'https://github.com/francoisjacquet/rosariosis'}, {'type': 'WEB', 'url': 'https://huntr.dev/...
{'cwe_ids': ['CWE-921', 'CWE-922'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-19T23:45:12Z', 'nvd_published_at': None}
1.4.0
GHSA-q9mw-68c2-j6m5
2023-05-09T16:32:21Z
2023-05-03T21:56:51Z
null
['CVE-2023-31125']
engine.io Uncaught Exception vulnerability
### Impact A specially crafted HTTP request can trigger an uncaught exception on the Engine.IO server, thus killing the Node.js process. ``` TypeError: Cannot read properties of undefined (reading 'handlesUpgrades') at Server.onWebSocket (build/server.js:515:67) ``` This impacts all the users of the [`engine.io`...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}]
[{'package': {'ecosystem': 'npm', 'name': 'engine.io'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '5.1.0'}, {'fixed': '6.4.2'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/socketio/engine.io/security/advisories/GHSA-q9mw-68c2-j6m5'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-31125'}, {'type': 'WEB', 'url': 'https://github.com/socketio/engine.io/commit/fc480b4f305e16fe5972cf337d055e598372dc44'}, {'type': 'PACKAGE', '...
{'cwe_ids': ['CWE-248'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-03T21:56:51Z', 'nvd_published_at': None}
1.4.0
GHSA-2c5c-fhr8-pwh9
2023-06-02T22:03:21Z
2023-05-16T18:30:16Z
null
['CVE-2023-32999']
Jenkins AppSpider Plugin missing permission check
Jenkins AppSpider Plugin 1.0.15 and earlier does not perform a permission check in a method implementing form validation. This allows attackers with Overall/Read permission to connect to an attacker-specified URL and send an HTTP POST request with a JSON payload consisting of attacker-specified credentials. Additiona...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.rapid7:jenkinsci-appspider-plugin'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.0.16'}]}], 'database_specific': {'last_known_affected_version_range': '<= 1.0.15'}}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32999'}, {'type': 'PACKAGE', 'url': 'https://github.com/jenkinsci/appspider-build-scanner-plugin'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3121'}]
{'cwe_ids': ['CWE-276'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:37:09Z', 'nvd_published_at': None}
1.4.0
GHSA-6gvj-8vc5-8v3j
2023-05-15T20:52:19Z
2023-05-15T20:52:19Z
null
['CVE-2023-32068']
org.xwiki.platform:xwiki-platform-oldcore Open Redirect vulnerability
### Impact It's possible to exploit well known parameters in XWiki URLs to perform redirection to untrusted site. This vulnerability was partially fixed in the past for XWiki 12.10.7 and 13.3RC1 but there is still the possibility to force specific URLs to skip some checks, e.g. using URLs like `http:example.com` in th...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.xwiki.platform:xwiki-platform-oldcore'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '14.10.4'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-6gvj-8vc5-8v3j'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32068'}, {'type': 'WEB', 'url': 'https://github.com/xwiki/xwiki-platform/commit/e4f7f68e93cb08c25632c126356d218abf192d1e'}, {'type': 'ADVISOR...
{'cwe_ids': ['CWE-601'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-15T20:52:19Z', 'nvd_published_at': None}
1.4.0
GHSA-xr9h-p2rc-rpqm
2023-05-01T22:30:28Z
2023-05-01T22:30:28Z
null
['CVE-2023-30860']
WWBN/AVideo stored XSS vulnerability leads to takeover of any user's account, including admin's account
In AVideo, a normal user can make a Meeting Schedule where the user can invite another user in that Meeting, but I found out that it did not properly sanitize the malicious characters when creating a Meeting Room. This leads the attacker to put malicious scripts. Impact: Since any USER including the ADMIN can see the...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'wwbn/avideo'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '12.4'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/WWBN/AVideo/security/advisories/GHSA-xr9h-p2rc-rpqm'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30860'}, {'type': 'PACKAGE', 'url': 'https://github.com/WWBN/AVideo'}, {'type': 'WEB', 'url': 'https://youtu.be/Nke0Bmv5F-o'}]
{'cwe_ids': ['CWE-79'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-01T22:30:28Z', 'nvd_published_at': None}
1.4.0
GHSA-22fx-6r9m-r8h9
2023-06-02T21:18:04Z
2023-05-05T18:30:17Z
null
['CVE-2023-29659']
libheif vulnerable to segmentation fault via floating point exception
A Segmentation fault caused by a floating point exception exists in libheif 1.15.1 using crafted heif images via the heif::Fraction::round() function in box.cc, which causes a denial of service.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/strukturag/libheif'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.15.2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-29659'}, {'type': 'WEB', 'url': 'https://github.com/strukturag/libheif/issues/794'}, {'type': 'WEB', 'url': 'https://github.com/strukturag/libheif/commit/e05e15b57a38ec411cb9acb38512a1c36ff62991'}, {'type': 'WEB', 'url': 'https://lists.fedoraprojec...
{'cwe_ids': ['CWE-369'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-06-02T21:18:04Z', 'nvd_published_at': None}
1.4.0
GHSA-vc52-gwm3-8v2f
2023-05-31T23:39:40Z
2023-05-31T23:39:40Z
null
['CVE-2023-33966']
Missing "--allow-net" permission check for built-in Node modules
### Impact Outbound HTTP requests made using the built-in "node:http" or "node:https" modules are incorrectly not checked against the network permission allow list (`--allow-net`). Dependencies relying on these built-in modules are subject to the vulnerability too. Users of Deno versions prior to 1.34.0 are unaffecte...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N'}]
[{'package': {'ecosystem': 'crates.io', 'name': 'deno'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.34.0'}, {'fixed': '1.34.1'}]}], 'versions': ['1.34.0']}, {'package': {'ecosystem': 'crates.io', 'name': 'deno_runtime'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0.114.0'}, {'fixed':...
[{'type': 'WEB', 'url': 'https://github.com/denoland/deno/security/advisories/GHSA-vc52-gwm3-8v2f'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33966'}, {'type': 'PACKAGE', 'url': 'https://github.com/denoland/deno'}, {'type': 'WEB', 'url': 'https://github.com/denoland/deno/releases/tag/v1.34...
{'cwe_ids': ['CWE-269', 'CWE-276'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-31T23:39:40Z', 'nvd_published_at': None}
1.4.0
GHSA-qwhm-h7v3-mrjx
2023-05-30T09:05:58Z
2023-05-25T17:01:12Z
null
['CVE-2023-33192']
Improper handling of NTS cookie length that could crash the ntpd-rs server
### Impact ntpd-rs does not validate the length of NTS cookies in received NTP packets to the server. An attacker can crash the server by sending a specially crafted NTP packet containing a cookie shorter than what the server expects. The server also crashes when it is not configured to handle NTS packets. ntpd-rs run...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}]
[{'package': {'ecosystem': 'crates.io', 'name': 'ntpd'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0.3.0'}, {'fixed': '0.3.3'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/pendulum-project/ntpd-rs/security/advisories/GHSA-qwhm-h7v3-mrjx'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33192'}, {'type': 'WEB', 'url': 'https://github.com/pendulum-project/ntpd-rs/pull/752'}, {'type': 'PACKAGE', 'url': 'https://github.com/p...
{'cwe_ids': ['CWE-130'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-25T17:01:12Z', 'nvd_published_at': None}
1.4.0
GHSA-x99j-r8vv-gwwj
2023-05-11T16:39:47Z
2023-05-11T16:39:47Z
null
['CVE-2023-32075']
Pimcore vulnerable to Business Logic Errors via Customer automation rules
### Impact Business Logic Errors in the Conditions tab since the counter can be a negative number. This vulnerability is capable of the unlogic in the counter value in the Conditions tab. ### Patches Update to version 3.3.9 or apply this patch manually https://github.com/pimcore/customer-data-framework/commit/e3f3333...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'pimcore/customer-management-framework-bundle'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3.3.9'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/pimcore/customer-data-framework/security/advisories/GHSA-x99j-r8vv-gwwj'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32075'}, {'type': 'WEB', 'url': 'https://github.com/pimcore/customer-data-framework/commit/e3f333391582d9309115e6b94e875367d0ea716...
{'cwe_ids': ['CWE-20'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-11T16:39:47Z', 'nvd_published_at': None}
1.4.0
GHSA-4gm9-c9jq-g523
2023-05-19T23:46:03Z
2023-05-19T18:30:25Z
null
['CVE-2023-2666']
Froxlor vulnerable to Allocation of Resources Without Limits or Throttling
Froxlor prior to 2.0.16 has a password reset page with no rate limit.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'froxlor/froxlor'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.0.16'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2666'}, {'type': 'WEB', 'url': 'https://github.com/froxlor/froxlor/commit/1679675aa1c29d24344dd2e091ff252accb111d6'}, {'type': 'PACKAGE', 'url': 'https://github.com/froxlor/froxlor'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/0bbdc9d4-d9dc...
{'cwe_ids': ['CWE-770'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-19T23:46:03Z', 'nvd_published_at': None}
1.4.0
GHSA-w766-3572-f2hv
2023-05-17T15:37:46Z
2023-05-11T20:42:37Z
null
['CVE-2023-2630']
Pimcore Cross-site Scripting (XSS) vulnerability in Admin Translations
### Impact Execute Javascript code on victim browsers and potentially steal cookies to takeover their account. ### Patches Update to version 10.5.21 or apply this patches manually https://github.com/pimcore/pimcore/commit/7e32cc28145274ddfc30fb791012d26c1278bd38.patch ### Workarounds Apply patches manually: https://g...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'pimcore/pimcore'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '10.5.21'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/pimcore/pimcore/security/advisories/GHSA-w766-3572-f2hv'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2630'}, {'type': 'WEB', 'url': 'https://github.com/pimcore/pimcore/commit/7e32cc28145274ddfc30fb791012d26c1278bd38'}, {'type': 'PACKAGE', 'url': '...
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-11T20:42:37Z', 'nvd_published_at': None}
1.4.0
GHSA-hqxw-f8mx-cpmw
2023-05-11T20:37:54Z
2023-05-11T20:37:54Z
null
['CVE-2023-2253']
distribution catalog API endpoint can lead to OOM via malicious user input
### Impact Systems that run `distribution` built after a specific commit running on memory-restricted environments can suffer from denial of service by a crafted malicious `/v2/_catalog` API endpoint request. ### Patches Upgrade to at least 2.8.2-beta.1 if you are running `v2.8.x` release. If you use the code from ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/docker/distribution'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.8.2-beta.1'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/distribution/distribution/security/advisories/GHSA-hqxw-f8mx-cpmw'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2253'}, {'type': 'WEB', 'url': 'https://github.com/distribution/distribution/commit/f55a6552b006a381d9167e328808565dd2bf77dc'}, {'type':...
{'cwe_ids': ['CWE-475', 'CWE-770'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-11T20:37:54Z', 'nvd_published_at': None}
1.4.0
GHSA-p2fh-2h23-6grg
2023-06-02T17:11:18Z
2023-05-30T12:30:17Z
null
['CVE-2023-2972']
antfu/utils vulnerable to prototype pollution
Prototype Pollution in GitHub repository antfu/utils prior to 0.7.3.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L'}]
[{'package': {'ecosystem': 'npm', 'name': '@antfu/utils'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.7.3'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2972'}, {'type': 'WEB', 'url': 'https://github.com/antfu/utils/commit/7f8b16c6181c988bdb96613fbb2533b345f68682'}, {'type': 'PACKAGE', 'url': 'https://github.com/antfu/utils'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/009f1cd9-401c-49a7-bd...
{'cwe_ids': ['CWE-1321'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-06-02T17:11:18Z', 'nvd_published_at': None}
1.4.0
GHSA-4cvp-hr63-822j
2023-05-05T02:19:11Z
2023-05-05T02:19:11Z
null
['CVE-2023-31048']
Exposure of Sensitive Information in OPC UA .NET Standard Reference Server
This security update resolves a vulnerability in the OPC UA .NET Standard Reference Server that allows remote attackers to send malicious requests that expose sensitive information. https://files.opcfoundation.org/SecurityBulletins/OPC%20Foundation%20Security%20Bulletin%20CVE-2023-31048.pdf
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'NuGet', 'name': 'OPCFoundation.NetStandard.Opc.Ua.Core'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.4.371.86'}]}]}, {'package': {'ecosystem': 'NuGet', 'name': 'OPCFoundation.NetStandard.Opc.Ua.Server'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introdu...
[{'type': 'WEB', 'url': 'https://github.com/OPCFoundation/UA-.NETStandard/security/advisories/GHSA-4cvp-hr63-822j'}, {'type': 'PACKAGE', 'url': 'https://github.com/OPCFoundation/UA-.NETStandard'}]
{'cwe_ids': ['CWE-200'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-05T02:19:11Z', 'nvd_published_at': None}
1.4.0
GHSA-cqmj-92xf-r6r9
2023-06-05T21:07:58Z
2023-05-23T19:55:13Z
null
['CVE-2023-32695']
Insufficient validation when decoding a Socket.IO packet
### Impact A specially crafted Socket.IO packet can trigger an uncaught exception on the Socket.IO server, thus killing the Node.js process. ``` TypeError: Cannot convert object to primitive value at Socket.emit (node:events:507:25) at .../node_modules/socket.io/lib/socket.js:531:14 ``` ### Patches A ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L'}]
[{'package': {'ecosystem': 'npm', 'name': 'socket.io-parser'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '4.0.4'}, {'fixed': '4.2.3'}]}]}, {'package': {'ecosystem': 'npm', 'name': 'socket.io-parser'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '3.4.0'}, {'fixed': '3.4.3'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/socketio/socket.io-parser/security/advisories/GHSA-cqmj-92xf-r6r9'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32695'}, {'type': 'WEB', 'url': 'https://github.com/socketio/socket.io-parser/commit/1c220ddbf45ea4b44bc8dbf6f9ae245f672ba1b9'}, {'type'...
{'cwe_ids': ['CWE-20', 'CWE-754'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-23T19:55:13Z', 'nvd_published_at': None}
1.4.0
GHSA-hh7j-pg39-q563
2023-05-30T06:41:13Z
2023-05-24T17:38:52Z
null
['CVE-2023-33175']
toui allows user-specific variables to be shared between users
### Impact Websites that use `Website.user_vars` property in versions. ### Patches It affects versions v2.0.1 to v2.4.0. Please upgrade to v2.4.1 ### Workarounds Do not use `Website.user_vars` in websites when using versions v2.0.1 to v2.4.0. Also, do not use `Website.signin_user()` in version v2.4.0 only. ### Expla...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N'}]
[{'package': {'ecosystem': 'PyPI', 'name': 'toui'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.0.1'}, {'fixed': '2.4.1'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/mubarakalmehairbi/ToUI/security/advisories/GHSA-hh7j-pg39-q563'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33175'}, {'type': 'PACKAGE', 'url': 'https://github.com/mubarakalmehairbi/ToUI'}, {'type': 'WEB', 'url': 'https://github.com/mubarakalmehai...
{'cwe_ids': ['CWE-913', 'CWE-914'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T17:38:52Z', 'nvd_published_at': None}
1.4.0
GHSA-w2pm-fr62-jgv4
2023-05-25T19:07:51Z
2023-05-16T21:30:23Z
null
['CVE-2021-27131']
Moodle vulnerable to stored Cross-site Scripting
Moodle 3.10.1 is vulnerable to persistent/stored cross-site scripting (XSS) due to the improper input sanitization on the "Additional HTML Section" via "Header and Footer" parameter in `/admin/settings.php`. This vulnerability may lead an attacker to steal admin and all user account cookies by storing the malicious XSS...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'moodle/moodle'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '3.10.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2021-27131'}, {'type': 'WEB', 'url': 'https://docs.moodle.org/402/en/Risks'}, {'type': 'PACKAGE', 'url': 'https://github.com/moodle/moodle'}, {'type': 'WEB', 'url': 'https://github.com/p4nk4jv/CVEs-Assigned/blob/master/Moodle-3.10.1-CVE-2021-27131.md'}]
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T17:05:54Z', 'nvd_published_at': None}
1.4.0
GHSA-wwxh-74fx-33c6
2023-05-01T14:01:02Z
2023-05-01T14:01:02Z
null
['CVE-2023-30857']
Possible prototype pollution in metadata record, when using meta decorator
### Impact Possible prototype pollution for the `MetadataRecord`, when merged with a base class' metadata object, in `meta` decorator from the `@aedart/support` package. The likelihood is questionable, given that a class' metadata can only be set or altered when the class is decorated via `meta()`. Furthermore, objec...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'npm', 'name': '@aedart/support'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.6.1'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/aedart/ion/security/advisories/GHSA-wwxh-74fx-33c6'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30857'}, {'type': 'WEB', 'url': 'https://github.com/aedart/ion/commit/c3e2ee08710d4164d796ecb66ed291335dae9291'}, {'type': 'PACKAGE', 'url': 'https://g...
{'cwe_ids': ['CWE-1321'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-05-01T14:01:02Z', 'nvd_published_at': None}
1.4.0
GHSA-wxrx-pc44-rcgc
2023-05-30T20:07:35Z
2023-05-27T06:30:41Z
null
['CVE-2023-26128']
keep-module-latest vulnerable to Command Injection due to missing input sanitization
All versions of the package keep-module-latest are vulnerable to Command Injection due to missing input sanitization or other checks and sandboxes being employed to the installModule function. **Note:** To execute the code snippet and potentially exploit the vulnerability, the attacker needs to have the ability to ru...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'npm', 'name': 'keep-module-latest'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.0.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-26128'}, {'type': 'PACKAGE', 'url': 'https://github.com/liujunyang/keep-module-latest'}, {'type': 'WEB', 'url': 'https://github.com/liujunyang/keep-module-latest/blob/master/index.js%23L50'}, {'type': 'WEB', 'url': 'https://security.snyk.io/vuln/SN...
{'cwe_ids': ['CWE-20', 'CWE-77'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-30T20:07:35Z', 'nvd_published_at': None}
1.4.0
GHSA-49f2-j3pp-22jm
2023-05-17T03:47:59Z
2023-05-16T18:30:16Z
null
['CVE-2023-33003']
Jenkins Tag Profiler Plugin vulnerable to Cross-Site Request Forgery
Jenkins Tag Profiler Plugin 0.2 and earlier does not perform a permission check in an HTTP endpoint. This allows attackers with Overall/Read permission to reset profiler statistics. Additionally, this HTTP endpoint does not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability. As of ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins:tag-profiler'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '0.2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33003'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3083'}]
{'cwe_ids': ['CWE-352'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:47:59Z', 'nvd_published_at': None}
1.4.0
GHSA-g8ph-74m6-8m7r
2023-05-12T20:18:51Z
2023-05-12T20:18:51Z
null
[]
ClickHouse vulnerable to client certificate password exposure in client exception
### Summary As initially reported in issue #1331, when client certificate authentication is enabled with password protection, the password (referred to as the client option `sslkey`) may be exposed in client exceptions (e.g., ClickHouseException or SQLException). This vulnerability can potentially lead to unauthorized ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.clickhouse:clickhouse-client'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.4.6'}]}]}, {'package': {'ecosystem': 'Maven', 'name': 'com.clickhouse:clickhouse-jdbc'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed...
[{'type': 'WEB', 'url': 'https://github.com/ClickHouse/clickhouse-java/security/advisories/GHSA-g8ph-74m6-8m7r'}, {'type': 'WEB', 'url': 'https://github.com/ClickHouse/clickhouse-java/issues/1331'}, {'type': 'WEB', 'url': 'https://github.com/ClickHouse/clickhouse-java/pull/1334'}, {'type': 'PACKAGE', 'url': 'https://gi...
{'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-12T20:18:51Z', 'nvd_published_at': None}
1.4.0
GHSA-vcxh-qvgr-9fw9
2023-05-17T12:59:15Z
2023-05-10T06:30:27Z
null
['CVE-2023-26126']
m.static Directory Traversal vulnerability
All versions of the package m.static are vulnerable to Directory Traversal due to improper input sanitization of the path being requested via the requestFile function.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'npm', 'name': 'm.static'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '2.2.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-26126'}, {'type': 'WEB', 'url': 'https://gist.github.com/lirantal/dcb32c11ce87f5aafd2282b90b4dc998'}, {'type': 'PACKAGE', 'url': 'https://github.com/ivoputzer/m.static'}, {'type': 'WEB', 'url': 'https://github.com/ivoputzer/m.static/blob/master/ind...
{'cwe_ids': ['CWE-22'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-11T20:39:15Z', 'nvd_published_at': None}
1.4.0
GHSA-mvfv-w3fq-xp67
2023-05-24T18:04:31Z
2023-05-24T15:30:27Z
null
['CVE-2023-33941']
Cross-site scripting in Liferay Portal
Multiple cross-site scripting (XSS) vulnerabilities in the Plugin for OAuth 2.0 module's OAuth2ProviderApplicationRedirect class in Liferay Portal 7.4.3.41 through 7.4.3.52, and Liferay DXP 7.4 update 41 through 52 allow remote attackers to inject arbitrary web script or HTML via the (1) code, or (2) error parameter.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.liferay.portal:release.portal.bom'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '7.4.3.41'}, {'fixed': '7.4.3.53'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33941'}, {'type': 'PACKAGE', 'url': 'https://github.com/liferay/liferay-portal'}, {'type': 'WEB', 'url': 'https://liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/cve-2023-33941'}]
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T18:04:31Z', 'nvd_published_at': None}
1.4.0
GHSA-frqx-jfcm-6jjr
2023-05-26T19:39:03Z
2023-05-26T19:39:03Z
null
['CVE-2023-33199']
malformed proposed intoto entries can cause a panic
### Impact A malformed proposed entry of the `intoto/v0.0.2` type can cause a panic on a thread within the Rekor process. The thread is recovered so the client receives a 500 error message and service still continues, so the availability impact of this is minimal. ### Patches This is fixed in v1.2.0 of Rekor. ### Wor...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/sigstore/rekor'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.2.0'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/sigstore/rekor/security/advisories/GHSA-frqx-jfcm-6jjr'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33199'}, {'type': 'WEB', 'url': 'https://github.com/sigstore/rekor/commit/140c5add105179e5ffd9e3e114fd1b6b93aebbd4'}, {'type': 'PACKAGE', 'url': 'h...
{'cwe_ids': ['CWE-617'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-26T19:39:03Z', 'nvd_published_at': None}
1.4.0
GHSA-h3qr-39j9-4r5v
2023-05-01T13:42:44Z
2023-05-01T13:42:44Z
null
['CVE-2023-30853']
Data written to GitHub Actions Cache may expose secrets
### Impact This vulnerability impacts GitHub workflows using the [Gradle Build Action](https://github.com/marketplace/actions/gradle-build-action) that have executed the Gradle Build Tool with the [configuration cache](https://docs.gradle.org/current/userguide/configuration_cache.html) enabled, potentially exposing se...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N'}]
[{'package': {'ecosystem': 'GitHub Actions', 'name': 'gradle/gradle-build-action'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.4.2'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/gradle/gradle-build-action/security/advisories/GHSA-h3qr-39j9-4r5v'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30853'}, {'type': 'PACKAGE', 'url': 'https://github.com/gradle/gradle-build-action'}, {'type': 'WEB', 'url': 'https://github.com/gradle...
{'cwe_ids': ['CWE-200', 'CWE-312'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-01T13:42:44Z', 'nvd_published_at': None}
1.4.0
GHSA-x7c2-7wvg-jpx7
2023-06-02T22:22:57Z
2023-05-22T19:39:46Z
null
['CVE-2023-32686']
kiwitcms vulnerable to stored XSS via unrestricted files upload
### Impact Kiwi TCMS allows users to upload attachments to test plans, test cases, etc. Earlier versions of Kiwi TCMS had introduced upload validators in order to prevent potentially dangerous files from being uploaded, see [GHSA-fwcf-753v-fgcj](https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-fwcf-753v-fgcj) ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'PyPI', 'name': 'kiwitcms'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '12.3'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-2wcr-87wf-cf9j'}, {'type': 'WEB', 'url': 'https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-fwcf-753v-fgcj'}, {'type': 'WEB', 'url': 'https://github.com/kiwitcms/Kiwi/security/advisories/GHSA-x7c2-7wvg-jpx7'}, {'type': 'ADVISORY'...
{'cwe_ids': ['CWE-434', 'CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-22T19:39:46Z', 'nvd_published_at': None}
1.4.0
GHSA-9wqr-5jp4-mjmh
2023-06-06T18:34:23Z
2023-05-29T21:30:17Z
null
['CVE-2023-30253']
Dolibarr vulnerable to remote code execution via uppercase manipulation
Dolibarr before 17.0.1 allows remote code execution by an authenticated user via an uppercase manipulation: <?PHP instead of <?php in injected data.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'dolibarr/dolibarr'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '17.0.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30253'}, {'type': 'PACKAGE', 'url': 'https://github.com/Dolibarr/dolibarr'}, {'type': 'WEB', 'url': 'https://www.swascan.com/security-advisory-dolibarr-17-0-0/'}]
{'cwe_ids': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-30T20:06:23Z', 'nvd_published_at': None}
1.4.0
GHSA-4wm2-cwcf-wwvp
2023-05-03T21:57:22Z
2023-05-03T21:57:22Z
null
['CVE-2023-31134']
Tauri Open Redirect Vulnerability Possibly Exposes IPC to External Sites
### Impact The Tauri IPC is usually strictly isolated from external websites but the isolation can be bypassed by redirecting an existing Tauri window to an external website. This is either possible by an application implementing a feature for users to visit arbitrary websites or due to a bug allowing the open redirect...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'crates.io', 'name': 'tauri'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.0.0'}, {'fixed': '1.0.9'}]}]}, {'package': {'ecosystem': 'crates.io', 'name': 'tauri'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.1.0'}, {'fixed': '1.1.4'}]}]}, {'package': {'ecosy...
[{'type': 'WEB', 'url': 'https://github.com/tauri-apps/tauri/security/advisories/GHSA-4wm2-cwcf-wwvp'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-31134'}, {'type': 'WEB', 'url': 'https://github.com/tauri-apps/tauri/commit/9c0593c33af52cd9e00ec784d15f63efebdf039c'}, {'type': 'WEB', 'url': 'h...
{'cwe_ids': ['CWE-601'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-03T21:57:22Z', 'nvd_published_at': None}
1.4.0
GHSA-h538-r9x6-rcmc
2023-05-25T19:07:28Z
2023-05-18T03:30:20Z
null
['CVE-2023-30124']
LavaLite vulnerable to Cross Site Scripting
LavaLite v9.0.0 is vulnerable to Cross Site Scripting (XSS).
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'lavalite/cms'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '9.0.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30124'}, {'type': 'WEB', 'url': 'https://github.com/LavaLite/cms/issues/389#issue-1636041104'}, {'type': 'PACKAGE', 'url': 'https://github.com/LavaLite/cms'}]
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-18T17:27:27Z', 'nvd_published_at': None}
1.4.0
GHSA-45cj-f97f-ggwv
2023-06-02T23:31:54Z
2023-05-24T17:20:43Z
null
['CVE-2022-39335']
Synapse does not apply enough checks to servers requesting auth events of events in a room
### Impact Synapse is an open-source Matrix homeserver written and maintained by the Matrix.org Foundation. The Matrix Federation API allows remote homeservers to request the *authorisation events* of events in a room. This is necessary so that a homeserver receiving some events can validate that those events are legit...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L'}]
[{'package': {'ecosystem': 'PyPI', 'name': 'matrix-synapse'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.69.0'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/matrix-org/synapse/security/advisories/GHSA-45cj-f97f-ggwv'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-39335'}, {'type': 'WEB', 'url': 'https://github.com/matrix-org/synapse/issues/13288'}, {'type': 'WEB', 'url': 'https://github.com/matrix-org/sy...
{'cwe_ids': ['CWE-200', 'CWE-862'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T17:20:43Z', 'nvd_published_at': None}
1.4.0
GHSA-7mmc-22g7-3xq2
2023-05-11T14:02:45Z
2023-05-02T21:31:48Z
null
['CVE-2023-30944']
Moodle SQL Injection vulnerability
The vulnerability was found Moodle which exists due to insufficient sanitization of user-supplied data in external Wiki method for listing pages. A remote attacker can send a specially crafted request to the affected application and execute limited SQL commands within the application database.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'moodle/moodle'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '4.2.0-rc2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30944'}, {'type': 'WEB', 'url': 'https://github.com/moodle/moodle/commit/5521d1d6e8bb8bebb76ad8154095f6b18ea26e7f'}, {'type': 'WEB', 'url': 'https://bugzilla.redhat.com/show_bug.cgi?id=2188606'}, {'type': 'PACKAGE', 'url': 'https://github.com/moodl...
{'cwe_ids': ['CWE-89'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-02T23:13:30Z', 'nvd_published_at': None}
1.4.0
GHSA-33hq-f2mf-jm3c
2023-06-01T04:07:20Z
2023-05-25T16:58:48Z
null
['CVE-2023-33191']
kyverno seccomp control can be circumvented
### Impact Users of the podSecurity (`validate.podSecurity`) subrule in Kyverno versions v1.9.2 and v1.9.3 may be unable to enforce the check for the Seccomp control at the baseline level when using a `version` value of `latest`. There is no effect if a version number is referenced instead. See the [documentation](htt...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/kyverno/kyverno'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.9.2'}, {'fixed': '1.9.4'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/kyverno/kyverno/security/advisories/GHSA-33hq-f2mf-jm3c'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33191'}, {'type': 'WEB', 'url': 'https://github.com/kyverno/kyverno/pull/7263'}, {'type': 'PACKAGE', 'url': 'https://github.com/kyverno/kyverno'},...
{'cwe_ids': ['CWE-284'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-25T16:58:48Z', 'nvd_published_at': None}
1.4.0
GHSA-f7qw-jj9c-rpq9
2023-05-31T23:38:28Z
2023-05-31T23:38:28Z
null
['CVE-2023-32684']
In Lima, a malicious disk image could read a single file on the host filesystem as a qcow2/vmdk backing file
> **Note** > > The official templates of Lima, and the well-known third party products (Colima, Rancher Desktop, and Finch) are *unlikely* to be affected by this issue. ### Impact A virtual machine instance with a malicious disk image could read a single file on the host filesystem, even when no filesystem is mounted ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/lima-vm/lima'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.16.0'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/lima-vm/lima/security/advisories/GHSA-f7qw-jj9c-rpq9'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32684'}, {'type': 'WEB', 'url': 'https://github.com/lima-vm/lima/commit/01dbd4d9cabe692afa4517be3995771f0ebb38a5'}, {'type': 'PACKAGE', 'url': 'https...
{'cwe_ids': ['CWE-552'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-05-31T23:38:28Z', 'nvd_published_at': None}
1.4.0
GHSA-h3hg-r97v-5r9w
2023-05-17T03:06:59Z
2023-05-16T18:30:16Z
null
['CVE-2023-32984']
Jenkins TestNG Results Plugin Stored Cross-site Scripting vulnerability
Jenkins TestNG Results Plugin 730.v4c5283037693 and earlier does not escape several values that are parsed from TestNG report files and displayed on the plugin’s test information pages. This results in a stored cross-site scripting (XSS) vulnerability exploitable by attackers able to provide a crafted TestNG report fi...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins:testng-plugin'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '730.732.v959a'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32984'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3047'}]
{'cwe_ids': ['CWE-79'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:06:59Z', 'nvd_published_at': None}
1.4.0
GHSA-prj5-2g2p-x2mw
2023-05-10T12:50:01Z
2023-05-09T12:30:22Z
null
['CVE-2023-2591']
teampass vulnerable to code injection
In nilsteampassnet/teampass prior to 3.0.7, if two users have the same folder access, malicious users can create an item where its label field is vulnerable to HTML injection. When other users see that item, it may force them to redirect to the attacker's website or capture their data using a form. The issue is fixed i...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:N'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'nilsteampassnet/teampass'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3.0.7'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2591'}, {'type': 'WEB', 'url': 'https://github.com/nilsteampassnet/teampass/commit/57a977c6323656e5dc06ab5c227e75c3465a1a4a'}, {'type': 'PACKAGE', 'url': 'https://github.com/nilsteampassnet/TeamPass'}, {'type': 'WEB', 'url': 'https://huntr.dev/boun...
{'cwe_ids': ['CWE-79', 'CWE-94'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-10T12:50:01Z', 'nvd_published_at': None}
1.4.0
GHSA-mjmf-7wjw-f5xx
2023-05-17T17:07:24Z
2023-05-16T21:30:22Z
null
['CVE-2023-2631']
Jenkins Code Dx Plugin missing permission checks
Jenkins Code Dx Plugin 3.1.0 and earlier does not perform permission checks in several HTTP endpoints. This allows attackers with Overall/Read permission to connect to an attacker-specified URL. Additionally, these HTTP endpoints do not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerabi...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins:codedx'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '4.0.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2631'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3118'}]
{'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T17:07:24Z', 'nvd_published_at': None}
1.4.0
GHSA-wvhw-5m89-64gv
2023-05-24T18:04:19Z
2023-05-24T15:30:27Z
null
['CVE-2023-33938']
Cross-site scripting in Liferay Portal
Cross-site scripting (XSS) vulnerability in the App Builder module's custom object details page in Liferay Portal 7.3.0 through 7.4.0, and Liferay DXP 7.3 before update 14 allows remote attackers to inject arbitrary web script or HTML via a crafted payload injected into an App Builder custom object's `Name` field.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.liferay.portal:release.portal.bom'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '7.3.0'}, {'fixed': '7.4.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33938'}, {'type': 'PACKAGE', 'url': 'https://github.com/liferay/liferay-portal'}, {'type': 'WEB', 'url': 'https://liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/cve-2023-33938'}]
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T18:04:19Z', 'nvd_published_at': None}
1.4.0
GHSA-c892-cwq6-qrqf
2023-06-30T20:30:22Z
2023-05-26T18:30:21Z
2023-06-30T20:30:22Z
[]
Duplicate Advisory: Keycloak vulnerable to untrusted certificate validation
## Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-5cc8-pgp5-7mpm. This link is maintained to preserve external references. ## Original Advisory A flaw was found in Keycloak. This flaw depends on a non-default configuration "Revalidate Client Certificate" to be enabled and the rev...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.keycloak:keycloak-core'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '21.1.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-1664'}, {'type': 'WEB', 'url': 'https://access.redhat.com/security/cve/CVE-2023-1664'}, {'type': 'WEB', 'url': 'https://bugzilla.redhat.com/show_bug.cgi?id=2182196&comment#0'}, {'type': 'PACKAGE', 'url': 'https://github.com/keycloak/keycloak'}]
{'cwe_ids': ['CWE-295'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-26T21:24:14Z', 'nvd_published_at': None}
1.4.0
GHSA-chrc-q6v3-jfv8
2023-05-24T21:56:12Z
2023-05-24T18:30:26Z
null
['CVE-2023-33950']
Liferay Portal has Inefficient Regular Expression
Pattern Redirects in Liferay Portal 7.4.3.48 through 7.4.3.76, and Liferay DXP 7.4 update 48 through 76 allows regular expressions that are vulnerable to ReDoS attacks to be used as patterns, which allows remote attackers to consume an excessive amount of server resources via crafted request URLs.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.liferay.portal:release.portal.bom'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '7.4.3.48'}, {'fixed': '7.4.3.77'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33950'}, {'type': 'PACKAGE', 'url': 'https://github.com/liferay/liferay-portal'}, {'type': 'WEB', 'url': 'https://liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/cve-2023-33950'}]
{'cwe_ids': ['CWE-1333'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T21:56:12Z', 'nvd_published_at': None}
1.4.0
GHSA-9mmj-64jh-ph9c
2023-06-06T17:17:54Z
2023-05-26T18:30:21Z
null
['CVE-2023-33779']
Privilege escalation in XXL-Job
A lateral privilege escalation vulnerability in XXL-Job v2.4.1 allows users to execute arbitrary commands on another user's account via a crafted POST request to the component `/jobinfo/`.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.xuxueli:xxl-job'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '2.4.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33779'}, {'type': 'WEB', 'url': 'https://github.com/silence-silence/xxl-job-lateral-privilege-escalation-vulnerability-/blob/main/README.md'}, {'type': 'PACKAGE', 'url': 'https://github.com/xuxueli/xxl-job'}, {'type': 'WEB', 'url': 'http://xxl-job....
{'cwe_ids': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-26T21:10:01Z', 'nvd_published_at': None}
1.4.0
GHSA-5gj6-62g7-vmgf
2023-05-26T17:56:13Z
2023-05-22T03:30:16Z
null
['CVE-2023-33264']
Hazelcast vulnerable to unmasked password exposure
In Hazelcast before 5.3.0, configuration routines don't mask passwords in the member configuration properly. This allows Hazelcast Management Center users to view some of the secrets.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.hazelcast:hazelcast'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '5.3.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33264'}, {'type': 'WEB', 'url': 'https://github.com/hazelcast/hazelcast/pull/24266'}, {'type': 'WEB', 'url': 'https://github.com/hazelcast/hazelcast/pull/24266/commits/80a502d53cc48bf895711ab55f95e3a51e344ac1'}, {'type': 'WEB', 'url': 'https://gith...
{'cwe_ids': ['CWE-200', 'CWE-522'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-22T19:55:38Z', 'nvd_published_at': None}
1.4.0
GHSA-446m-hmmm-hm8m
2023-05-29T16:12:22Z
2023-05-24T17:24:56Z
null
['CVE-2023-32321']
Ckan remote code execution and private information access via crafted resource ids
Specific vulnerabilities: * Arbitrary file write in `resource_create` and `package_update` actions, using the `ResourceUploader` object. Also reachable via `package_create`, `package_revise`, and `package_patch` via calls to `package_update`. * Remote code execution via unsafe pickle loading, via Beaker's session sto...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'PyPI', 'name': 'ckan'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.9.9'}]}]}, {'package': {'ecosystem': 'PyPI', 'name': 'ckan'}, 'versions': ['2.10.0']}]
[{'type': 'WEB', 'url': 'https://github.com/ckan/ckan/security/advisories/GHSA-446m-hmmm-hm8m'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32321'}, {'type': 'PACKAGE', 'url': 'https://github.com/ckan/ckan'}, {'type': 'WEB', 'url': 'https://github.com/ckan/ckan/blob/2a6080e61d5601fa0e2a0317a...
{'cwe_ids': ['CWE-20'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T17:24:56Z', 'nvd_published_at': None}
1.4.0
GHSA-2868-ff44-43qv
2023-06-03T00:06:03Z
2023-05-24T18:30:26Z
null
['CVE-2023-33946']
Liferay portal unauthorized access to objects via OAuth 2 scope
The Object module in Liferay Portal 7.4.3.4 through 7.4.3.48, and Liferay DXP 7.4 before update 49 does properly isolate objects in difference virtual instances, which allows remote authenticated users in one virtual instance to view objects in a different virtual instance via OAuth 2 scope administration page.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.liferay.portal:release.portal.bom'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '7.4.3.4'}, {'fixed': '7.4.3.49'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33946'}, {'type': 'PACKAGE', 'url': 'https://github.com/liferay/liferay-portal'}, {'type': 'WEB', 'url': 'https://liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/cve-2023-33946'}]
{'cwe_ids': ['CWE-284'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T21:52:53Z', 'nvd_published_at': None}
1.4.0
GHSA-xw6j-mq6v-pmv6
2023-05-17T02:42:50Z
2023-05-16T18:30:16Z
null
['CVE-2023-32991']
Jenkins SAML Single Sign On(SSO) Plugin Cross-Site Request Forgery vulnerability
Jenkins SAML Single Sign On(SSO) Plugin 2.0.2 and earlier does not perform permission checks in multiple HTTP endpoints. This allows attackers with Overall/Read permission to send an HTTP request to an attacker-specified URL and parse the response as XML, or parse a local file on the Jenkins controller as XML. As the...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'io.jenkins.plugins:miniorange-saml-sp'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.1.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32991'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-2993'}]
{'cwe_ids': ['CWE-352'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T02:42:50Z', 'nvd_published_at': None}
1.4.0
GHSA-2mhh-27v7-3vcx
2023-05-12T20:20:39Z
2023-05-12T20:20:39Z
null
['CVE-2023-32073']
WWBN AVideo command injection vulnerability
# WWBN AVideo Authenticated RCE A command injection vulnerability exists at `plugin/CloneSite/cloneClient.json.php` which allows Remote Code Execution if you CloneSite Plugin. This is a bypass to the fix for [CVE-2023-30854](https://cve.report/CVE-2023-30854) which affects WWBN Avideo up to version 12.3 ## Vulnerabl...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'wwbn/avideo'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '12.4'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/WWBN/AVideo/security/advisories/GHSA-2mhh-27v7-3vcx'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32073'}, {'type': 'WEB', 'url': 'https://github.com/WWBN/AVideo/commit/1df4af01f80d56ff2c4c43b89d0bac151e7fb6e3'}, {'type': 'PACKAGE', 'url': 'https:/...
{'cwe_ids': ['CWE-77'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-12T20:20:39Z', 'nvd_published_at': None}
1.4.0
GHSA-93xx-cvmc-9w3v
2023-05-09T19:58:47Z
2023-05-09T19:58:47Z
null
['CVE-2023-30840']
On a compromised node, the fluid-csi service account can be used to modify node specs
### Impact If a malicious user gains control of a Kubernetes node running fluid csi pod (controlled by the `csi-nodeplugin-fluid` node-daemonset), he/she can leverage the fluid-csi service account to modify specs of all the nodes in the cluster. However, since this service account lacks "list node" permissions, the at...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/fluid-cloudnative/fluid'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0.7.0'}, {'fixed': '0.8.6'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/fluid-cloudnative/fluid/security/advisories/GHSA-93xx-cvmc-9w3v'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30840'}, {'type': 'WEB', 'url': 'https://github.com/fluid-cloudnative/fluid/commit/77c8110a3d1ec077ae2bce6bd88d296505db1550'}, {'type': 'W...
{'cwe_ids': ['CWE-863'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-09T19:58:47Z', 'nvd_published_at': None}
1.4.0
GHSA-wv99-wmpf-jrqr
2023-05-24T18:04:41Z
2023-05-24T15:30:27Z
null
['CVE-2023-33942']
Cross-site scripting in Liferay Portal
Cross-site scripting (XSS) vulnerability in the Web Content Display widget's article selector in Liferay Liferay Portal 7.4.3.50, and Liferay DXP 7.4 update 50 allows remote attackers to inject arbitrary web script or HTML via a crafted payload injected into a web content article's `Title` field.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.liferay.portal:release.portal.bom'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '7.4.3.50'}, {'fixed': '7.4.3.51'}]}], 'versions': ['7.4.3.50']}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33942'}, {'type': 'PACKAGE', 'url': 'https://github.com/liferay/liferay-portal'}, {'type': 'WEB', 'url': 'https://liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/cve-2023-33942'}]
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T18:04:41Z', 'nvd_published_at': None}
1.4.0
GHSA-x7fr-pg8f-93f5
2023-05-30T20:06:02Z
2023-05-30T20:06:02Z
null
['CVE-2023-1521']
sccache vulnerable to privilege escalation if server is run as root
### Impact On Linux the `sccache` client can execute arbitrary code with the privileges of a local `sccache` server, by preloading the code in a shared library passed to `LD_PRELOAD`. If the server is run as root (which is the default when installing the [snap package](https://snapcraft.io/sccache)), this means a use...
[]
[{'package': {'ecosystem': 'crates.io', 'name': 'sccache'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.4.0'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/mozilla/sccache/security/advisories/GHSA-x7fr-pg8f-93f5'}, {'type': 'PACKAGE', 'url': 'https://github.com/mozilla/sccache'}, {'type': 'WEB', 'url': 'https://github.com/mozilla/sccache/releases/tag/v0.4.0'}]
{'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-30T20:06:02Z', 'nvd_published_at': None}
1.4.0
GHSA-3xf9-pgc2-mr9c
2023-05-17T03:32:33Z
2023-05-16T18:30:16Z
null
['CVE-2023-32992']
Jenkins SAML Single Sign On(SSO) Plugin missing permission checks
Jenkins SAML Single Sign On(SSO) Plugin 2.0.2 and earlier does not perform permission checks in multiple HTTP endpoints. This allows attackers with Overall/Read permission to send an HTTP request to an attacker-specified URL and parse the response as XML, or parse a local file on the Jenkins controller as XML. As the...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'io.jenkins.plugins:miniorange-saml-sp'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.1.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32992'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-2993'}]
{'cwe_ids': ['CWE-732'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:32:33Z', 'nvd_published_at': None}
1.4.0
GHSA-rv6g-3v76-cvf9
2023-05-17T03:30:10Z
2023-05-16T18:30:16Z
null
['CVE-2023-32990']
Jenkins Azure VM Agents Plugin missing permission checks
Jenkins Azure VM Agents Plugin 852.v8d35f0960a_43 and earlier does not perform permission checks in several HTTP endpoints. This allows attackers with Overall/Read permission to connect to an attacker-specified Azure Cloud server using attacker-specified credentials IDs obtained through another method. Additionally, ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins:azure-vm-agents'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '853.v4a'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32990'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-2855%20(2)'}]
{'cwe_ids': ['CWE-732'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:30:10Z', 'nvd_published_at': None}
1.4.0
GHSA-mg5h-f3q8-c96g
2023-05-22T21:30:42Z
2023-05-12T09:30:14Z
null
['CVE-2023-29246']
Apache OpenMeetings vulnerable to remote code execution via null-bye injection
An attacker who has gained access to an admin account can perform RCE via null-byte injection Vendor: The Apache Software Foundation Versions Affected: Apache OpenMeetings from 2.0.0 before 7.1.0
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.apache.openmeetings:openmeetings-parent'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.0.0'}, {'fixed': '7.1.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-29246'}, {'type': 'WEB', 'url': 'https://github.com/apache/openmeetings/commit/8e65a1344157b2898f2922d49a0bd2105687c4a5'}, {'type': 'WEB', 'url': 'https://github.com/apache/openmeetings/commit/9f12a48994d0ad741ac140c52cbd2152f0d048d5'}, {'type': 'W...
{'cwe_ids': ['CWE-20'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-12T20:18:22Z', 'nvd_published_at': None}
1.4.0
GHSA-6987-xccv-fhjp
2023-05-17T02:59:30Z
2023-05-16T18:30:16Z
null
['CVE-2023-32981']
Jenkins Pipeline Utility Steps Plugin arbitrary file write vulnerability
Jenkins Pipeline Utility Steps Plugin provides the `untar` and `unzip` Pipeline steps to extract archives into job workspaces. Pipeline Utility Steps Plugin 2.15.2 and earlier does not validate or limit file paths of files contained within these archives. This allows attackers able to provide crafted archives as para...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins:pipeline-utility-steps'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.15.3'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32981'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-2196'}]
{'cwe_ids': ['CWE-787'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T02:59:30Z', 'nvd_published_at': None}
1.4.0
GHSA-vppq-6ff8-2m8w
2023-05-24T17:08:58Z
2023-05-17T09:30:16Z
null
['CVE-2023-2753']
phpMyFAQ vulnerable to stored Cross-site Scripting
Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.2.0-beta.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'thorsten/phpmyfaq'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3.2.0-beta'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2753'}, {'type': 'WEB', 'url': 'https://github.com/thorsten/phpmyfaq/commit/5401ab75d022932b8d5d7adaa771acf44fed18ba'}, {'type': 'PACKAGE', 'url': 'https://github.com/thorsten/phpmyfaq'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/eca2284d-...
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T17:04:44Z', 'nvd_published_at': None}
1.4.0
GHSA-qjrq-hm79-49ww
2023-05-30T06:42:29Z
2023-05-22T19:47:15Z
null
['CVE-2023-32691']
ginuerzh/gost vulnerable to Timing Attack
[Timing attacks](https://en.wikipedia.org/wiki/Timing_attack) occur when an attacker can guess a secret by observing a difference in processing time for valid and invalid inputs. Sensitive secrets such as passwords, token and API keys should be compared only using a constant-time comparision function. More information ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:N'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/ginuerzh/gost'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '2.11.5'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/ginuerzh/gost/security/advisories/GHSA-qjrq-hm79-49ww'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32691'}, {'type': 'PACKAGE', 'url': 'https://github.com/ginuerzh/gost'}, {'type': 'WEB', 'url': 'https://github.com/ginuerzh/gost/blob/1c62376e0880e...
{'cwe_ids': ['CWE-203'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-22T19:47:15Z', 'nvd_published_at': None}
1.4.0
GHSA-vxmm-cwh2-q762
2023-05-22T20:35:46Z
2023-05-22T20:35:46Z
null
['CVE-2023-32675']
Vyper's nonpayable default functions are sometimes payable
### Impact in contracts with at least one regular nonpayable function, due to the callvalue check being inside of the selector section, it is possible to send funds to the default function by using less than 4 bytes of calldata, even if the default function is marked `nonpayable`. this applies to contracts compiled wit...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'PyPI', 'name': 'vyper'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.3.8'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/vyperlang/vyper/security/advisories/GHSA-vxmm-cwh2-q762'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32675'}, {'type': 'WEB', 'url': 'https://github.com/vyperlang/vyper/commit/02339dfda0f3caabad142060d511d10bfe93c520'}, {'type': 'WEB', 'url': 'htt...
{'cwe_ids': ['CWE-670'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-05-22T20:35:46Z', 'nvd_published_at': None}
1.4.0
GHSA-282v-666c-3fvg
2023-06-12T21:26:02Z
2023-05-18T18:30:35Z
null
['CVE-2023-2800']
transformers has Insecure Temporary File
Insecure Temporary File in GitHub repository huggingface/transformers 4.29.2 and prior. A fix is available at commit 80ca92470938bbcc348e2d9cf4734c7c25cb1c43 and has been released as part of version 4.30.0.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H'}]
[{'package': {'ecosystem': 'PyPI', 'name': 'transformers'}, 'ecosystem_specific': {'affected_functions': ['transformers.utils.hub.download_url']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '4.30.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2800'}, {'type': 'WEB', 'url': 'https://github.com/huggingface/transformers/pull/23372'}, {'type': 'WEB', 'url': 'https://github.com/huggingface/transformers/commit/80ca92470938bbcc348e2d9cf4734c7c25cb1c43'}, {'type': 'PACKAGE', 'url': 'https://git...
{'cwe_ids': ['CWE-377'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-19T13:27:42Z', 'nvd_published_at': None}
1.4.0
GHSA-pmmr-r9v2-59p8
2023-05-17T03:26:11Z
2023-05-16T18:30:16Z
null
['CVE-2023-32987']
Jenkins Reverse Proxy Auth Plugin cross-site request forgery vulnerability
Jenkins Reverse Proxy Auth Plugin 1.7.4 and earlier does not require POST requests for a form validation method, resulting in a cross-site request forgery (CSRF) vulnerability. This vulnerability allows attackers to connect to an attacker-specified LDAP server using attacker-specified credentials. Reverse Proxy Auth ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins:reverse-proxy-auth-plugin'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.7.5'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32987'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3002'}]
{'cwe_ids': ['CWE-352'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:26:11Z', 'nvd_published_at': None}
1.4.0
GHSA-22gj-8qj2-fj46
2023-05-11T14:01:43Z
2023-05-02T21:31:48Z
null
['CVE-2023-30943']
Moodle External Control of File Name or Path vulnerability
The vulnerability was found Moodle which exists because the application allows a user to control path of the older to create in TinyMCE loaders. A remote user can send a specially crafted HTTP request and create arbitrary folders on the system.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'moodle/moodle'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '4.2.0-rc2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30943'}, {'type': 'WEB', 'url': 'https://github.com/moodle/moodle/commit/59d42e1ed23f916dcb47d53c745bef18a116d800'}, {'type': 'WEB', 'url': 'https://bugzilla.redhat.com/show_bug.cgi?id=2188605'}, {'type': 'PACKAGE', 'url': 'https://github.com/moodl...
{'cwe_ids': ['CWE-610', 'CWE-73'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-02T23:13:25Z', 'nvd_published_at': None}
1.4.0
GHSA-fjx5-xm7q-whvj
2023-05-22T21:30:15Z
2023-05-12T12:30:19Z
null
['CVE-2023-30130']
CraftCMS allows remote attacker to execute arbitrary code via crafted script to Section parameter
An issue found in CraftCMS v.3.8.1 allows a remote attacker to execute arbitrary code via a crafted script to the Section parameter.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'craftcms/cms'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '3.8.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30130'}, {'type': 'WEB', 'url': 'https://craftcms.com/'}, {'type': 'PACKAGE', 'url': 'https://github.com/craftcms/cms'}, {'type': 'WEB', 'url': 'https://tf1t.gitbook.io/mycve/craftcms/server-site-template-injection-on-craftcms-3.8.1'}]
{'cwe_ids': ['CWE-94'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-12T20:14:07Z', 'nvd_published_at': None}
1.4.0
GHSA-g8xc-6mf7-h28h
2023-05-09T21:25:06Z
2023-05-09T21:25:06Z
null
['CVE-2023-31141']
OpenSearch issue with fine-grained access control during extremely rare race conditions
### Impact There is an issue with the implementation of fine-grained access control rules (document-level security, field-level security and field masking) where they are not correctly applied to the queries during extremely rare race conditions potentially leading to incorrect access authorization. For this issue to b...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.opensearch.plugin:opensearch-security'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.0.0'}, {'fixed': '1.3.10.0'}]}]}, {'package': {'ecosystem': 'Maven', 'name': 'org.opensearch.plugin:opensearch-security'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{...
[{'type': 'WEB', 'url': 'https://github.com/opensearch-project/security/security/advisories/GHSA-g8xc-6mf7-h28h'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-31141'}, {'type': 'PACKAGE', 'url': 'https://github.com/opensearch-project/security'}]
{'cwe_ids': ['CWE-863'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-09T21:25:06Z', 'nvd_published_at': None}
1.4.0
GHSA-9chv-3w6c-jq9w
2023-05-11T14:05:25Z
2023-05-03T21:30:18Z
null
['CVE-2023-25827']
Cross Site Scripting in OpenTSDB
Due to insufficient validation of parameters reflected in error messages by the legacy HTTP query API and the logging endpoint, it is possible to inject and execute malicious JavaScript within the browser of a targeted OpenTSDB user. This issue shares the same root cause as CVE-2018-13003, a reflected XSS vulnerability...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'net.opentsdb:opentsdb'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '2.4.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-25827'}, {'type': 'WEB', 'url': 'https://github.com/OpenTSDB/opentsdb/pull/2274'}, {'type': 'PACKAGE', 'url': 'https://github.com/OpenTSDB/opentsdb'}, {'type': 'WEB', 'url': 'https://www.synopsys.com/blogs/software-security/opentsdb/'}]
{'cwe_ids': ['CWE-79'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-05T02:24:23Z', 'nvd_published_at': None}
1.4.0
GHSA-g947-422m-hr7p
2023-05-10T21:18:29Z
2023-05-10T06:30:27Z
2023-05-10T21:18:29Z
[]
Duplicate Advisory: Pimcore Cross-site Scripting (XSS) in Static Routes name field
## Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-mhpj-7m7h-8p6x. This link is maintained to preserve external references. ## Original Description Cross-site Scripting (XSS) - Generic in GitHub repository pimcore/pimcore prior to 10.5.21.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:N'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'pimcore/pimcore'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '10.5.21'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2616'}, {'type': 'WEB', 'url': 'https://github.com/pimcore/pimcore/commit/07a2c95be524c7e20105cef58c5767d4ebb06091'}, {'type': 'PACKAGE', 'url': 'https://github.com/pimcore/pimcore'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/564cb512-2bcc...
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-10T21:18:29Z', 'nvd_published_at': None}
1.4.0
GHSA-6gf5-c898-7rxp
2023-05-11T20:37:30Z
2023-05-11T20:37:30Z
null
['CVE-2023-32070']
Improper Neutralization of Script in Attributes in XWiki (X)HTML renderers
### Impact HTML rendering didn't check for dangerous attributes/attribute values. This allowed cross-site scripting (XSS) attacks via attributes and link URLs, e.g., supported in XWiki syntax. ### Patches This has been patched in XWiki 14.6 RC1. ### Workarounds There are no known workarounds apart from upgrading to ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.xwiki.rendering:xwiki-rendering-syntax-xhtml'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '14.6-rc-1'}]}]}, {'package': {'ecosystem': 'Maven', 'name': 'org.xwiki.platform:xwiki-core-rendering-api'}, 'ranges': [{'type': 'ECOSYSTEM', 'event...
[{'type': 'WEB', 'url': 'https://github.com/xwiki/xwiki-rendering/security/advisories/GHSA-6gf5-c898-7rxp'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32070'}, {'type': 'WEB', 'url': 'https://github.com/xwiki/xwiki-rendering/commit/c40e2f5f9482ec6c3e71dbf1fff5ba8a5e44cdc1'}, {'type': 'PACKA...
{'cwe_ids': ['CWE-79', 'CWE-83'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-05-11T20:37:30Z', 'nvd_published_at': None}
1.4.0
GHSA-q63q-hwf6-3mw6
2023-05-24T15:23:45Z
2023-05-05T00:30:19Z
null
['CVE-2023-30093']
ONOS vulnerable to Cross-site Scripting
A cross-site scripting (XSS) vulnerability in Open Network Operating System (ONOS) from version v1.9.0 to v2.7.0 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the authorizationURL parameter of the API documentation dashboard under securityDefinitions > OAuth2 > authorizat...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.onosproject:onos-archetypes'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.9.0'}, {'last_affected': '2.7.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30093'}, {'type': 'PACKAGE', 'url': 'https://github.com/opennetworkinglab/onos'}, {'type': 'WEB', 'url': 'https://www.edoardoottavianelli.it/CVE-2023-30093/'}, {'type': 'WEB', 'url': 'https://www.youtube.com/watch?v=jZr2JhDd_S8'}]
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T15:10:38Z', 'nvd_published_at': None}
1.4.0
GHSA-7cgc-fjv4-52x6
2023-05-24T16:43:58Z
2023-05-24T16:43:58Z
null
[]
Malware in pre-build binaries of bignum
### Impact bignum releases from v0.12.2 to v0.13.0 (inclusive) used node-pre-gyp to optionally download pre-built binary versions of the addon. These binaries were published on a now-expired S3 bucket which has since been claimed by a malicious third party which is now serving binaries containing malware that exfiltra...
[]
[{'package': {'ecosystem': 'npm', 'name': 'bignum'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0.12.2'}, {'fixed': '0.13.1'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/justmoon/node-bignum/security/advisories/GHSA-7cgc-fjv4-52x6'}, {'type': 'WEB', 'url': 'https://github.com/justmoon/node-bignum/commit/57e48c3f052249725517415d83c7147e4a8c44c8'}, {'type': 'WEB', 'url': 'https://github.com/justmoon/node-bignum/commit/72951c53e7c5c1ac157f04686d...
{'cwe_ids': ['CWE-506'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T16:43:58Z', 'nvd_published_at': None}
1.4.0
GHSA-v3fv-v9m6-26g3
2023-05-17T03:36:48Z
2023-05-16T18:30:16Z
null
['CVE-2023-33001']
Jenkins HashiCorp Vault Plugin has improper masking of credentials
Jenkins HashiCorp Vault Plugin 360.v0a_1c04cf807d and earlier does not properly mask (i.e., replace with asterisks) credentials printed in the build log from Pipeline steps like `sh` and `bat`, when both of the following conditions are met: - The credentials are printed in build steps executing on an agent (typically ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'com.datapipe.jenkins.plugins:hashicorp-vault-plugin'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '360.v0a'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33001'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3077'}]
{'cwe_ids': ['CWE-532'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:36:48Z', 'nvd_published_at': None}
1.4.0
GHSA-863x-868h-968x
2023-06-02T23:35:19Z
2023-05-24T18:30:26Z
null
['CVE-2021-25748']
Ingress-nginx `path` sanitization can be bypassed with newline character
A security issue was discovered in ingress-nginx where a user that can create or update ingress objects can use a newline character to bypass the sanitization of the `spec.rules[].http.paths[].path` field of an Ingress object (in the `networking.k8s.io` or `extensions` API group) to obtain the credentials of the ingres...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'Go', 'name': 'k8s.io/ingress-nginx'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.2.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2021-25748'}, {'type': 'WEB', 'url': 'https://github.com/kubernetes/ingress-nginx/issues/8686'}, {'type': 'WEB', 'url': 'https://github.com/kubernetes/ingress-nginx/pull/8623'}, {'type': 'PACKAGE', 'url': 'https://github.com/kubernetes/ingress-nginx'}, ...
{'cwe_ids': ['CWE-20'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T21:55:34Z', 'nvd_published_at': None}
1.4.0
GHSA-whpj-8f3w-67p5
2023-05-15T20:50:51Z
2023-05-15T20:50:51Z
null
['CVE-2023-32314']
vm2 Sandbox Escape vulnerability
A sandbox escape vulnerability exists in vm2 for versions up to 3.9.17. It abuses an unexpected creation of a host object based on the specification of `Proxy`. ### Impact A threat actor can bypass the sandbox protections to gain remote code execution rights on the host running the sandbox. ### Patches This vulnerabi...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'npm', 'name': 'vm2'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3.9.18'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/patriksimek/vm2/security/advisories/GHSA-whpj-8f3w-67p5'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32314'}, {'type': 'WEB', 'url': 'https://github.com/patriksimek/vm2/commit/d88105f99752305c5b8a77b63ddee3ec86912daf'}, {'type': 'WEB', 'url': 'htt...
{'cwe_ids': ['CWE-74'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-05-15T20:50:51Z', 'nvd_published_at': None}
1.4.0
GHSA-mgc4-wqv7-4pxm
2023-05-18T17:29:43Z
2023-05-18T17:29:43Z
null
[]
SwiftNIO vulnerable to HTTP request smuggling using malformed Transfer-Encoding header
### Impact Affected SwiftNIO systems are vulnerable to request smuggling attacks, in which they parse a given HTTP message differently from other network parties, potentially seeing a different number of requests than other servers. This can lead to failures of authentication, routing, and other issues. This vulnerab...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'purl-type:swift', 'name': 'github.com/apple/swift-nio'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.0.0'}, {'fixed': '1.14.2'}]}]}, {'package': {'ecosystem': 'purl-type:swift', 'name': 'github.com/apple/swift-nio'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced'...
[{'type': 'WEB', 'url': 'https://github.com/apple/swift-nio/security/advisories/GHSA-mgc4-wqv7-4pxm'}, {'type': 'WEB', 'url': 'https://github.com/apple/swift-nio/pull/1387'}, {'type': 'WEB', 'url': 'https://github.com/apple/swift-nio/pull/1388'}, {'type': 'WEB', 'url': 'https://github.com/apple/swift-nio/commit/8da5c5a...
{'cwe_ids': ['CWE-444'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-05-18T17:29:43Z', 'nvd_published_at': None}