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-j8x7-qcw4-xx85
2023-01-30T18:17:35Z
2023-01-26T21:30:25Z
null
['CVE-2022-25847']
Cross-site Scripting (XSS) in serve-lite
All versions of the package serve-lite are vulnerable to Cross-site Scripting (XSS) because when it detects a request to a directory, it renders a file listing of all of its contents with links that include the actual file names without any sanitization or output encoding.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'npm', 'name': 'serve-lite'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.1.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-25847'}, {'type': 'WEB', 'url': 'https://gist.github.com/lirantal/52debd25284726fcc2eaed9c7512975c'}, {'type': 'PACKAGE', 'url': 'https://github.com/beenotung/serve-lite'}, {'type': 'WEB', 'url': 'https://security.snyk.io/vuln/SNYK-JS-SERVELITE-314...
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-30T18:17:35Z', 'nvd_published_at': '2023-01-26T21:15:00Z'}
1.4.0
GHSA-f85w-wvc7-crwc
2023-01-20T21:54:22Z
2023-01-20T21:54:22Z
null
[]
bumpalo has use-after-free due to a lifetime error in `Vec::into_iter()`
In affected versions of this crate, the lifetime of the iterator produced by `Vec::into_iter()` is not constrained to the lifetime of the `Bump` that allocated the vector's memory. Using the iterator after the `Bump` is dropped causes use-after-free accesses. The following example demonstrates memory corruption arisin...
[]
[{'package': {'ecosystem': 'crates.io', 'name': 'bumpalo'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.1.0'}, {'fixed': '3.11.1'}]}]}]
[{'type': 'PACKAGE', 'url': 'https://github.com/fitzgen/bumpalo'}, {'type': 'WEB', 'url': 'https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md#3111'}, {'type': 'WEB', 'url': 'https://rustsec.org/advisories/RUSTSEC-2022-0078.html'}]
{'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T21:54:22Z', 'nvd_published_at': None}
1.4.0
GHSA-q79m-c546-2g63
2023-01-20T23:23:26Z
2023-01-20T23:23:26Z
null
[]
CakePHP vulnerable to Denial of Service attack through XML payloads
RequestHandlerComponent had a vulnerability that would allow well crafted requests to create a denial of service attack. RequestHandlerComponent leverages `Xml::build()` which allows reading local files. We recommend that all applications using RequestHandlerComponent upgrade, or disable parsing XML payloads.
[]
[{'package': {'ecosystem': 'Packagist', 'name': 'cakephp/cakephp'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '3.0.0'}, {'fixed': '3.0.6'}]}]}, {'package': {'ecosystem': 'Packagist', 'name': 'cakephp/cakephp'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.0.0'}, {'fixed': '2.0.99'}]}]}...
[{'type': 'WEB', 'url': 'https://github.com/cakephp/cakephp/commit/c186487151356a8d7c6e2cae05f87b9df0e59fbb'}, {'type': 'WEB', 'url': 'https://bakery.cakephp.org/2015/05/28/cakephp_2_6_6_and_3_0_6_released.html'}, {'type': 'WEB', 'url': 'https://github.com/FriendsOfPHP/security-advisories/blob/master/cakephp/cakephp/20...
{'cwe_ids': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T23:23:26Z', 'nvd_published_at': None}
1.4.0
GHSA-9vvw-cc9w-f27h
2023-01-13T17:19:08Z
2023-01-09T12:30:19Z
null
['CVE-2017-20165']
debug Inefficient Regular Expression Complexity vulnerability
A vulnerability classified as problematic has been found in debug-js debug up to 3.0.x. This affects the function useColors of the file src/node.js. The manipulation of the argument str leads to inefficient regular expression complexity. Upgrading to version 3.1.0 is able to address this issue. The name of the patch is...
[{'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': 'npm', 'name': 'debug'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '3.0.0'}, {'fixed': '3.1.0'}]}]}, {'package': {'ecosystem': 'npm', 'name': 'debug'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.6.9'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2017-20165'}, {'type': 'WEB', 'url': 'https://github.com/debug-js/debug/pull/504'}, {'type': 'WEB', 'url': 'https://github.com/debug-js/debug/commit/c38a0166c266a679c8de012d4eaccec3f944e685'}, {'type': 'PACKAGE', 'url': 'https://github.com/debug-js/debu...
{'cwe_ids': ['CWE-1333'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-10T21:49:01Z', 'nvd_published_at': '2023-01-09T10:15:00Z'}
1.4.0
GHSA-g4r8-28fp-f255
2023-01-11T23:48:32Z
2023-01-05T12:30:27Z
null
['CVE-2020-36641']
aXMLRPC XML External Entity vulnerability
A vulnerability classified as problematic was found in gturri aXMLRPC up to 1.12.0. This vulnerability affects the function `ResponseParser` of the file `src/main/java/de/timroes/axmlrpc/ResponseParser.java`. The manipulation leads to xml external entity reference. Upgrading to version 1.12.1 is able to address this is...
[{'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': 'fr.turri:aXMLRPC'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.12.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2020-36641'}, {'type': 'WEB', 'url': 'https://github.com/gturri/aXMLRPC/commit/ad6615b3ec41353e614f6ea5fdd5b046442a832b'}, {'type': 'PACKAGE', 'url': 'https://github.com/gturri/aXMLRPC'}, {'type': 'WEB', 'url': 'https://github.com/gturri/aXMLRPC/release...
{'cwe_ids': ['CWE-611'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-01-11T23:48:32Z', 'nvd_published_at': '2023-01-05T12:15:00Z'}
1.4.0
GHSA-jxgp-jgh3-8jc8
2023-01-24T23:29:09Z
2023-01-09T21:57:54Z
null
['CVE-2023-22480']
KubeOperator allows unauthorized access to system API
### Summary Unauthorized access refers to the ability to bypass the system's preset permission settings to access some API interfaces. The attack exploits a flaw in how online applications handle routing permissions. ### Affected Version <= v3.16.3 ### Patches The vulnerability has been fixed in v3.16.3. https://...
[{'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': 'Go', 'name': 'github.com/KubeOperator/KubeOperator'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '3.16.3'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/KubeOperator/KubeOperator/security/advisories/GHSA-jxgp-jgh3-8jc8'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-22480'}, {'type': 'WEB', 'url': 'https://github.com/KubeOperator/KubeOperator/commit/7ef42bf1c16900d13e6376f8be5ecdbfdfb44aaf'}, {'type'...
{'cwe_ids': ['CWE-285', 'CWE-863'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-09T21:57:54Z', 'nvd_published_at': '2023-01-14T01:15:00Z'}
1.4.0
GHSA-77h8-5j3h-jcjf
2023-02-08T22:32:36Z
2023-01-31T18:30:23Z
null
['CVE-2023-24162']
Dromara Hutool Deserialization of Untrusted Data vulnerability
Deserialization vulnerability in Dromara Hutool v5.8.11 allows attacker to execute arbitrary code via the XmlUtil.readObjectFromXml parameter.
[{'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': 'cn.hutool:hutool-all'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '5.8.11'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-24162'}, {'type': 'WEB', 'url': 'https://github.com/dromara/hutool/issues/2855'}, {'type': 'PACKAGE', 'url': 'https://gitee.com/dromara/hutool'}, {'type': 'WEB', 'url': 'https://gitee.com/dromara/hutool/issues/I6AEX2'}]
{'cwe_ids': ['CWE-502'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-02-08T22:32:36Z', 'nvd_published_at': '2023-01-31T16:15:00Z'}
1.4.0
GHSA-22m9-m3ww-53h3
2023-01-19T21:31:41Z
2023-01-10T22:19:49Z
null
['CVE-2023-22487']
Flarum post mentions can be used to read any post on the forum without access control
Using the mentions feature provided by the flarum/mentions extension, users can mention any post ID on the forum with the special `@"<username>"#p<id>` syntax. The following behavior never changes no matter if the actor should be able to read the mentioned post or not: A URL to the mentioned post is inserted into the...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'flarum/mentions'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.6.3'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/flarum/framework/security/advisories/GHSA-22m9-m3ww-53h3'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-22487'}, {'type': 'WEB', 'url': 'https://github.com/flarum/framework/commit/ab1c868b978e8b0d09a5d682c54665dae17d0985'}, {'type': 'PACKAGE', 'url'...
{'cwe_ids': ['CWE-284'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-10T22:19:49Z', 'nvd_published_at': '2023-01-11T20:15:00Z'}
1.4.0
GHSA-xr8h-wj4v-rx7f
2023-02-03T20:35:21Z
2023-01-26T21:30:18Z
null
['CVE-2023-24453']
Missing permission check in Jenkins TestQuality Updater Plugin
A missing check in Jenkins TestQuality Updater Plugin 1.3 and earlier allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified username and password.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins:testquality-updater'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.3'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-24453'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-2800'}]
{'cwe_ids': ['CWE-862'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T00:58:38Z', 'nvd_published_at': '2023-01-26T21:18:00Z'}
1.4.0
GHSA-ccf4-9hjc-xxc4
2023-02-02T17:14:50Z
2023-01-26T21:30:18Z
null
['CVE-2023-24436']
Missing permission check in Jenkins GitHub Pull Request Builder Plugin allows enumerating credentials IDs
A missing permission check in Jenkins GitHub Pull Request Builder Plugin 1.42.2 and earlier allows attackers with Overall/Read permission to enumerate credentials IDs of credentials stored in Jenkins.
[{'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:ghprb'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.42.2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-24436'}, {'type': 'PACKAGE', 'url': 'https://github.com/jenkinsci/ghprb-plugin'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-2789%20(1)'}]
{'cwe_ids': ['CWE-862'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T01:09:02Z', 'nvd_published_at': '2023-01-26T21:18:00Z'}
1.4.0
GHSA-vg5x-6q66-rvgx
2023-01-13T21:05:08Z
2023-01-08T18:30:25Z
null
['CVE-2016-15015']
Barzahlen Payment Module PHP SDK vulnerable to Observable Timing Discrepancy
A vulnerability, which was classified as problematic, was found in viafintech Barzahlen Payment Module PHP SDK up to 2.0.0. Affected is the function `verify` of the file `src/Webhook.php`. The manipulation leads to observable timing discrepancy. Upgrading to version 2.0.1 is able to address this issue. The name of the ...
[{'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': 'Packagist', 'name': 'barzahlen/barzahlen-php'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.0.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2016-15015'}, {'type': 'WEB', 'url': 'https://github.com/viafintech/Barzahlen-PHP/pull/8'}, {'type': 'WEB', 'url': 'https://github.com/viafintech/Barzahlen-PHP/commit/3e7d29dc0ca6c054a6d6e211f32dae89078594c1'}, {'type': 'PACKAGE', 'url': 'https://github...
{'cwe_ids': ['CWE-203', 'CWE-208'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-13T21:05:08Z', 'nvd_published_at': '2023-01-08T18:15:00Z'}
1.4.0
GHSA-96jv-r488-c2rj
2023-01-13T17:18:40Z
2023-01-10T03:30:29Z
null
['CVE-2023-22895']
bzip2 allows attackers to cause a denial of service via a large file that triggers an integer overflow
The bzip2 crate before 0.4.4 for Rust allow attackers to cause a denial of service via a large file that triggers an integer overflow in `mem.rs`. NOTE: this is unrelated to the https://crates.io/crates/bzip2-rs product.
[{'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': 'bzip2'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.4.4'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-22895'}, {'type': 'WEB', 'url': 'https://github.com/alexcrichton/bzip2-rs/pull/86'}, {'type': 'WEB', 'url': 'https://github.com/alexcrichton/bzip2-rs/commit/90c9c182cd5a5ebc75810aebd89b347a7bdf590b'}, {'type': 'WEB', 'url': 'https://crates.io/crate...
{'cwe_ids': ['CWE-190'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-10T22:10:17Z', 'nvd_published_at': '2023-01-10T01:15:00Z'}
1.4.0
GHSA-vp2x-3mc3-3cj4
2023-01-31T19:01:51Z
2023-01-31T12:30:24Z
null
['CVE-2023-0591']
Path traversal in ubi-reader
ubireader_extract_files is vulnerable to path traversal when run against specifically crafted UBIFS files, allowing the attacker to overwrite files outside of the extraction directory (provided the process has write access to that file or directory). This is due to the fact that a node name (dent_node.name) is consider...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N'}]
[{'package': {'ecosystem': 'PyPI', 'name': 'ubi-reader'}, 'ecosystem_specific': {'affected_functions': ['ubireader.ubifs.output.extract_dents']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.8.5'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-0591'}, {'type': 'WEB', 'url': 'https://github.com/jrspruitt/ubi_reader/pull/57'}, {'type': 'WEB', 'url': 'https://github.com/jrspruitt/ubi_reader/commit/d5d68e6b1b9f7070c29df5f67fc060f579ae9139'}, {'type': 'PACKAGE', 'url': 'https://github.com/jrs...
{'cwe_ids': ['CWE-22'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-31T19:01:51Z', 'nvd_published_at': '2023-01-31T10:15:00Z'}
1.4.0
GHSA-q84x-3476-8ff2
2023-01-12T16:49:59Z
2023-01-06T12:31:34Z
null
['CVE-2022-45787']
Apache James MIME4J vulnerable to information disclosure to local users
Unproper laxist permissions on the temporary files used by MIME4J TempFileStorageProvider may lead to information disclosure to other local users. This issue affects Apache James MIME4J version 0.8.8 and prior versions. We recommend users to upgrade to MIME4j version 0.8.9 or later.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.apache.james:apache-mime4j'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.8.9'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-45787'}, {'type': 'PACKAGE', 'url': 'https://github.com/apache/james-mime4j'}, {'type': 'WEB', 'url': 'https://lists.apache.org/thread/26s8p9stl1z261c4qw15bsq03tt7t0rj'}]
{'cwe_ids': ['CWE-200', 'CWE-312'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-09T20:15:28Z', 'nvd_published_at': '2023-01-06T10:15:00Z'}
1.4.0
GHSA-59qg-93jg-236f
2023-01-20T23:18:17Z
2023-01-20T23:18:17Z
null
['CVE-2023-22732']
Shopware has Insufficient Session Expiration in Administration
### Impact The Administration session expiration was set to one week, when an attacker has stolen the session cookie they could use it for a long period of time. ### Patches We added an automatic logout into the Administration, so the user will be logged out when they are inactive. ### References https://docs.shopw...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'shopware/platform'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '6.4.18.1'}]}], 'database_specific': {'last_known_affected_version_range': '<= 6.4.18.0'}}, {'package': {'ecosystem': 'Packagist', 'name': 'shopware/core'}, 'ranges': [{'type'...
[{'type': 'WEB', 'url': 'https://github.com/shopware/platform/security/advisories/GHSA-59qg-93jg-236f'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-22732'}, {'type': 'WEB', 'url': 'https://github.com/shopware/platform/commit/cd7a89cbcd3a0428c6d1ef27b3aa15467a722ff6'}, {'type': 'WEB', 'url': ...
{'cwe_ids': ['CWE-613'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T23:18:17Z', 'nvd_published_at': '2023-01-17T22:15:00Z'}
1.4.0
GHSA-6325-6g32-7p35
2023-01-26T23:57:52Z
2023-01-26T23:57:52Z
null
['CVE-2013-2513']
flash_tool Gem for Ruby File Download Handling Arbitrary Command Execution
flash_tool Gem for Ruby contains a flaw that is triggered during the handling of downloaded files that contain shell characters. With a specially crafted file, a context-dependent attacker can execute arbitrary commands.
[]
[{'package': {'ecosystem': 'RubyGems', 'name': 'flash_tool'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '0.6.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2013-2513'}, {'type': 'PACKAGE', 'url': 'https://github.com/milboj/flash_tool'}, {'type': 'WEB', 'url': 'https://github.com/rubysec/ruby-advisory-db/blob/master/gems/flash_tool/CVE-2013-2513.yml'}]
{'cwe_ids': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-26T23:57:52Z', 'nvd_published_at': None}
1.4.0
GHSA-x9q4-qwfh-9gjq
2023-02-06T16:44:09Z
2023-01-26T21:30:18Z
null
['CVE-2023-24427']
Session fixation vulnerability in Jenkins Bitbucket OAuth Plugin
Jenkins Bitbucket OAuth Plugin 0.12 and earlier does not invalidate the previous session on login.
[{'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': 'org.jenkins-ci.plugins:bitbucket-oauth'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.13'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-24427'}, {'type': 'WEB', 'url': 'https://github.com/jenkinsci/bitbucket-oauth-plugin/commit/b73ac285f8cfcc9727f089c6b2c7f13412285e7c'}, {'type': 'PACKAGE', 'url': 'https://github.com/jenkinsci/bitbucket-oauth-plugin'}, {'type': 'WEB', 'url': 'https...
{'cwe_ids': ['CWE-384'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T01:09:22Z', 'nvd_published_at': '2023-01-26T21:18:00Z'}
1.4.0
GHSA-mf6x-hrgr-658f
2023-02-07T23:18:23Z
2023-01-30T06:30:27Z
null
['CVE-2022-25967']
Eta vulnerable to Code Injection via templates rendered with user-defined data
Versions of the package eta before 2.0.0 are vulnerable to Remote Code Execution (RCE) by overwriting template engine configuration variables with view options received from The Express render API. **Note:** This is exploitable only for users who are rendering templates with user-defined 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': 'npm', 'name': 'eta'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.0.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-25967'}, {'type': 'WEB', 'url': 'https://github.com/eta-dev/eta/commit/5651392462ee0ff19d77c8481081a99e5b9138dd'}, {'type': 'PACKAGE', 'url': 'https://github.com/eta-dev/eta'}, {'type': 'WEB', 'url': 'https://github.com/eta-dev/eta/blob/9c8e4263d3a...
{'cwe_ids': ['CWE-94'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-02-01T01:34:42Z', 'nvd_published_at': '2023-01-30T05:15:00Z'}
1.4.0
GHSA-g29v-5pwh-wxx4
2023-02-06T16:39:45Z
2023-01-26T21:30:18Z
null
['CVE-2023-24439']
Plaintext Storage of a Password in Jenkins JIRA Pipeline Steps Plugin
Jenkins JIRA Pipeline Steps Plugin 2.0.165.v8846cf59f3db and earlier stores the private keys unencrypted in its global configuration file on the Jenkins controller where it can be viewed by users with access to the Jenkins controller file system.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins:jira-steps'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '2.0.165.v8846cf59f3db'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-24439'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-2774'}]
{'cwe_ids': ['CWE-256', 'CWE-312'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T01:00:15Z', 'nvd_published_at': '2023-01-26T21:18:00Z'}
1.4.0
GHSA-2pj2-gchf-wmw7
2023-01-27T17:41:12Z
2023-01-10T03:30:29Z
null
['CVE-2023-22899']
Zip4j Origin Validation Error
Zip4j through 2.11.2, as used in Threema and other products, does not always check the MAC when decrypting a ZIP archive. This issue has been fixed in version 2.11.3.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'net.lingala.zip4j:zip4j'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.11.3'}]}], 'database_specific': {'last_known_affected_version_range': '<= 2.11.2'}}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-22899'}, {'type': 'WEB', 'url': 'https://github.com/srikanth-lingala/zip4j/issues/485'}, {'type': 'WEB', 'url': 'https://breakingthe3ma.app'}, {'type': 'WEB', 'url': 'https://breakingthe3ma.app/files/Threema-PST22.pdf'}, {'type': 'PACKAGE', 'url': ...
{'cwe_ids': ['CWE-346'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-13T21:34:45Z', 'nvd_published_at': '2023-01-10T02:15:00Z'}
1.4.0
GHSA-wj79-9fxj-j86p
2023-02-03T20:39:34Z
2023-01-26T21:30:18Z
null
['CVE-2023-24447']
Cross-site request forgery vulnerability in Jenkins RabbitMQ Consumer Plugin
A cross-site request forgery (CSRF) vulnerability in Jenkins RabbitMQ Consumer Plugin 2.8 and earlier allows attackers to connect to an attacker-specified AMQP(S) URL using attacker-specified username and password.
[{'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': 'Maven', 'name': 'org.jenkins-ci.plugins:rabbitmq-consumer'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '2.8'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-24447'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-2778'}]
{'cwe_ids': ['CWE-352'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T00:59:50Z', 'nvd_published_at': '2023-01-26T21:18:00Z'}
1.4.0
GHSA-8r6h-m72v-38fg
2023-01-25T18:03:33Z
2023-01-17T23:57:23Z
null
['CVE-2023-22730']
Shopware vulnerable to Improper Input Validation of Clearance sale in cart
### Impact It is possible to put the same line item multiple one in the cart using API, the Cart Validators checked the line item's individuality and the user was able to skip the clearance sale in cart ### Patches The problem has been fixed with 6.4.18.1 ### Workarounds For older versions of 6.1, 6.2, and 6.3, corre...
[{'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': 'Packagist', 'name': 'shopware/platform'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '6.4.18.1'}]}], 'database_specific': {'last_known_affected_version_range': '<= 6.4.18.0'}}, {'package': {'ecosystem': 'Packagist', 'name': 'shopware/core'}, 'ranges': [{'type'...
[{'type': 'WEB', 'url': 'https://github.com/shopware/platform/security/advisories/GHSA-8r6h-m72v-38fg'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-22730'}, {'type': 'WEB', 'url': 'https://github.com/shopware/platform/commit/4fce12096e54b2033832d9104fa2e68888c2b4e9'}, {'type': 'WEB', 'url': ...
{'cwe_ids': ['CWE-20'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-17T23:57:23Z', 'nvd_published_at': '2023-01-17T22:15:00Z'}
1.4.0
GHSA-3mpg-q26j-83j5
2023-01-31T01:41:32Z
2023-01-21T03:30:28Z
null
['CVE-2020-36655']
Command injection in yiisoft/yii2-gii
Yii Yii2 Gii before 2.2.2 allows remote attackers to execute arbitrary code via the Generator.php messageCategory field. The attacker can embed arbitrary PHP code into the model 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': 'Packagist', 'name': 'yiisoft/yii2-gii'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.2.2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2020-36655'}, {'type': 'WEB', 'url': 'https://github.com/yiisoft/yii2-gii/issues/433'}, {'type': 'WEB', 'url': 'https://github.com/yiisoft/yii2-gii/commit/ed61e0d85f43e23f79d7c9d1b4e5e5c09a32ce4b'}, {'type': 'PACKAGE', 'url': 'https://github.com/yiisoft...
{'cwe_ids': ['CWE-94'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-23T20:42:57Z', 'nvd_published_at': '2023-01-21T01:15:00Z'}
1.4.0
GHSA-hph3-hv3c-7725
2023-01-10T22:28:19Z
2023-01-10T22:28:19Z
null
['CVE-2023-22489']
Any Flarum user including unactivated can reply in public discussions whose first post was permanently deleted
If the first post of a discussion is permanently deleted but the discussion stays visible, any actor who can view the discussion is able to create a new reply via the REST API, no matter the reply permission or lock status. This includes users that don't have a validated email. Guests cannot successfully create a rep...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'Packagist', 'name': 'flarum/core'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.3.0'}, {'fixed': '1.6.3'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/flarum/framework/security/advisories/GHSA-hph3-hv3c-7725'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-22489'}, {'type': 'WEB', 'url': 'https://github.com/flarum/framework/commit/12f14112a0ecd1484d97330b82beb2a145919015'}, {'type': 'PACKAGE', 'url'...
{'cwe_ids': ['CWE-862'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-01-10T22:28:19Z', 'nvd_published_at': '2023-01-13T19:15:00Z'}
1.4.0
GHSA-g5qr-xgg7-8q2w
2023-02-02T10:31:17Z
2023-01-26T21:30:25Z
null
['CVE-2022-25350']
Command Injection in puppet-facter
All versions of the package puppet-facter are vulnerable to Command Injection via the getFact function due to improper input sanitization.
[{'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': 'puppet-facter'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '0.0.2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-25350'}, {'type': 'WEB', 'url': 'https://github.com/olindata/node-puppet-facter/blob/f34bcc754325d71bb3b1b534804e53d6170f15f5/index.js#23L10'}, {'type': 'WEB', 'url': 'https://github.com/olindata/node-puppet-facter/blob/f34bcc754325d71bb3b1b534804e...
{'cwe_ids': ['CWE-77'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T01:00:46Z', 'nvd_published_at': '2023-01-26T21:15:00Z'}
1.4.0
GHSA-7m9r-rq9j-wmmh
2023-01-10T00:41:43Z
2023-01-10T00:41:43Z
null
[]
PocketMine-MP vulnerable to denial-of-service by sending large modal form responses
### Impact Due to a workaround for an old client bug (which has since been fixed), very large JSON payloads in `ModalFormResponsePacket` were able to cause the server to spend a significant amount of time processing the packet. Large numbers of these packets were able to hog CPU time so as to prevent the server from pr...
[{'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': 'Packagist', 'name': 'pocketmine/pocketmine-mp'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '4.12.5'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/pmmp/PocketMine-MP/security/advisories/GHSA-7m9r-rq9j-wmmh'}, {'type': 'PACKAGE', 'url': 'https://github.com/pmmp/PocketMine-MP'}]
{'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-10T00:41:43Z', 'nvd_published_at': None}
1.4.0
GHSA-33gv-rvgq-gpxp
2023-02-04T00:30:29Z
2023-01-27T00:30:18Z
null
['CVE-2023-0493']
HTML injections in BTCPayServer
Improper Neutralization of Equivalent Special Elements in GitHub repository btcpayserver/btcpayserver prior to 1.7.5.
[{'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': 'NuGet', 'name': 'BTCPayServer.Client'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.7.5'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-0493'}, {'type': 'WEB', 'url': 'https://github.com/btcpayserver/btcpayserver/commit/02070d65836cd24627929b3403efbae8de56039a'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/3a73b45c-6f3e-4536-a327-cdfdbc59896f'}, {'type': 'WEB', 'url': 'http:...
{'cwe_ids': ['CWE-76'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-02-04T00:30:29Z', 'nvd_published_at': '2023-01-26T23:15:00Z'}
1.4.0
GHSA-5xhh-6xfv-7q42
2023-02-03T20:33:43Z
2023-01-26T21:30:17Z
null
['CVE-2023-24458']
Cross-site request forgery vulnerability in Jenkins BearyChat Plugin
A cross-site request forgery (CSRF) vulnerability in Jenkins BearyChat Plugin 3.0.2 and earlier allows attackers to connect to an attacker-specified URL.
[{'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': 'Maven', 'name': 'org.jenkins-ci.plugins:bearychat'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '3.0.2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-24458'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-2745'}]
{'cwe_ids': ['CWE-352'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T00:55:48Z', 'nvd_published_at': '2023-01-26T21:18:00Z'}
1.4.0
GHSA-h452-7996-h45h
2023-01-23T16:59:52Z
2023-01-18T06:31:03Z
null
['CVE-2022-25901']
cookiejar Regular Expression Denial of Service via Cookie.parse function
Versions of the package cookiejar before 2.1.4 are vulnerable to Regular Expression Denial of Service (ReDoS) via the `Cookie.parse` function and other aspects of the API, which use an insecure regular expression for parsing cookie values. Applications could be stalled for extended periods of time if untrusted input is...
[{'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': 'npm', 'name': 'cookiejar'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.1.4'}]}]}, {'package': {'ecosystem': 'Maven', 'name': 'org.webjars.npm:cookiejar'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '2.1.3'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-25901'}, {'type': 'WEB', 'url': 'https://github.com/bmeck/node-cookiejar/pull/39'}, {'type': 'WEB', 'url': 'https://github.com/bmeck/node-cookiejar/pull/39/commits/eaa00021caf6ae09449dde826108153b578348e5'}, {'type': 'PACKAGE', 'url': 'https://gith...
{'cwe_ids': ['CWE-1333'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-23T16:59:52Z', 'nvd_published_at': '2023-01-18T05:15:00Z'}
1.4.0
GHSA-qjm7-55vv-3c5f
2023-01-20T23:35:16Z
2023-01-18T03:31:17Z
null
['CVE-2018-25077']
mel-spintax has Inefficient Regular Expression Complexity
A vulnerability was found in melnaron mel-spintax. It has been rated as problematic. Affected by this issue is some unknown functionality of the file `lib/spintax.js`. The manipulation of the argument text leads to inefficient regular expression complexity. The name of the patch is 37767617846e27b87b63004e30216e8f91963...
[]
[{'package': {'ecosystem': 'npm', 'name': 'mel-spintax'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.0.3'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2018-25077'}, {'type': 'WEB', 'url': 'https://github.com/melnaron/mel-spintax/commit/37767617846e27b87b63004e30216e8f919637d3'}, {'type': 'PACKAGE', 'url': 'https://github.com/melnaron/mel-spintax'}, {'type': 'WEB', 'url': 'https://vuldb.com/?id.218456'...
{'cwe_ids': ['CWE-1333'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T23:35:16Z', 'nvd_published_at': '2023-01-18T01:15:00Z'}
1.4.0
GHSA-h8p8-6378-649p
2023-02-06T16:41:27Z
2023-01-26T21:30:18Z
null
['CVE-2023-24430']
XML external entity reference vulnerability on agents in Jenkins Semantic Versioning Plugin
Jenkins Semantic Versioning Plugin 1.14 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks.
[{'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': 'org.jenkins-ci.plugins:semantic-versioning-plugin'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.15'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-24430'}, {'type': 'WEB', 'url': 'https://github.com/jenkinsci/semantic-versioning-plugin/commit/8df2fabd7d7396ae29c374914d1357744d3e454f'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-2973%20(2)'}]
{'cwe_ids': ['CWE-611'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T01:16:23Z', 'nvd_published_at': '2023-01-26T21:18:00Z'}
1.4.0
GHSA-3fwq-qv5v-2wxf
2023-01-25T22:03:31Z
2023-01-18T03:31:17Z
null
['CVE-2020-36651']
Path Traversal in web-node-server
A vulnerability has been found in youngerheart nodeserver and classified as critical. Affected by this vulnerability is an unknown functionality of the file nodeserver.js. The manipulation leads to path traversal. The name of the patch is c4c0f0138ab5afbac58e03915d446680421bde28. It is recommended to apply a patch to f...
[{'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': 'web-node-server'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.0.11'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2020-36651'}, {'type': 'WEB', 'url': 'https://github.com/youngerheart/nodeserver/pull/6'}, {'type': 'WEB', 'url': 'https://github.com/youngerheart/nodeserver/commit/c4c0f0138ab5afbac58e03915d446680421bde28'}, {'type': 'WEB', 'url': 'https://vuldb.com/?c...
{'cwe_ids': ['CWE-22'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-25T22:03:31Z', 'nvd_published_at': '2023-01-18T01:15:00Z'}
1.4.0
GHSA-6w89-c65w-jx2c
2023-01-26T19:05:38Z
2023-01-19T18:30:21Z
null
['CVE-2022-47105']
Jeecg-boot is vulnerable to SQL injection
Jeecg-boot v3.4.4 was discovered to contain a SQL injection vulnerability via the component `/sys/dict/queryTableData`. A patch was released in commit 0fc374.
[{'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': 'org.jeecgframework.boot:jeecg-boot-base-core'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '3.4.4'}]}]}, {'package': {'ecosystem': 'Maven', 'name': 'org.jeecgframework.boot:jeecg-module-system'}, 'ranges': [{'type': 'ECOSYSTEM', 'event...
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-47105'}, {'type': 'WEB', 'url': 'https://github.com/jeecgboot/jeecg-boot/issues/4393'}, {'type': 'WEB', 'url': 'https://github.com/jeecgboot/jeecg-boot/commit/0fc374de4745eac52620eeb8caf6a7b76127529a'}, {'type': 'PACKAGE', 'url': 'https://github.co...
{'cwe_ids': ['CWE-89'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T23:08:23Z', 'nvd_published_at': '2023-01-19T16:15:00Z'}
1.4.0
GHSA-x477-fq37-q5wr
2023-01-27T00:55:27Z
2023-01-27T00:55:27Z
null
[]
Initial debug-host handler implementation could leak information and facilitate denial of service
### Impact version 1.5.0 and 1.6.0 when using the new `debug-host` feature could expose unnecessary information about the host ### Patches Use 1.6.1 or newer ### Workarounds Downgrade to 1.4.0 or set `debug-host` to empty ### References https://github.com/fortio/proxy/pull/38 Q&A https://github.com/fortio/proxy/dis...
[]
[{'package': {'ecosystem': 'Go', 'name': 'fortio.org/proxy'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.5.0'}, {'fixed': '1.6.1'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/fortio/proxy/security/advisories/GHSA-x477-fq37-q5wr'}, {'type': 'WEB', 'url': 'https://github.com/fortio/proxy/pull/38'}, {'type': 'PACKAGE', 'url': 'https://github.com/fortio/proxy'}]
{'cwe_ids': ['CWE-200'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T00:55:27Z', 'nvd_published_at': None}
1.4.0
GHSA-36fh-84j7-cv5h
2023-03-03T23:25:11Z
2023-01-29T06:30:52Z
null
['CVE-2022-48285']
JSZip contains Path Traversal via loadAsync
loadAsync in JSZip before 3.8.0 allows Directory Traversal via a crafted ZIP archive.
[{'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': 'jszip'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3.8.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-48285'}, {'type': 'WEB', 'url': 'https://github.com/Stuk/jszip/commit/2edab366119c9ee948357c02f1206c28566cdf15'}, {'type': 'WEB', 'url': 'https://exchange.xforce.ibmcloud.com/vulnerabilities/244499'}, {'type': 'PACKAGE', 'url': 'https://github.com/...
{'cwe_ids': ['CWE-22'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-02-01T18:08:04Z', 'nvd_published_at': '2023-01-29T05:15:00Z'}
1.4.0
GHSA-5g2h-9x5v-5h3x
2023-04-06T22:57:41Z
2023-01-10T06:30:25Z
null
['CVE-2021-46871']
phoenix_html allows Cross-site Scripting in HEEx class attributes
tag.ex in Phoenix Phoenix.HTML (aka phoenix_html) before 3.0.4 allows XSS in HEEx class attributes
[{'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': 'npm', 'name': 'phoenix_html'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3.0.4'}]}]}, {'package': {'ecosystem': 'Hex', 'name': 'phoenix_html'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3.0.4'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2021-46871'}, {'type': 'WEB', 'url': 'https://github.com/phoenixframework/phoenix_html/commit/62a0139fb716bcdce697f6221244bd81d321d620'}, {'type': 'ADVISORY', 'url': 'https://github.com/advisories/GHSA-j3gg-r6gp-95q2'}, {'type': 'PACKAGE', 'url': 'https...
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-10T22:16:31Z', 'nvd_published_at': '2023-01-10T06:15:00Z'}
1.4.0
GHSA-939x-6mwj-96r2
2023-02-04T00:30:33Z
2023-01-26T21:30:18Z
null
['CVE-2023-24426']
Insufficient Session Expiration in Jenkins Azure AD Plugin
Jenkins Azure AD Plugin 303.va_91ef20ee49f and earlier does not invalidate the previous session on login.
[{'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': 'Maven', 'name': 'org.jenkins-ci.plugins:azure-ad'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '303.va'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-24426'}, {'type': 'PACKAGE', 'url': 'https://github.com/jenkinsci/azure-ad-plugin'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-2980'}]
{'cwe_ids': ['CWE-613'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-02-04T00:30:33Z', 'nvd_published_at': '2023-01-26T21:18:00Z'}
1.4.0
GHSA-93cw-f5jj-x85w
2023-01-25T18:04:00Z
2023-01-17T23:58:06Z
null
['CVE-2023-22731']
Shopware vulnerable to Improper Control of Generation of Code in Twig rendered views
### Impact In Twig environment **without the Sandbox extension**, it is possible to refer to PHP functions in twig filters like `map`, `filter`, `sort`. This allows in the template to call any global PHP function. ### Patches The problem has been fixed with 6.4.18.1 with an override of the specified filters until the...
[{'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': 'Packagist', 'name': 'shopware/platform'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '6.4.18.1'}]}], 'database_specific': {'last_known_affected_version_range': '<= 6.4.18.0'}}, {'package': {'ecosystem': 'Packagist', 'name': 'shopware/core'}, 'ranges': [{'type'...
[{'type': 'WEB', 'url': 'https://github.com/shopware/platform/security/advisories/GHSA-93cw-f5jj-x85w'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-22731'}, {'type': 'WEB', 'url': 'https://github.com/shopware/platform/commit/89d1ea154689cb6202e0d3a0ceeae0febb0c09e1'}, {'type': 'WEB', 'url': ...
{'cwe_ids': ['CWE-94'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-01-17T23:58:06Z', 'nvd_published_at': '2023-01-17T22:15:00Z'}
1.4.0
GHSA-rh3m-pr36-xh2f
2023-01-12T23:43:29Z
2023-01-07T21:30:38Z
null
['CVE-2015-10029']
kelvinmo simplexrd vulnerable to Improper Restriction of XML External Entity Reference
A vulnerability classified as problematic was found in kelvinmo simplexrd up to 3.1.0. This vulnerability affects unknown code of the file `simplexrd/simplexrd.class.php`. The manipulation leads to xml external entity reference. Upgrading to version 3.1.1 is able to address this issue. The name of the patch is 4c9f2e02...
[{'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': 'Packagist', 'name': 'kelvinmo/simplexrd'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3.1.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2015-10029'}, {'type': 'WEB', 'url': 'https://github.com/kelvinmo/simplexrd/commit/4c9f2e028523ed705b555eca2c18c64e71f1a35d'}, {'type': 'PACKAGE', 'url': 'https://github.com/kelvinmo/simplexrd'}, {'type': 'WEB', 'url': 'https://github.com/kelvinmo/simpl...
{'cwe_ids': ['CWE-611'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-01-12T23:43:29Z', 'nvd_published_at': '2023-01-07T20:15:00Z'}
1.4.0
GHSA-746g-3gfp-hfhw
2023-09-05T21:57:50Z
2023-01-26T23:54:07Z
null
['CVE-2015-8314']
Devise Gem for Ruby Unauthorized Access Using "Remember Me" Cookie
Devise version before 3.5.4 uses cookies to implement a "Remember me" functionality. However, it generates the same cookie for all devices. If an attacker manages to steal a remember me cookie and the user does not change the password frequently, the cookie can be used to gain access to the application indefinitely.
[]
[{'package': {'ecosystem': 'RubyGems', 'name': 'devise'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3.5.4'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/heartcombo/devise/commit/c92996646aba2d25b2c3e235fe0c4f1a84b70d24'}, {'type': 'PACKAGE', 'url': 'https://github.com/heartcombo/devise'}, {'type': 'WEB', 'url': 'https://github.com/rubysec/ruby-advisory-db/blob/master/gems/devise/CVE-2015-8314.yml'}, {'type': 'WEB', 'url': 'ht...
{'cwe_ids': ['CWE-288'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-26T23:54:07Z', 'nvd_published_at': None}
1.4.0
GHSA-gmhf-37fx-c4q8
2023-02-03T20:40:11Z
2023-01-26T21:30:18Z
null
['CVE-2023-24433']
Missing permission checks in Jenkins Orka Plugin allow capturing credentials
Missing permission checks in Jenkins Orka by MacStadium Plugin 1.31 and earlier allow attackers with Overall/Read permission to connect to an attacker-specified HTTP server using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.
[{'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': 'Maven', 'name': 'io.jenkins.plugins:macstadium-orka'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.32'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-24433'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-2772%20(2)'}]
{'cwe_ids': ['CWE-862'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T01:26:34Z', 'nvd_published_at': '2023-01-26T21:18:00Z'}
1.4.0
GHSA-98qc-v8vg-mcx4
2023-02-03T20:35:16Z
2023-01-26T21:30:18Z
null
['CVE-2023-24454']
Plaintext Storage of a Password in Jenkins TestQuality Updater Plugin
Jenkins TestQuality Updater Plugin 1.3 and earlier stores the TestQuality Updater password unencrypted in its global configuration file on the Jenkins controller where it can be viewed by users with access to the Jenkins controller file system.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins:testquality-updater'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.3'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-24454'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-2091'}]
{'cwe_ids': ['CWE-256', 'CWE-312'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T00:58:21Z', 'nvd_published_at': '2023-01-26T21:18:00Z'}
1.4.0
GHSA-3244-8mff-w398
2023-01-10T22:48:43Z
2023-01-10T22:48:43Z
null
[]
Reflected XSS in Gotify's /docs via import of outdated Swagger UI
### Impact Gotify exposes an outdated instance of the [Swagger UI](https://swagger.io/tools/swagger-ui/) API documentation frontend at `/docs` which is susceptible to reflected XSS attacks when loading external Swagger config files. Specifically, the DOMPurify version included with this version of Swagger UI is vulne...
[]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/gotify/server'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.2.3'}]}], 'database_specific': {'last_known_affected_version_range': '<= 2.2.2'}}]
[{'type': 'WEB', 'url': 'https://github.com/gotify/server/security/advisories/GHSA-3244-8mff-w398'}, {'type': 'WEB', 'url': 'https://github.com/gotify/server/pull/541'}, {'type': 'PACKAGE', 'url': 'https://github.com/gotify/server'}, {'type': 'WEB', 'url': 'https://research.securitum.com/mutation-xss-via-mathml-mutatio...
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-10T22:48:43Z', 'nvd_published_at': None}
1.4.0
GHSA-hj4g-4w36-x8hp
2023-01-27T21:42:18Z
2023-01-20T18:30:22Z
null
['CVE-2022-47747']
Kraken has arbitrary file read vulnerability via component testfs
kraken <= 0.1.4 has an arbitrary file read vulnerability via the component `testfs`.
[{'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': 'Go', 'name': 'github.com/uber/kraken'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '0.1.4'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-47747'}, {'type': 'WEB', 'url': 'https://github.com/uber/kraken/issues/333'}, {'type': 'ADVISORY', 'url': 'https://github.com/advisories/GHSA-hj4g-4w36-x8hp'}, {'type': 'PACKAGE', 'url': 'https://github.com/uber/kraken'}]
{'cwe_ids': ['CWE-22'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T21:56:09Z', 'nvd_published_at': '2023-01-20T17:15:00Z'}
1.4.0
GHSA-pfpr-3463-c6jh
2023-01-24T23:28:35Z
2023-01-09T21:55:14Z
null
['CVE-2022-46648']
ruby-git has potential remote code execution vulnerability
The git gem, between versions 1.2.0 and 1.12.0, incorrectly parsed the output of the `git ls-files` command using `eval()` to unescape quoted file names. If a file name was added to the git repository contained special characters, such as `\n`, then the `git ls-files` command would print the file name in quotes and esc...
[{'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': 'RubyGems', 'name': 'git'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.2.0'}, {'fixed': '1.13.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-46648'}, {'type': 'WEB', 'url': 'https://github.com/ruby-git/ruby-git/pull/602'}, {'type': 'PACKAGE', 'url': 'https://github.com/ruby-git/ruby-git'}, {'type': 'WEB', 'url': 'https://github.com/ruby-git/ruby-git/releases/tag/v1.13.0'}, {'type': 'WEB...
{'cwe_ids': ['CWE-94'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-09T21:55:14Z', 'nvd_published_at': '2023-01-17T10:15:00Z'}
1.4.0
GHSA-c45c-39f6-6gw9
2023-01-25T19:38:13Z
2023-01-25T19:38:13Z
null
[]
Rancher generated tokens not revoked after modifications made to authentication provider
### Impact This issue affects Rancher versions from 2.5.0 up to and including 2.5.16, from 2.6.0 up to and including 2.6.9 and 2.7.0. It only affects Rancher setups that have an external [authentication provider](https://ranchermanager.docs.rancher.com/pages-for-subheaders/authentication-config) configured or had one ...
[{'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': 'Go', 'name': 'github.com/rancher/rancher'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.5.0'}, {'fixed': '2.5.17'}]}]}, {'package': {'ecosystem': 'Go', 'name': 'github.com/rancher/rancher'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.6.0'}, {'fixed': '2.6...
[{'type': 'WEB', 'url': 'https://github.com/rancher/rancher/security/advisories/GHSA-c45c-39f6-6gw9'}, {'type': 'PACKAGE', 'url': 'https://github.com/rancher/rancher'}]
{'cwe_ids': ['CWE-287'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-25T19:38:13Z', 'nvd_published_at': None}
1.4.0
GHSA-xwhj-pqcg-8rcr
2023-01-20T23:35:17Z
2023-01-20T23:35:17Z
null
[]
CakePHP vulnerable to Cross-site Scripting in some development error pages
CakePHP 3.4 prior to 3.4.14, 3.5 prior to 3.5.17, and 3.6 prior to 3.6.4 contains a cross-site-scripting (XSS) vulnerability in the development only `missing route` and `duplicate named route` error pages.
[]
[{'package': {'ecosystem': 'Packagist', 'name': 'cakephp/cakephp'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '3.4.0'}, {'fixed': '3.4.14'}]}]}, {'package': {'ecosystem': 'Packagist', 'name': 'cakephp/cakephp'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '3.5.0'}, {'fixed': '3.5.17'}]}]...
[{'type': 'WEB', 'url': 'https://github.com/cakephp/cakephp/commit/1ea0c87de729e0dcd53eb6fe3bc86ba739121d8e'}, {'type': 'WEB', 'url': 'https://bakery.cakephp.org/2018/05/20/cakephp_364_3517_3414_released.html'}, {'type': 'WEB', 'url': 'https://github.com/FriendsOfPHP/security-advisories/blob/master/cakephp/cakephp/2018...
{'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T23:35:17Z', 'nvd_published_at': None}
1.4.0
GHSA-crhg-xgrg-vvcc
2023-01-13T21:34:29Z
2023-01-13T21:34:29Z
null
[]
a12nserver vulnerable to potential SQL Injections via Knex dependency
### Impact Users of a12nserver that use MySQL might be vulnerable to SQL injection bugs. If you use a12nserver and MySQL, update as soon as possible. This SQL injection bug might let an attacker obtain OAuth2 Access Tokens for users unrelated to those that permitted OAuth2 clients. ### Patches The knex dependency ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N'}]
[{'package': {'ecosystem': 'npm', 'name': '@curveball/a12n-server'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0.20.0'}, {'fixed': '0.23.0'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/curveball/a12n-server/security/advisories/GHSA-crhg-xgrg-vvcc'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2016-20018'}, {'type': 'WEB', 'url': 'https://github.com/knex/knex/issues/1227'}, {'type': 'WEB', 'url': 'https://github.com/curveball/a12n-serve...
{'cwe_ids': ['CWE-89'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-13T21:34:29Z', 'nvd_published_at': '2023-01-13T16:15:00Z'}
1.4.0
GHSA-rv9x-wmw4-44qj
2023-01-20T16:54:17Z
2023-01-12T03:30:15Z
null
['CVE-2023-0227']
Pyload Insufficient Session Expiration vulnerability
Pyload 0.5.0b3.dev35 has an Insufficient Session Expiration vulnerability. A patch is available and anticipated to be part of version 0.5.0b3.dev36.
[{'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': 'PyPI', 'name': 'pyload-ng'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.5.0b3.dev36'}]}], 'database_specific': {'last_known_affected_version_range': '<= 0.5.0b3.dev35'}}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-0227'}, {'type': 'WEB', 'url': 'https://github.com/pyload/pyload/commit/c035714c0596b704b11af0f8a669352f128ad2d9'}, {'type': 'PACKAGE', 'url': 'https://github.com/pyload/pyload'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/af3101d7-fea6-463...
{'cwe_ids': ['CWE-613'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-12T20:54:01Z', 'nvd_published_at': '2023-01-12T01:15:00Z'}
1.4.0
GHSA-q95h-cqrv-8jv5
2023-01-20T19:33:40Z
2023-01-20T19:33:40Z
null
[]
ExifTool vulnerable to arbitrary code execution
### Impact Arbitrary code execution can occur when running `exiftool` against files with hostile metadata payloads ### Patches ExifTool has already been patched in version 12.24. `exiftool_vendored.rb`, which vendors ExifTool, includes this patch in [v12.25.0](https://github.com/exiftool-rb/exiftool_vendored.rb/releas...
[{'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': 'RubyGems', 'name': 'exiftool_vendored'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '12.25.0'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/exiftool-rb/exiftool_vendored.rb/security/advisories/GHSA-q95h-cqrv-8jv5'}, {'type': 'PACKAGE', 'url': 'https://github.com/exiftool-rb/exiftool_vendored.rb'}, {'type': 'WEB', 'url': 'https://twitter.com/wcbowling/status/1385803927321415687'}]
{'cwe_ids': ['CWE-74'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T19:33:40Z', 'nvd_published_at': None}
1.4.0
GHSA-fcg4-pm6h-9xx2
2023-01-24T18:53:55Z
2023-01-16T12:30:17Z
null
['CVE-2022-43721']
Apache Superset Open Redirect vulnerability
An authenticated attacker with update datasets permission could change a dataset link to an untrusted site, users could be redirected to this site when clicking on that specific dataset. This issue affects Apache Superset version 1.5.2 and prior versions and version 2.0.0.
[{'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': 'apache-superset'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.5.2'}]}]}, {'package': {'ecosystem': 'PyPI', 'name': 'apache-superset'}, 'versions': ['2.0.0']}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-43721'}, {'type': 'PACKAGE', 'url': 'https://github.com/apache/superset'}, {'type': 'WEB', 'url': 'https://lists.apache.org/thread/s6sqt5jmcv6qxtvdot1t5tpt57v439kg'}]
{'cwe_ids': ['CWE-601'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T16:24:43Z', 'nvd_published_at': '2023-01-16T11:15:00Z'}
1.4.0
GHSA-x73w-g8hx-v7rp
2023-01-28T01:18:11Z
2023-01-20T21:30:32Z
null
['CVE-2020-23256']
Code injection in electerm
An issue was discovered in Electerm 1.3.22, allows attackers to execute arbitrary code via unverified request to electerms service.
[{'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': 'electerm'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.3.22'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2020-23256'}, {'type': 'WEB', 'url': 'https://github.com/electerm/electerm/issues/1686'}, {'type': 'PACKAGE', 'url': 'https://github.com/electerm/electerm'}]
{'cwe_ids': ['CWE-94'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-01-28T01:18:11Z', 'nvd_published_at': '2023-01-20T19:15:00Z'}
1.4.0
GHSA-77cc-w3wm-6whp
2023-01-12T23:42:07Z
2023-01-06T12:31:34Z
null
['CVE-2016-15011']
dssp vulnerable to Improper Restriction of XML External Entity Reference
A vulnerability classified as problematic was found in e-Contract dssp up to 1.3.1. Affected by this vulnerability is the function `checkSignResponse` of the file `dssp-client/src/main/java/be/e_contract/dssp/client/SignResponseVerifier.java`. The manipulation leads to xml external entity reference. Upgrading to versio...
[{'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': 'be.e_contract.dssp:dssp-client'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.3.2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2016-15011'}, {'type': 'WEB', 'url': 'https://github.com/e-Contract/dssp/commit/ec4238349691ec66dd30b416ec6eaab02d722302'}, {'type': 'PACKAGE', 'url': 'https://github.com/e-Contract/dssp'}, {'type': 'WEB', 'url': 'https://github.com/e-Contract/dssp/rele...
{'cwe_ids': ['CWE-611'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-01-12T23:42:07Z', 'nvd_published_at': '2023-01-06T10:15:00Z'}
1.4.0
GHSA-hm7f-rq7q-j9xp
2023-01-26T17:04:28Z
2023-01-20T03:30:28Z
null
['CVE-2023-0410']
@builder.io/qwik vulnerable to Cross-site Scripting
@builder.io/qwik prior to version 0.16.2 is vulnerable to cross-site scripting due to attribute names and the class attribute values not being properly handled.
[{'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': 'npm', 'name': '@builder.io/qwik'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.16.2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-0410'}, {'type': 'WEB', 'url': 'https://github.com/builderio/qwik/commit/4b2f89dbbd2bc0a2c92eae1a49bdd186e589151a'}, {'type': 'PACKAGE', 'url': 'https://github.com/BuilderIO/qwik'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/2da583f0-7f66-4...
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T23:00:55Z', 'nvd_published_at': '2023-01-20T01:15:00Z'}
1.4.0
GHSA-8f5j-mgx9-5hm5
2023-01-24T18:53:57Z
2023-01-16T12:30:17Z
null
['CVE-2022-45438']
Apache Superset has Improper Access Control
When explicitly enabling the feature flag `DASHBOARD_CACHE` (disabled by default), the system allowed for an unauthenticated user to access dashboard configuration metadata using a REST API Get endpoint. This issue affects Apache Superset version 1.5.2 and prior versions and version 2.0.0.
[{'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': 'PyPI', 'name': 'apache-superset'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.5.2'}]}]}, {'package': {'ecosystem': 'PyPI', 'name': 'apache-superset'}, 'versions': ['2.0.0']}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-45438'}, {'type': 'PACKAGE', 'url': 'https://github.com/apache/superset'}, {'type': 'WEB', 'url': 'https://lists.apache.org/thread/snxbkf2x9kww7s0wkmydct9nhqqn9rv9'}]
{'cwe_ids': ['CWE-284', 'CWE-668'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T23:15:47Z', 'nvd_published_at': '2023-01-16T11:15:00Z'}
1.4.0
GHSA-7m72-mh5r-6j3r
2023-02-15T22:01:37Z
2023-01-25T19:35:02Z
null
['CVE-2022-43759']
Privilege escalation in project role template binding (PRTB) and -promoted roles
### Impact An issue was discovered in Rancher versions from 2.5.0 up to and including 2.5.16 and from 2.6.0 up to and including 2.6.9, where an authorization logic flaw allows privilege escalation via project role template binding (PRTB) and `-promoted` roles. This issue is not present in Rancher 2.7 releases. Note: ...
[{'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': 'Go', 'name': 'github.com/rancher/rancher'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.5.0'}, {'fixed': '2.5.17'}]}]}, {'package': {'ecosystem': 'Go', 'name': 'github.com/rancher/rancher'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.6.0'}, {'fixed': '2.6...
[{'type': 'WEB', 'url': 'https://github.com/rancher/rancher/security/advisories/GHSA-7m72-mh5r-6j3r'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-43759'}, {'type': 'WEB', 'url': 'https://bugzilla.suse.com/show_bug.cgi?id=1205293'}, {'type': 'PACKAGE', 'url': 'https://github.com/rancher/ranch...
{'cwe_ids': ['CWE-269', 'CWE-284'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-25T19:35:02Z', 'nvd_published_at': '2023-02-07T13:15:00Z'}
1.4.0
GHSA-vvj3-85vf-fgmw
2023-01-20T16:53:40Z
2023-01-13T06:30:22Z
null
['CVE-2022-21191']
global-modules-path Command Injection vulnerability
Versions of the package global-modules-path before 3.0.0 are vulnerable to Command Injection due to missing input sanitization or other checks and sandboxes being employed to the getPath function.
[{'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': 'global-modules-path'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3.0.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-21191'}, {'type': 'WEB', 'url': 'https://github.com/rosen-vladimirov/global-modules-path/commit/edbdaff077ea0cf295b1469923c06bbccad3c180'}, {'type': 'WEB', 'url': 'https://github.com/lorenzomigliorero/npm-node-utils/blob/b55dd81c597db657c9751332bb2...
{'cwe_ids': ['CWE-77'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-01-13T21:33:18Z', 'nvd_published_at': '2023-01-13T05:15:00Z'}
1.4.0
GHSA-w4v5-54p8-m4j5
2023-02-02T17:13:25Z
2023-01-26T21:30:18Z
null
['CVE-2023-24435']
Missing permission checks in Jenkins GitHub Pull Request Builder Plugin
A missing permission check in Jenkins GitHub Pull Request Builder Plugin 1.42.2 and earlier allows attackers with Overall/Read permission to connect to an attacker-specified URL using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.
[{'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': 'Maven', 'name': 'org.jenkins-ci.plugins:ghprb'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.42.2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-24435'}, {'type': 'PACKAGE', 'url': 'https://github.com/jenkinsci/ghprb-plugin'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-01-24/#SECURITY-2789%20(2)'}]
{'cwe_ids': ['CWE-862'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T01:20:04Z', 'nvd_published_at': '2023-01-26T21:18:00Z'}
1.4.0
GHSA-vhvq-jh34-3fc8
2023-07-18T18:16:45Z
2023-01-13T06:30:22Z
2023-07-18T18:08:56Z
[]
Duplicate Advisory: Keycloak allows impersonation and lockout due to email trust not being handled correctly
## Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-c7xw-p58w-h6fj. This link is maintained to preserve external references. ## Original Description A flaw was found in Keycloak. This flaw allows impersonation and lockout due to the email trust not being handled correctly in Keycl...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.keycloak:keycloak-core'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '20.0.2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-0105'}, {'type': 'WEB', 'url': 'https://access.redhat.com/security/cve/CVE-2023-0105'}, {'type': 'WEB', 'url': 'https://bugzilla.redhat.com/show_bug.cgi?id=2158910'}, {'type': 'PACKAGE', 'url': 'https://github.com/keycloak/keycloak'}]
{'cwe_ids': ['CWE-287', 'CWE-841'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-13T21:29:30Z', 'nvd_published_at': '2023-01-13T06:15:00Z'}
1.4.0
GHSA-5vpv-xmcj-9q85
2023-02-07T21:19:19Z
2023-01-27T00:54:59Z
null
['CVE-2021-41143']
Fix for arbitrary file deletion in customer media allows for remote code execution
### Impact Magento admin users with access to the customer media could execute code on the server.
[{'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': 'Packagist', 'name': 'openmage/magento-lts'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '19.4.22'}]}]}, {'package': {'ecosystem': 'Packagist', 'name': 'openmage/magento-lts'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '20.0.0'}, {'fixed': '20....
[{'type': 'WEB', 'url': 'https://github.com/OpenMage/magento-lts/security/advisories/GHSA-5vpv-xmcj-9q85'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2021-41143'}, {'type': 'WEB', 'url': 'https://github.com/OpenMage/magento-lts/commit/45330ff50439984e806992fa22c3f96c4d660f91'}, {'type': 'PACKAGE...
{'cwe_ids': ['CWE-22', 'CWE-77'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T00:54:59Z', 'nvd_published_at': '2023-01-27T19:15:00Z'}
1.4.0
GHSA-g92r-9rxw-cmgx
2023-01-23T18:50:12Z
2023-01-16T00:30:24Z
null
['CVE-2023-0311']
phpMyFAQ Improper Authentication vulnerability
Improper Authentication in GitHub repository thorsten/phpmyfaq prior to 3.1.10.
[{'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': 'Packagist', 'name': 'thorsten/phpmyfaq'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3.1.10'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-0311'}, {'type': 'WEB', 'url': 'https://github.com/thorsten/phpmyfaq/commit/fe6e9f02ef1b26a03134b9becda12687ee5f3214'}, {'type': 'PACKAGE', 'url': 'https://github.com/thorsten/phpmyfaq'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/82b0b629-...
{'cwe_ids': ['CWE-287'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T22:01:50Z', 'nvd_published_at': '2023-01-15T22:15:00Z'}
1.4.0
GHSA-v6vp-62vc-84qw
2023-01-12T16:48:58Z
2023-01-06T12:31:34Z
null
['CVE-2022-45935']
Apache James server allows an attacker with local access to access private user data in transit
Usage of temporary files with insecure permissions by the Apache James server allows an attacker with local access to access private user data in transit. Vulnerable components includes the SMTP stack and IMAP APPEND command. This issue affects Apache James server version 3.7.2 and prior versions.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.apache.james:james-server'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '3.7.2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-45935'}, {'type': 'WEB', 'url': 'https://github.com/apache/james-project/commit/b5580d13d6c74ecbf647127eff1a3ac1086f5493'}, {'type': 'PACKAGE', 'url': 'https://github.com/apache/james-project'}, {'type': 'WEB', 'url': 'https://lists.apache.org/thre...
{'cwe_ids': ['CWE-200', 'CWE-319', 'CWE-668'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-09T20:12:10Z', 'nvd_published_at': '2023-01-06T10:15:00Z'}
1.4.0
GHSA-q9hr-j4rf-8fjc
2023-02-07T21:21:41Z
2023-01-25T22:02:52Z
null
['CVE-2023-22482']
JWT audience claim is not verified
### Impact All versions of Argo CD starting with v1.8.2 are vulnerable to an improper authorization bug causing the API to accept certain invalid tokens. OIDC providers include an `aud` (audience) claim in signed tokens. The value of that claim specifies the intended audience(s) of the token (i.e. the service or serv...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/argoproj/argo-cd'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.8.2'}, {'fixed': '2.3.14'}]}]}, {'package': {'ecosystem': 'Go', 'name': 'github.com/argoproj/argo-cd'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.4.0'}, {'fixed': '2...
[{'type': 'WEB', 'url': 'https://github.com/argoproj/argo-cd/security/advisories/GHSA-q9hr-j4rf-8fjc'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-22482'}, {'type': 'PACKAGE', 'url': 'https://github.com/argoproj/argo-cd'}]
{'cwe_ids': ['CWE-863'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-01-25T22:02:52Z', 'nvd_published_at': '2023-01-26T21:18:00Z'}
1.4.0
GHSA-p33q-4h4m-j994
2023-01-12T18:51:20Z
2023-01-07T12:30:14Z
null
['CVE-2020-36644']
Inline SVG vulnerable to Cross-site Scripting
A vulnerability has been found in jamesmartin Inline SVG up to 1.7.1 and classified as problematic. Affected by this vulnerability is an unknown functionality of the file `lib/inline_svg/action_view/helpers.rb` of the component `URL Parameter Handler`. The manipulation of the argument filename leads to cross site scrip...
[{'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': 'RubyGems', 'name': 'inline_svg'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.7.2'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2020-36644'}, {'type': 'WEB', 'url': 'https://github.com/jamesmartin/inline_svg/pull/117'}, {'type': 'WEB', 'url': 'https://github.com/jamesmartin/inline_svg/commit/f5363b351508486021f99e083c92068cf2943621'}, {'type': 'PACKAGE', 'url': 'https://github.c...
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-09T21:54:19Z', 'nvd_published_at': '2023-01-07T10:15:00Z'}
1.4.0
GHSA-r5w3-xm58-jv6j
2023-01-10T22:01:00Z
2023-01-10T21:09:31Z
null
['CVE-2022-46176']
Cargo did not verify SSH host keys
The Rust Security Response WG was notified that Cargo did not perform SSH host key verification when cloning indexes and dependencies via SSH. An attacker could exploit this to perform man-in-the-middle (MITM) attacks. This vulnerability has been assigned CVE-2022-46176. ## Overview When an SSH client establishes co...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N'}]
[{'package': {'ecosystem': 'crates.io', 'name': 'cargo'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.67.1'}]}], 'database_specific': {'last_known_affected_version_range': '<= 0.67.0'}}]
[{'type': 'WEB', 'url': 'https://github.com/rust-lang/cargo/security/advisories/GHSA-r5w3-xm58-jv6j'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-46176'}, {'type': 'WEB', 'url': 'https://git-scm.com/docs/git-config#Documentation/git-config.txt-urlltbasegtinsteadOf'}, {'type': 'PACKAGE', 'url...
{'cwe_ids': ['CWE-347'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-10T21:09:31Z', 'nvd_published_at': '2023-01-11T21:15:00Z'}
1.4.0
GHSA-8v53-23mx-hcf9
2023-01-27T01:15:05Z
2023-01-27T00:30:18Z
null
['CVE-2023-0509']
Improper Certificate Validation in pyload-ng
Improper Certificate Validation in GitHub repository pyload/pyload prior to 0.5.0b3.dev44.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N'}]
[{'package': {'ecosystem': 'PyPI', 'name': 'pyload-ng'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.5.0b3.dev44'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-0509'}, {'type': 'WEB', 'url': 'https://github.com/pyload/pyload/commit/a9098bdf7406e6faf9df3da6ff2d584e90c13bbb'}, {'type': 'PACKAGE', 'url': 'https://github.com/pyload/pyload'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/a370e0c2-a41c-487...
{'cwe_ids': ['CWE-295'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-27T01:15:05Z', 'nvd_published_at': '2023-01-26T22:15:00Z'}
1.4.0
GHSA-7cxr-h8wm-fg4c
2023-08-31T18:47:04Z
2023-01-14T12:30:23Z
null
['CVE-2023-22602']
Apache Shiro Interpretation Conflict vulnerability
When using Apache Shiro before 1.11.0 together with Spring Boot 2.6+, a specially crafted HTTP request may cause an authentication bypass. The authentication bypass occurs when Shiro and Spring Boot are using different pattern-matching techniques. Both Shiro and Spring Boot < 2.6 default to Ant style pattern matching. ...
[{'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': 'Maven', 'name': 'org.apache.shiro:shiro-root'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.11.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-22602'}, {'type': 'PACKAGE', 'url': 'https://github.com/apache/shiro'}, {'type': 'WEB', 'url': 'https://lists.apache.org/thread/dzj0k2smpzzgj6g666hrbrgsrlf9yhkl'}]
{'cwe_ids': ['CWE-436'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T21:50:25Z', 'nvd_published_at': '2023-01-14T10:15:00Z'}
1.4.0
GHSA-pm72-27mg-fc28
2023-02-06T16:46:41Z
2023-01-29T03:30:19Z
null
['CVE-2023-0564']
Froxlor contains Weak Password Requirements
Weak Password Requirements in GitHub repository froxlor/froxlor prior to 2.0.10.
[{'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': 'Packagist', 'name': 'froxlor/froxlor'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.0.10'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-0564'}, {'type': 'WEB', 'url': 'https://github.com/froxlor/froxlor/commit/2a84e9c1207fd3d792b7fb198fd0c66fe1a66a7a'}, {'type': 'PACKAGE', 'url': 'https://github.com/froxlor/froxlor'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/a4f86d6f-0d5d...
{'cwe_ids': ['CWE-521'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-31T23:32:09Z', 'nvd_published_at': '2023-01-29T01:15:00Z'}
1.4.0
GHSA-cm8h-q92v-xcfc
2023-01-10T16:15:07Z
2023-01-09T21:55:44Z
null
['CVE-2023-22477']
mercurius has Uncaught Exception when using subscriptions
### Impact Any users of Mercurius until version v11.5.0 are subjected to a denial of service attack by sending a malformed packet over WebSocket to `/graphql`. ### Patches This was patched in https://github.com/mercurius-js/mercurius/pull/940. The patch was released as v11.5.0 and v8.13.2. ### Workarounds Disable ...
[{'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': 'npm', 'name': 'mercurius'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '9.0.0'}, {'fixed': '11.5.0'}]}]}, {'package': {'ecosystem': 'npm', 'name': 'mercurius'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '8.13.2'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/mercurius-js/mercurius/security/advisories/GHSA-cm8h-q92v-xcfc'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-22477'}, {'type': 'WEB', 'url': 'https://github.com/mercurius-js/mercurius/issues/939'}, {'type': 'WEB', 'url': 'https://github.com/fastify...
{'cwe_ids': ['CWE-248'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-09T21:55:44Z', 'nvd_published_at': '2023-01-09T15:15:00Z'}
1.4.0
GHSA-vm5r-c87r-pf6x
2023-02-04T00:14:05Z
2023-01-31T22:21:48Z
null
['CVE-2023-22474']
Parse Server option `masterKeyIps` vulnerability to IP spoofing
### Impact Parse Server uses the request header `x-forwarded-for` to determine the client IP address. If Parse Server doesn't run behind a proxy server, then a client can set this header and Parse Server will trust the value of the header. The incorrect client IP address will be used by various features in Parse Serve...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N'}]
[{'package': {'ecosystem': 'npm', 'name': 'parse-server'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '5.4.1'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/parse-community/parse-server/security/advisories/GHSA-vm5r-c87r-pf6x'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-22474'}, {'type': 'WEB', 'url': 'https://github.com/parse-community/parse-server/commit/e016d813e083ce6828f9abce245d15b681a224d8'}, {...
{'cwe_ids': ['CWE-290'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-31T22:21:48Z', 'nvd_published_at': '2023-02-03T20:15:00Z'}
1.4.0
GHSA-25c3-7fvj-v45j
2023-01-23T18:50:15Z
2023-01-16T00:30:24Z
null
['CVE-2023-0309']
phpMyFAQ Stored Cross-site Scripting vulnerability
Cross-site Scripting (XSS) - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.10.
[{'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.1.10'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-0309'}, {'type': 'WEB', 'url': 'https://github.com/thorsten/phpmyfaq/commit/376d1d3e5a42edf07260e98461d2fddbee74419b'}, {'type': 'PACKAGE', 'url': 'https://github.com/thorsten/phpmyfaq'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/c03c5925-...
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T22:02:14Z', 'nvd_published_at': '2023-01-15T22:15:00Z'}
1.4.0
GHSA-vm74-j4wq-82xj
2023-01-20T23:19:16Z
2023-01-17T21:30:22Z
null
['CVE-2022-4891']
Sisimai Inefficient Regular Expression Complexity vulnerability
A vulnerability has been found in Sisimai up to 4.25.14p11 and classified as problematic. This vulnerability affects the function `to_plain` of the file `lib/sisimai/string.rb`. The manipulation leads to inefficient regular expression complexity. The exploit has been disclosed to the public and may be used. Upgrading t...
[]
[{'package': {'ecosystem': 'RubyGems', 'name': 'sisimai'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '4.25.14p12'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-4891'}, {'type': 'WEB', 'url': 'https://github.com/sisimai/rb-sisimai/pull/244'}, {'type': 'WEB', 'url': 'https://github.com/sisimai/rb-sisimai/commit/51fe2e6521c9c02b421b383943dc9e4bbbe65d4e'}, {'type': 'WEB', 'url': 'https://gist.githubuserconten...
{'cwe_ids': ['CWE-1333'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-01-20T23:19:16Z', 'nvd_published_at': '2023-01-17T20:15:00Z'}
1.4.0
GHSA-xr8x-pxm6-prjg
2023-01-23T22:04:47Z
2023-01-23T22:04:47Z
null
[]
MITM based Zip Slip in `org.hl7.fhir.publisher:org.hl7.fhir.publisher`
### Impact MITM can enable Zip-Slip. ### Vulnerability #### Vulnerability 1: `Publisher.java` There is no validation that the zip file being unpacked has entries that are not maliciously writing outside of the intended destination directory. https://github.com/HL7/fhir-ig-publisher/blob/87313e92de6dd6cea816449e0edd...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.hl7.fhir.publisher:org.hl7.fhir.publisher'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.2.30'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/HL7/fhir-ig-publisher/security/advisories/GHSA-xr8x-pxm6-prjg'}, {'type': 'PACKAGE', 'url': 'https://github.com/HL7/fhir-ig-publisher'}]
{'cwe_ids': [], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-01-23T22:04:47Z', 'nvd_published_at': None}
1.4.0
GHSA-qv66-f876-vjvr
2023-01-19T16:35:20Z
2023-01-11T15:30:28Z
null
['CVE-2018-25074']
skeemas Inefficient Regular Expression Complexity vulnerability
A vulnerability was found in Prestaul skeemas and classified as problematic. This issue affects some unknown processing of the file validators/base.js. The manipulation of the argument uri leads to inefficient regular expression complexity. The name of the patch is 65e94eda62dc8dc148ab3e59aa2ccc086ac448fd. It is recomm...
[{'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': 'npm', 'name': 'skeemas'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.2.5'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2018-25074'}, {'type': 'WEB', 'url': 'https://github.com/Prestaul/skeemas/commit/65e94eda62dc8dc148ab3e59aa2ccc086ac448fd'}, {'type': 'PACKAGE', 'url': 'https://github.com/Prestaul/skeemas'}, {'type': 'WEB', 'url': 'https://vuldb.com/?ctiid.218003'}, {'...
{'cwe_ids': ['CWE-1333'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-01-11T21:52:46Z', 'nvd_published_at': '2023-01-11T15:15:00Z'}
1.4.0
GHSA-mxhg-rvwx-x993
2023-05-23T16:23:09Z
2023-05-22T19:50:04Z
null
['CVE-2023-32688']
Invalid push request payload crashes Parse Server
### Impact The Parse Server Push Adapter can crash Parse Server due to an invalid push notification payload. ### Patches Invalid push notification payload is caught and an logged. ### Workarounds n/a ### References - https://github.com/parse-community/parse-server-push-adapter/security/advisories/GHSA-mxhg-rvwx-x9...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H'}]
[{'package': {'ecosystem': 'npm', 'name': 'parse-server-push-adapter'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '4.1.3'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/parse-community/parse-server-push-adapter/security/advisories/GHSA-mxhg-rvwx-x993'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32688'}, {'type': 'WEB', 'url': 'https://github.com/parse-community/parse-server-push-adapter/pull/217'}, {'type': 'WEB'...
{'cwe_ids': ['CWE-20'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-22T19:50:04Z', 'nvd_published_at': None}
1.4.0
GHSA-9m92-qwpc-qm78
2023-05-17T03:32:52Z
2023-05-16T18:30:16Z
null
['CVE-2023-32994']
Jenkins SAML Single Sign On(SSO) Plugin unconditionally disables SSL/TLS certificate validation
Jenkins SAML Single Sign On(SSO) Plugin 2.1.0 and earlier unconditionally disables SSL/TLS certificate validation for connections 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(...
[{'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.2.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32994'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3001%20(2)'}]
{'cwe_ids': ['CWE-295'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:32:52Z', 'nvd_published_at': None}
1.4.0
GHSA-q77x-cxrq-988j
2023-05-17T03:24:54Z
2023-05-16T18:30:16Z
null
['CVE-2023-32988']
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-32988'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-2855%20(1)'}]
{'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:24:54Z', 'nvd_published_at': None}
1.4.0
GHSA-7xgj-j9hp-c692
2023-05-30T15:40:49Z
2023-05-16T18:30:16Z
null
['CVE-2023-33006']
Jenkins WSO2 Oauth Plugin cross-site request forgery vulnerability
Jenkins WSO2 Oauth Plugin 1.0 and earlier does not implement a state parameter in its OAuth flow, a unique and non-guessable value associated with each authentication request. This vulnerability allows attackers to trick users into logging in to the attacker’s account. As of publication of this advisory, there is no...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins:wso2id-oauth'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.0'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33006'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-2990'}]
{'cwe_ids': ['CWE-352'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:46:11Z', 'nvd_published_at': None}
1.4.0
GHSA-2wvv-phhw-qvmc
2023-05-17T02:58:11Z
2023-05-16T18:30:16Z
null
['CVE-2023-32977']
Jenkins Pipeline: Job Plugin vulnerable to stored Cross-site Scripting
Jenkins Pipeline: Job Plugin 1292.v27d8cc3e2602 and earlier does not escape the display name of the build that caused an earlier build to be aborted, when "Do not allow concurrent builds" is set. This results in a stored cross-site scripting (XSS) vulnerability exploitable by attackers able to set build display names ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.plugins.workflow:workflow-job'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1295.v395eb'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32977'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3042'}]
{'cwe_ids': ['CWE-79'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T02:58:11Z', 'nvd_published_at': None}
1.4.0
GHSA-p9qp-c452-f9r7
2023-06-02T23:25:27Z
2023-05-24T17:21:33Z
null
['CVE-2022-39374']
Synapse Denial of service due to incorrect application of event authorization rules during state resolution
### Impact If Synapse and a malicious homeserver are both joined to the same room, the malicious homeserver can trick Synapse into accepting previously rejected events into its view of the current state of that room. This can be exploited in a way that causes all further messages and state changes sent in that room fro...
[{'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': 'PyPI', 'name': 'matrix-synapse'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.62.0'}, {'fixed': '1.68.0'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/matrix-org/synapse/security/advisories/GHSA-p9qp-c452-f9r7'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-39374'}, {'type': 'WEB', 'url': 'https://github.com/matrix-org/synapse/pull/13723'}, {'type': 'PACKAGE', 'url': 'https://github.com/matrix-org/...
{'cwe_ids': ['CWE-400'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T17:21:33Z', 'nvd_published_at': None}
1.4.0
GHSA-g7rj-q722-245g
2023-05-15T13:43:15Z
2023-05-08T18:30:17Z
null
['CVE-2023-2583']
jsreport vulnerable to code injection
jsreport prior to 3.11.3 had a version of vm2 vulnerable to CVE-2023-29017 hard coded in the package.json of the jsreport-core component. An attacker can use this vulnerability to obtain the authority of the jsreport playground server, or construct a malicious webpage/html file and send it to the user to attack the ins...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H'}]
[{'package': {'ecosystem': 'npm', 'name': 'jsreport'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3.11.3'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2583'}, {'type': 'WEB', 'url': 'https://github.com/jsreport/jsreport/commit/afaff3804b34b38e959f5ae65f9e672088de13d7'}, {'type': 'PACKAGE', 'url': 'https://github.com/jsreport/jsreport'}, {'type': 'WEB', 'url': 'https://github.com/jsreport/jsreport...
{'cwe_ids': ['CWE-94'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-05-09T19:16:18Z', 'nvd_published_at': None}
1.4.0
GHSA-r9xw-p7wj-w792
2023-05-17T21:33:32Z
2023-05-10T15:30:22Z
null
['CVE-2023-27564']
n8n Information Disclosure vulnerability
The n8n package prior to 0.216.1 for Node.js allows Information Disclosure.
[{'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': 'n8n'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.216.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-27564'}, {'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-668'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-11T20:46:13Z', 'nvd_published_at': None}
1.4.0
GHSA-q3p4-v2cm-q945
2023-05-22T20:29:59Z
2023-05-16T12:30:25Z
null
['CVE-2023-2730']
Pimcore Cross-site Scripting vulnerability
Pimcore prior to 10.3.3 is vulnerable to stored cross-site scripting at the `Title field` in `SEO & Settings` tab of `Document`.
[{'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': 'pimcore/pimcore'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '10.3.3'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2730'}, {'type': 'WEB', 'url': 'https://github.com/pimcore/pimcore/commit/8ab06bfbb5a05a1b190731d9c7476ec45f5ee878'}, {'type': 'PACKAGE', 'url': 'https://github.com/pimcore/pimcore'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/6c6f5c26-d545...
{'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-16T17:30:52Z', 'nvd_published_at': None}
1.4.0
GHSA-9qpj-qq2r-5mcc
2023-05-26T13:52:19Z
2023-05-26T13:52:19Z
null
['CVE-2023-33187']
html inputs of type password recorded in plaintext when converted to text inputs
### Impact Highlight may record passwords on customer deployments when a password html input is switched to `type="text"` via a javascript "Show Password" button. This differs from the expected behavior which always obfuscates `type="password"` inputs. A customer may assume that switching to `type="text"` would also no...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'npm', 'name': 'highlight.run'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '6.0.0'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/highlight/highlight/security/advisories/GHSA-9qpj-qq2r-5mcc'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33187'}, {'type': 'WEB', 'url': 'https://github.com/rrweb-io/rrweb/pull/1184'}, {'type': 'PACKAGE', 'url': 'https://github.com/highlight/highl...
{'cwe_ids': ['CWE-319'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-26T13:52:19Z', 'nvd_published_at': None}
1.4.0
GHSA-xp5g-jhg3-3rg2
2023-05-30T23:12:12Z
2023-05-22T00:30:20Z
null
['CVE-2023-33252']
Double spend in snarkjs
iden3 snarkjs through 0.6.11 allows double spending because there is no validation that the publicSignals length is less than the field modulus.
[{'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': 'npm', 'name': 'snarkjs'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '0.6.11'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33252'}, {'type': 'PACKAGE', 'url': 'https://github.com/iden3/snarkjs'}, {'type': 'WEB', 'url': 'https://github.com/iden3/snarkjs/commits/master/src/groth16_verify.js'}, {'type': 'WEB', 'url': 'https://github.com/iden3/snarkjs/tags'}]
{'cwe_ids': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-22T19:37:12Z', 'nvd_published_at': None}
1.4.0
GHSA-xf96-w227-r7c4
2023-06-08T16:33:52Z
2023-05-26T18:30:21Z
null
['CVE-2023-20883']
Spring Boot Welcome Page Denial of Service
In Spring Boot versions 3.0.0 - 3.0.6, 2.7.0 - 2.7.11, 2.6.0 - 2.6.14, 2.5.0 - 2.5.14 and older unsupported versions, there is potential for a denial-of-service (DoS) attack if Spring MVC is used together with a reverse proxy cache. Specifically, an application is vulnerable if all of the conditions are true: * The a...
[{'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': 'Maven', 'name': 'org.springframework.boot:spring-boot-autoconfigure'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '3.0.0'}, {'fixed': '3.0.7'}]}]}, {'package': {'ecosystem': 'Maven', 'name': 'org.springframework.boot:spring-boot-autoconfigure'}, 'ranges': [{'type': 'ECOSYSTEM...
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-20883'}, {'type': 'WEB', 'url': 'https://github.com/spring-projects/spring-boot/issues/35552'}, {'type': 'WEB', 'url': 'https://github.com/spring-projects/spring-boot/commit/418dd1ba5bdad79b55a043000164bfcbda2acd78'}, {'type': 'PACKAGE', 'url': 'ht...
{'cwe_ids': ['CWE-400'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-26T22:09:06Z', 'nvd_published_at': None}
1.4.0
GHSA-gw42-f939-fhvm
2023-07-20T18:57:26Z
2023-05-23T19:54:30Z
null
['CVE-2023-32315']
Administration Console authentication bypass in openfire xmppserver
An important security issue affects a range of versions of Openfire, the cross-platform real-time collaboration server based on the XMPP protocol that is created by the Ignite Realtime community. ### Impact Openfire's administrative console (the Admin Console), a web-based application, was found to be vulnerable to a...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L'}]
[{'package': {'ecosystem': 'Maven', 'name': 'org.igniterealtime.openfire:xmppserver'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '3.10.0'}, {'fixed': '4.6.8'}]}]}, {'package': {'ecosystem': 'Maven', 'name': 'org.igniterealtime.openfire:xmppserver'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introdu...
[{'type': 'WEB', 'url': 'https://github.com/igniterealtime/Openfire/security/advisories/GHSA-gw42-f939-fhvm'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32315'}, {'type': 'WEB', 'url': 'https://github.com/igniterealtime/Openfire/commit/2ac00a1ff42f5d3547ef58e21f8cdec992bfcf97'}, {'type': 'W...
{'cwe_ids': ['CWE-22'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-23T19:54:30Z', 'nvd_published_at': None}
1.4.0
GHSA-jmp2-wc4p-wfh2
2023-05-05T02:25:00Z
2023-05-05T02:25:00Z
null
['CVE-2023-30844']
Mutagen list and monitor operations do not neutralize control characters in text controlled by remote endpoints
### Impact Mutagen command line operations, as well as the log output from `mutagen daemon run`, are susceptible to control characters that could be provided by remote endpoints. This can cause terminal corruption, either intentional or unintentional, if these characters are present in error messages, file paths/name...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/mutagen-io/mutagen'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.16.6'}]}]}, {'package': {'ecosystem': 'Go', 'name': 'github.com/mutagen-io/mutagen-compose'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed'...
[{'type': 'WEB', 'url': 'https://github.com/mutagen-io/mutagen/security/advisories/GHSA-jmp2-wc4p-wfh2'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-30844'}, {'type': 'PACKAGE', 'url': 'https://github.com/mutagen-io/mutagen'}, {'type': 'WEB', 'url': 'https://github.com/mutagen-io/mutagen/rel...
{'cwe_ids': ['CWE-116', 'CWE-150'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-05-05T02:25:00Z', 'nvd_published_at': None}
1.4.0
GHSA-97cp-mr4m-9mcf
2023-05-17T21:33:20Z
2023-05-10T15:30:22Z
null
['CVE-2023-27563']
n8n Privilege Escalation vulnerability
The n8n package prior to 0.216.1 for Node.js allows Escalation of Privileges.
[{'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': 'npm', 'name': 'n8n'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.216.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-27563'}, {'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': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-11T20:45:04Z', 'nvd_published_at': None}
1.4.0
GHSA-w3f6-pc54-gfw7
2023-06-19T16:55:05Z
2023-05-18T17:28:39Z
null
['CVE-2022-24667']
swift-nio-http2 vulnerable to denial of service via mishandled HPACK variable length integer encoding
A program using swift-nio-http2 is vulnerable to a denial of service attack, caused by a network peer sending a specially crafted HPACK-encoded header block. 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. There are a number of implementation errors in t...
[{'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-w3f6-pc54-gfw7'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-24667'}, {'type': 'WEB', 'url': 'https://github.com/apple/swift-nio-http2/commit/56c60a29b1207a731be62fb68cc98246942145ed'}, {'type': 'PACKA...
{'cwe_ids': ['CWE-190'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-18T17:28:39Z', 'nvd_published_at': None}
1.4.0
GHSA-m6m9-gr85-79vm
2023-05-10T21:26:32Z
2023-05-10T21:26:32Z
null
['CVE-2023-2614']
Pimcore Cross-site Scripting (XSS) in name field of Custom Reports
### Impact This vulnerability has the potential to steal a user's cookie and gain unauthorized access to that user's account through the stolen cookie or redirect users to other malicious sites. ### Patches Update to version 10.5.21 or apply this patch manually: https://github.com/pimcore/pimcore/commit/c36ef54ce33f7b...
[]
[{'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-m6m9-gr85-79vm'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2614'}, {'type': 'WEB', 'url': 'https://github.com/pimcore/pimcore/commit/c36ef54ce33f7b5e74b7b0ab9eabfed47c018fc7'}, {'type': 'PACKAGE', 'url': '...
{'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-10T21:26:32Z', 'nvd_published_at': None}
1.4.0
GHSA-w7jw-q4fg-qc4c
2023-05-24T17:30:16Z
2023-05-24T17:30:16Z
null
['CVE-2023-32698']
nfpm has incorrect default permissions
### Summary When building packages directly from source control, file permissions on the checked-in files are not maintained. ### Details When building packages directly from source control, file permissions on the checked-in files are not maintained. When nfpm packaged the files (without extra config for enforcing i...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/goreleaser/nfpm/v2'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.0.0'}, {'fixed': '2.29.0'}]}]}, {'package': {'ecosystem': 'Go', 'name': 'github.com/goreleaser/nfpm'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0.1.0'}, {'fixed': '...
[{'type': 'WEB', 'url': 'https://github.com/goreleaser/nfpm/security/advisories/GHSA-w7jw-q4fg-qc4c'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32698'}, {'type': 'WEB', 'url': 'https://github.com/goreleaser/nfpm/commit/ed9abdf63d5012cc884f2a83b4ab2b42b3680d30'}, {'type': 'ADVISORY', 'url':...
{'cwe_ids': ['CWE-276'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-24T17:30:16Z', 'nvd_published_at': None}
1.4.0
GHSA-gvrq-cg5r-7chp
2023-05-12T20:20:19Z
2023-05-12T20:20:19Z
null
['CVE-2023-32081']
Vert.x STOMP server process client frames that would not send initially a connect frame
### Impact A Vert.x STOMP server processes client STOMP frames without checking that the client send an initial CONNECT frame replied with a successful CONNECTED frame. The client can subscribe to a destination or publish message without prior authentication. Any Vert.x STOMP server configured with an authentication ha...
[{'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': 'io.vertx:vertx-stomp'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '3.1.0'}, {'fixed': '3.9.16'}]}]}, {'package': {'ecosystem': 'Maven', 'name': 'io.vertx:vertx-stomp'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '4.0.0'}, {'fixed': '4.4.2'}]}...
[{'type': 'WEB', 'url': 'https://github.com/vert-x3/vertx-stomp/security/advisories/GHSA-gvrq-cg5r-7chp'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32081'}, {'type': 'WEB', 'url': 'https://github.com/vert-x3/vertx-stomp/commit/0de4bc5a44ddb57e74d92c445f16456fa03f265b'}, {'type': 'PACKAGE',...
{'cwe_ids': ['CWE-287'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-12T20:20:19Z', 'nvd_published_at': None}
1.4.0
GHSA-qmqw-r4x6-3w2q
2023-05-12T15:24:21Z
2023-05-09T06:30:25Z
null
['CVE-2023-2590']
Answer Missing Authorization vulnerability
A missing authorization in GitHub repository answerdev/answer prior to 1.0.9 can lead to a user rating their own answer as the best answer.
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/answerdev/answer'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.0.9'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-2590'}, {'type': 'WEB', 'url': 'https://github.com/answerdev/answer/commit/51ac1e6b76ae9ab3ca2008ca4819c0cc3bd2fcd3'}, {'type': 'PACKAGE', 'url': 'https://github.com/answerdev/answer'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/a4238a30-3d...
{'cwe_ids': ['CWE-862'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-05-11T20:36:13Z', 'nvd_published_at': None}
1.4.0
GHSA-qvqg-6rp8-4p9h
2023-05-11T20:40:16Z
2023-05-11T20:40:16Z
null
[]
github.com/ipfs/kubo affected by DOS Bitswap unbounded persistent memory leak
### Impact An attacker is able allocate arbitrarily many bytes in the Bitswap server by sending many `WANT_BLOCK` and or `WANT_HAVE` requests which are queued in an unbounded queue, with allocations that persist even if the connection is closed. This affects users accepting or connecting untrusted connections such as ...
[{'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/ipfs/kubo'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.19.0'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/ipfs/boxo/security/advisories/GHSA-m974-xj4j-7qv5'}, {'type': 'WEB', 'url': 'https://github.com/ipfs/kubo/security/advisories/GHSA-qvqg-6rp8-4p9h'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-25568'}, {'type': 'PACKAGE', 'url': 'https://github.com/...
{'cwe_ids': ['CWE-400', 'CWE-770'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-11T20:40:16Z', 'nvd_published_at': None}
1.4.0
GHSA-9cfh-vx93-84vv
2023-05-10T19:20:16Z
2023-05-10T19:20:16Z
null
['CVE-2023-31136']
PostgresNIO processes unencrypted bytes from man-in-the-middle
### Impact Any user of PostgresNIO connecting to servers with TLS enabled is vulnerable to a man-in-the-middle attacker injecting false responses to the client's first few queries, despite the use of TLS certificate verification and encryption. _The remaining text in this section is quoted verbatim from [PostgreSQL's ...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'purl-type:swift', 'name': 'github.com/vapor/postgres-nio'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.14.2'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/vapor/postgres-nio/security/advisories/GHSA-9cfh-vx93-84vv'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-31136'}, {'type': 'WEB', 'url': 'https://github.com/apple/swift-nio/pull/2419'}, {'type': 'WEB', 'url': 'https://github.com/vapor/postgres-nio/...
{'cwe_ids': ['CWE-522'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-05-10T19:20:16Z', 'nvd_published_at': None}
1.4.0
GHSA-gqxr-hvrw-6hfh
2023-05-17T03:37:48Z
2023-05-16T18:30:16Z
null
['CVE-2023-33000']
Jenkins NS-ND Integration Performance Publisher Plugin displays credentials without masking
Jenkins NS-ND Integration Performance Publisher Plugin stores credentials in job config.xml files on the Jenkins controller as part of its configuration. While these credentials are stored encrypted on disk, in NS-ND Integration Performance Publisher Plugin 4.8.0.149 and earlier, the job configuration form does not ma...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N'}]
[{'package': {'ecosystem': 'Maven', 'name': 'io.jenkins.plugins:cavisson-ns-nd-integration'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '4.11.0.48'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-33000'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-2962'}]
{'cwe_ids': ['CWE-522'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:37:48Z', 'nvd_published_at': None}
1.4.0
GHSA-352v-hhmh-2w8h
2023-05-17T03:39:07Z
2023-05-16T18:30:16Z
null
['CVE-2023-2633']
Jenkins Code Dx Plugin displays API keys in plain text
Jenkins Code Dx Plugin 3.1.0 and earlier stores Code Dx server API keys unencrypted in job `config.xml` files on the Jenkins controller as part of its configuration. These API keys can be viewed by users with Item/Extended Read permission or access to the Jenkins controller file system. Additionally, the job configur...
[{'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-2633'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-05-16/#SECURITY-3146'}]
{'cwe_ids': ['CWE-256', 'CWE-522'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T03:39:07Z', 'nvd_published_at': None}
1.4.0
GHSA-549h-r7g9-2qpf
2023-05-30T20:07:50Z
2023-05-27T06:30:41Z
null
['CVE-2023-26127']
n158 vulnerable to Command Injection due to improper input sanitization in the 'module.exports' function
All versions of the package n158 are vulnerable to Command Injection due to improper input sanitization in the 'module.exports' function. **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 environment. This typi...
[{'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': 'n158'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.4.1'}]}]}]
[{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-26127'}, {'type': 'PACKAGE', 'url': 'https://github.com/dsilva2401/n158'}, {'type': 'WEB', 'url': 'https://github.com/dsilva2401/n158/blob/master/src/cli/initProject.js#L8'}, {'type': 'WEB', 'url': 'https://security.snyk.io/vuln/SNYK-JS-N158-318374...
{'cwe_ids': ['CWE-74', 'CWE-77'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-05-30T20:07:50Z', 'nvd_published_at': None}
1.4.0
GHSA-92wq-q9pq-gw47
2023-05-25T19:07:49Z
2023-05-17T17:07:40Z
null
['CVE-2023-31135']
Dgraph Audit Log Encryption Vulnerability
### Impact Existing Dgraph audit logs are vulnerable to brute force attacks due to nonce collisions. All audit logs generated by versions of Dgraph <v23.0.0 are affected. ### Patches This issue was patched in https://github.com/dgraph-io/dgraph/pull/8323. Dgraph users should upgrade to v23.0.0. ### Workarounds Stor...
[{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}]
[{'package': {'ecosystem': 'Go', 'name': 'github.com/dgraph-io/dgraph'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '23.0.0'}]}]}]
[{'type': 'WEB', 'url': 'https://github.com/dgraph-io/dgraph/security/advisories/GHSA-92wq-q9pq-gw47'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-31135'}, {'type': 'WEB', 'url': 'https://github.com/dgraph-io/dgraph/pull/8323'}, {'type': 'WEB', 'url': 'https://en.wikipedia.org/wiki/Cryptogra...
{'cwe_ids': ['CWE-326'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-05-17T17:07:40Z', 'nvd_published_at': None}