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-96gq-6ch5-mm54 | 2023-09-01T21:48:47Z | 2023-09-01T03:30:14Z | null | ['CVE-2023-4698'] | usememos/memos vulnerable to improper input validation | Improper Input Validation in GitHub repository usememos/memos prior to 0.13.2. | [{'type': 'CVSS_V3', 'score': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/usememos/memos'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}]}], 'database_specific': {'last_known_affected_version_range': '< 0.13.2'}}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-4698'}, {'type': 'WEB', 'url': 'https://github.com/usememos/memos/commit/c9aa2eeb9852047e4f41915eb30726bd25f07ecd'}, {'type': 'PACKAGE', 'url': 'https://github.com/usememos/memos'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/e1107d79-1d63-4... | {'cwe_ids': ['CWE-20'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-01T21:48:47Z', 'nvd_published_at': None} |
1.4.0 | GHSA-9jfq-54vc-9rr2 | 2023-09-27T22:57:13Z | 2023-09-22T15:30:15Z | 2023-09-27T22:57:13Z | ['CVE-2022-3874'] | Foreman Transpilation Enables OS Command Injection | A command injection flaw was found in foreman. This flaw allows an authenticated user with admin privileges on the foreman instance to transpile commands through CoreOS and Fedora CoreOS configurations in templates, possibly resulting in arbitrary command execution on the underlying operating system. | [{'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': 'RubyGems', 'name': 'foreman'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '3.8.0'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-3874'}, {'type': 'WEB', 'url': 'https://github.com/theforeman/foreman/pull/9836'}, {'type': 'WEB', 'url': 'https://github.com/theforeman/theforeman.org/pull/2101'}, {'type': 'WEB', 'url': 'https://access.redhat.com/security/cve/CVE-2022-3874'}, {'t... | {'cwe_ids': ['CWE-78'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-09-27T00:34:08Z', 'nvd_published_at': None} |
1.4.0 | GHSA-qvh6-3j7x-3hq7 | 2023-09-06T19:50:13Z | 2023-09-05T12:30:16Z | null | ['CVE-2023-20898'] | Salt can cause Git Providers to get wrong data | Git Providers can read from the wrong environment because they get the same cache directory base name in Salt masters prior to 3005.2 or 3006.2. Anything that uses Git Providers with different environments can get garbage data or the wrong data, which can lead to wrongful data disclosure, wrongful executions, data corr... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:N'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'salt'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3005.2'}]}]}, {'package': {'ecosystem': 'PyPI', 'name': 'salt'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'EC... | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-20898'}, {'type': 'WEB', 'url': 'https://github.com/pypa/advisory-database/tree/main/vulns/salt/PYSEC-2023-169.yaml'}, {'type': 'PACKAGE', 'url': 'https://github.com/saltstack/salt'}, {'type': 'WEB', 'url': 'https://lists.fedoraproject.org/archives... | {'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-06T19:50:13Z', 'nvd_published_at': None} |
1.4.0 | GHSA-h7cm-mrvq-wcfr | 2023-09-20T17:45:31Z | 2023-09-12T13:50:23Z | null | ['CVE-2023-41885'] | Piccolo's current `BaseUser.login` implementation is vulnerable to time based user enumeration | ### Summary
_Short summary of the problem. Make the impact and severity as clear as possible. For example: An unsafe deserialization vulnerability allows any unauthenticated user to execute arbitrary code on the server._
The current implementation of `BaseUser.login` leaks enough information to a malicious user such t... | [{'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': 'piccolo'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.121.0'}]}], 'database_specific': {'last_known_affected_version_range': '<= 0.120.0'}}] | [{'type': 'WEB', 'url': 'https://github.com/piccolo-orm/piccolo/security/advisories/GHSA-h7cm-mrvq-wcfr'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-41885'}, {'type': 'WEB', 'url': 'https://github.com/piccolo-orm/piccolo/commit/edcfe3568382922ba3e3b65896e6e7272f972261'}, {'type': 'PACKAGE',... | {'cwe_ids': ['CWE-203', 'CWE-204'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-12T13:50:23Z', 'nvd_published_at': None} |
1.4.0 | GHSA-6f4m-j56w-55c3 | 2023-09-25T17:43:43Z | 2023-09-23T21:30:17Z | null | ['CVE-2022-3962'] | Kiali content spoofing vulnerability | A content spoofing vulnerability was found in Kiali. It was discovered that Kiali does not implement error handling when the page or endpoint being accessed cannot be found. This issue allows an attacker to perform arbitrary text injection when an error response is retrieved from the URL being accessed. | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N'}] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/kiali/kiali'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.57.4'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-3962'}, {'type': 'WEB', 'url': 'https://github.com/kiali/kiali/commit/aab7694f850f04d7fd875fac5f720a93ccdf01ad'}, {'type': 'WEB', 'url': 'https://access.redhat.com/errata/RHSA-2023:0542'}, {'type': 'WEB', 'url': 'https://access.redhat.com/security/... | {'cwe_ids': ['CWE-74'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-25T17:43:43Z', 'nvd_published_at': None} |
1.4.0 | GHSA-v594-2c97-hx38 | 2023-09-07T13:59:24Z | 2023-09-06T15:30:26Z | null | ['CVE-2023-27523'] | Apache Superset vulnerable to improper data authorization | Improper data authorization check on Jinja templated queries in Apache Superset up to and including 2.1.0 allows for an authenticated user to issue queries on database tables they may not have access to.
| [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'apache-superset'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '2.1.0'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-27523'}, {'type': 'PACKAGE', 'url': 'https://github.com/apache/superset'}, {'type': 'WEB', 'url': 'https://lists.apache.org/thread/3y97nmwm956b6zg3l8dh9oj0w7dj945h'}] | {'cwe_ids': ['CWE-863'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-07T13:59:24Z', 'nvd_published_at': None} |
1.4.0 | GHSA-3hg2-r75x-g69m | 2023-09-21T14:17:11Z | 2023-09-18T19:20:55Z | null | ['CVE-2023-42441'] | Vyper has incorrect re-entrancy lock when key is empty string | ### Impact
Locks of the type `@nonreentrant("")` or `@nonreentrant('')` do not produce reentrancy checks at runtime.
```Vyper
@nonreentrant("") # unprotected
@external
def bar():
pass
@nonreentrant("lock") # protected
@external
def foo():
pass
```
### Patches
Patched in #3605
### Workarounds
The lock name... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'vyper'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0.2.9'}, {'fixed': '0.3.10'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/vyperlang/vyper/security/advisories/GHSA-3hg2-r75x-g69m'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-42441'}, {'type': 'WEB', 'url': 'https://github.com/vyperlang/vyper/pull/3605'}, {'type': 'WEB', 'url': 'https://github.com/vyperlang/vyper/commit... | {'cwe_ids': ['CWE-667', 'CWE-833'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-18T19:20:55Z', 'nvd_published_at': None} |
1.4.0 | GHSA-9832-mgg4-3gr6 | 2023-09-07T13:59:27Z | 2023-09-06T15:30:26Z | null | ['CVE-2023-36387'] | Apache Superset has improper default REST API permission for Gamma users | An improper default REST API permission for Gamma users in Apache Superset up to and including 2.1.0 allows for an authenticated Gamma user to test database connections.
| [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'apache-superset'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '2.1.0'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-36387'}, {'type': 'PACKAGE', 'url': 'https://github.com/apache/superset'}, {'type': 'WEB', 'url': 'https://lists.apache.org/thread/tt6s6hm8nv6s11z8bfsk3r3d9ov0ogw3'}] | {'cwe_ids': ['CWE-281', 'CWE-918'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-07T13:59:27Z', 'nvd_published_at': None} |
1.4.0 | GHSA-ghc8-5cgm-5rpf | 2023-09-11T20:43:17Z | 2023-09-11T20:43:17Z | null | [] | Inventory fails to prohibit standard library access prior to initialization of Rust standard library runtime | Affected versions allow arbitrary caller-provided code to execute before the lifetime of `main`.
If the caller-provided code accesses particular pieces of the standard library that require an initialized Rust runtime, such as `std::io` or `std::thread`, these may not behave as documented. Panics are likely; UB is poss... | [] | [{'package': {'ecosystem': 'crates.io', 'name': 'inventory'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.2.0'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/dtolnay/inventory/pull/43'}, {'type': 'WEB', 'url': 'https://github.com/dtolnay/inventory/commit/b853350a3800e38d2cb9950355b80bc8b8d3959c'}, {'type': 'PACKAGE', 'url': 'https://github.com/dtolnay/inventory'}, {'type': 'WEB', 'url': 'https://rustsec.org/advisories/RUSTSEC-2023... | {'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-11T20:43:17Z', 'nvd_published_at': None} |
1.4.0 | GHSA-cx2q-hfxr-rj97 | 2023-09-27T15:42:42Z | 2023-09-26T19:34:53Z | null | ['CVE-2023-42460'] | Vyper's `_abi_decode` input not validated in complex expressions | ### Impact
`_abi_decode()` does not validate input when it is nested in an expression. the following example gets correctly validated (bounds checked):
```vyper
x: int128 = _abi_decode(slice(msg.data, 4, 32), int128)
```
however, the following example is not bounds checked
```vyper
@external
def abi_decode(x: uint256)... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'vyper'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0.3.4'}, {'fixed': '0.3.10'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/vyperlang/vyper/security/advisories/GHSA-cx2q-hfxr-rj97'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-42460'}, {'type': 'WEB', 'url': 'https://github.com/vyperlang/vyper/pull/3626'}, {'type': 'PACKAGE', 'url': 'https://github.com/vyperlang/vyper'}] | {'cwe_ids': ['CWE-682'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-26T19:34:53Z', 'nvd_published_at': None} |
1.4.0 | GHSA-6jqw-jwf5-rp8h | 2023-09-27T20:14:44Z | 2023-09-27T20:14:44Z | null | ['CVE-2023-40026'] | Path traversal allows leaking out-of-bound Helm charts from Argo CD repo-server | ### Impact
In Argo CD versions prior to 2.3 (starting at least in v0.1.0, but likely in any version using Helm before 2.3), using a specifically-crafted Helm file could reference external Helm charts handled by the same repo-server to leak values, or files from the referenced Helm Chart. This was possible because Helm ... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N'}] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/argoproj/argo-cd'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.8.7'}]}]}, {'package': {'ecosystem': 'Go', 'name': 'github.com/argoproj/argo-cd/v2'}, 'ecosystem_specific': {... | [{'type': 'WEB', 'url': 'https://github.com/argoproj/argo-cd/security/advisories/GHSA-63qx-x74g-jcr7'}, {'type': 'WEB', 'url': 'https://github.com/argoproj/argo-cd/security/advisories/GHSA-6jqw-jwf5-rp8h'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-40026'}, {'type': 'WEB', 'url': 'https://a... | {'cwe_ids': ['CWE-22', 'CWE-23'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-27T20:14:44Z', 'nvd_published_at': None} |
1.4.0 | GHSA-3gh6-v5v9-6v9j | 2023-09-29T20:12:01Z | 2023-09-14T16:16:00Z | null | ['CVE-2023-36479'] | Jetty vulnerable to errant command quoting in CGI Servlet | If a user sends a request to a `org.eclipse.jetty.servlets.CGI` Servlet for a binary with a space in its name, the servlet will escape the command by wrapping it in quotation marks. This wrapped command, plus an optional command prefix, will then be executed through a call to Runtime.exec. If the original binary name p... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:L/A:N'}] | [{'package': {'ecosystem': 'Maven', 'name': 'org.eclipse.jetty:jetty-servlets'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '9.0.0'}, {'fixed': '9.4.52'}]}], 'database_specific': {'last_known_affected_version_range': '<= 9.4.51'}}, {'package': {'ecosys... | [{'type': 'WEB', 'url': 'https://github.com/eclipse/jetty.project/security/advisories/GHSA-3gh6-v5v9-6v9j'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-36479'}, {'type': 'WEB', 'url': 'https://github.com/eclipse/jetty.project/pull/9516'}, {'type': 'WEB', 'url': 'https://github.com/eclipse/je... | {'cwe_ids': ['CWE-149'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-09-14T16:16:00Z', 'nvd_published_at': None} |
1.4.0 | GHSA-hqp9-mrjw-7qq2 | 2023-09-28T16:43:22Z | 2023-09-28T06:30:20Z | null | ['CVE-2023-38877'] | Economizzer host header injection vulnerability | A host header injection vulnerability exists in gugoan's Economizzer v.0.9-beta1 and commit 3730880 (April 2023). By sending a specially crafted host header in the reset password request, it is possible to send password reset links to users which, once clicked, lead to an attacker-controlled server and thus leak the pa... | [] | [{'package': {'ecosystem': 'Packagist', 'name': 'gugoan/economizzer'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '0.9-beta1'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-38877'}, {'type': 'WEB', 'url': 'https://github.com/gugoan/economizzer/commit/37308802dfe00d43df396a8afaa2096ece8b7b57'}, {'type': 'WEB', 'url': 'https://github.com/dub-flow/vulnerability-research/tree/main/CVE-2023-38877'}, {'type': 'PACKAGE', 'ur... | {'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-28T16:43:22Z', 'nvd_published_at': None} |
1.4.0 | GHSA-m988-7375-7g2c | 2023-09-26T13:57:38Z | 2023-09-25T17:34:11Z | null | ['CVE-2023-42817'] | pimcore/admin-ui-classic-bundle Cross-site Scripting vulnerability in Translations | ### Impact
The translation value with text including “%s” (from “%suggest%) is parsed by sprintf() even though it’s supposed to be output literally to the user.
The translations may be accessible by a user with comparatively lower overall access (as the translation permission cannot be scoped to certain “modules”) and... | [{'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/admin-ui-classic-bundle'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.1.2'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/pimcore/admin-ui-classic-bundle/security/advisories/GHSA-m988-7375-7g2c'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-42817'}, {'type': 'WEB', 'url': 'https://github.com/pimcore/admin-ui-classic-bundle/commit/abd7739298f974319e3cac3fd4fcd7f995b63e4... | {'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-25T17:34:11Z', 'nvd_published_at': None} |
1.4.0 | GHSA-h8wh-f7gw-fwpr | 2023-09-29T20:37:29Z | 2023-09-29T12:30:16Z | null | ['CVE-2023-5193'] | Mattermost Incorrect Authorization vulnerability | Mattermost fails to properly check permissions when retrieving a post allowing for a System Role with the permission to manage channels to read the posts of a DM conversation.
| [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N'}] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/mattermost/mattermost/server/v8'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '8.1.0'}, {'fixed': '8.1.1'}]}], 'versions': ['8.1.0']}, {'package': {'ecosystem': 'Go', 'name': 'github.com/mattermost/m... | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-5193'}, {'type': 'PACKAGE', 'url': 'https://github.com/mattermost/mattermost'}, {'type': 'WEB', 'url': 'https://mattermost.com/security-updates'}] | {'cwe_ids': ['CWE-863'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-29T20:37:29Z', 'nvd_published_at': None} |
1.4.0 | GHSA-fj4x-m62j-wvwg | 2023-09-29T20:15:06Z | 2023-09-06T15:30:27Z | null | ['CVE-2023-37941'] | Apache Superset Deserialization of Untrusted Data vulnerability | If an attacker gains write access to the Apache Superset metadata database, they could persist a specifically crafted Python object that may lead to remote code execution on Superset's web backend. The Superset metadata db is an 'internal' component that is typically only accessible directly by the system administrator... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'apache-superset'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.5.0'}, {'fixed': '2.1.1'}]}], 'database_specific': {'last_known_affected_version_range': '<= 2.1.0'}}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-37941'}, {'type': 'PACKAGE', 'url': 'https://github.com/apache/superset'}, {'type': 'WEB', 'url': 'https://lists.apache.org/thread/6qk1zscc06yogxxfgz2bh2bvz6vh9g7h'}] | {'cwe_ids': ['CWE-502'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-08T12:18:53Z', 'nvd_published_at': None} |
1.4.0 | GHSA-hp56-xvf4-g6wr | 2023-09-22T19:25:11Z | 2023-09-20T06:30:50Z | null | ['CVE-2023-43617'] | Cros secrets may be disclosed to untrusted relay | An issue was discovered in Croc through 9.6.5. When a custom shared secret is used, the sender and receiver may divulge parts of this secret to an untrusted Relay, as part of composing a room name. | [{'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': 'Go', 'name': 'github.com/schollz/croc/v9'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '9.6.5'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-43617'}, {'type': 'WEB', 'url': 'https://github.com/schollz/croc/issues/596'}, {'type': 'PACKAGE', 'url': 'https://github.com/schollz/croc'}, {'type': 'WEB', 'url': 'https://www.openwall.com/lists/oss-security/2023/09/08/2'}, {'type': 'WEB', 'url':... | {'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T17:00:11Z', 'nvd_published_at': None} |
1.4.0 | GHSA-9pv7-vfvm-6vr7 | 2023-09-21T17:03:11Z | 2023-09-20T06:30:50Z | null | ['CVE-2023-26144'] | graphql Uncontrolled Resource Consumption vulnerability | Versions of the package graphql from 16.3.0 and before 16.8.1 are vulnerable to Denial of Service (DoS) due to insufficient checks in the OverlappingFieldsCanBeMergedRule.ts file when parsing large queries. This vulnerability allows an attacker to degrade system performance.
**Note:** It was not proven that this vulne... | [{'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': 'graphql'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '16.3.0'}, {'fixed': '16.8.1'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-26144'}, {'type': 'WEB', 'url': 'https://github.com/graphql/graphql-js/issues/3955'}, {'type': 'WEB', 'url': 'https://github.com/graphql/graphql-js/pull/3972'}, {'type': 'WEB', 'url': 'https://github.com/graphql/graphql-js/commit/8f4c64eb6a7112a929... | {'cwe_ids': ['CWE-400'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T17:03:11Z', 'nvd_published_at': None} |
1.4.0 | GHSA-423w-p2w9-r7vq | 2023-09-22T16:11:47Z | 2023-09-22T16:11:47Z | null | ['CVE-2023-42811'] | AEADs/aes-gcm: Plaintext exposed in decrypt_in_place_detached even on tag verification failure | ### Summary
In the AES GCM implementation of decrypt_in_place_detached, the decrypted ciphertext (i.e. the correct plaintext) is exposed even if tag verification fails.
### Impact
If a program using the `aes-gcm` crate's `decrypt_in_place*` APIs accesses the buffer after decryption failure, it will contain a decrypti... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:H/A:N'}] | [{'package': {'ecosystem': 'crates.io', 'name': 'aes-gcm'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0.10.0'}, {'fixed': '0.10.3'}]}], 'database_specific': {'last_known_affected_version_range': '<= 0.10.2'}}] | [{'type': 'WEB', 'url': 'https://github.com/RustCrypto/AEADs/security/advisories/GHSA-423w-p2w9-r7vq'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-42811'}, {'type': 'WEB', 'url': 'https://docs.rs/aes-gcm/latest/src/aes_gcm/lib.rs.html#309'}, {'type': 'PACKAGE', 'url': 'https://github.com/Rus... | {'cwe_ids': ['CWE-347'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-22T16:11:47Z', 'nvd_published_at': None} |
1.4.0 | GHSA-92jh-gwch-jq38 | 2023-09-14T17:10:37Z | 2023-09-14T17:10:37Z | null | [] | PocketMine-MP server crash with certain invalid JSON payloads in `LoginPacket` due to dependency vulnerability (again) | ### Impact
An attacker could crash the server by sending malformed JWT JSON in `LoginPacket` due to a security vulnerability in [`netresearch/jsonmapper`](https://github.com/cweiske/JsonMapper), due to accepting `NULL` values in arrays whose types do not expect `NULL`.
### Patches
This problem was fixed in 5.3.1 and 4... | [{'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': 'Packagist', 'name': 'pocketmine/pocketmine-mp'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '5.0.0'}, {'fixed': '5.3.1'}]}], 'database_specific': {'last_known_affected_version_range': '<= 5.3.0'}}, {'package': {'ecosystem': ... | [{'type': 'WEB', 'url': 'https://github.com/pmmp/PocketMine-MP/security/advisories/GHSA-92jh-gwch-jq38'}, {'type': 'WEB', 'url': 'https://github.com/pmmp/netresearch-jsonmapper/commit/4f90e8dab1c9df331fad7d3d89823404e882668c'}, {'type': 'PACKAGE', 'url': 'https://github.com/pmmp/PocketMine-MP'}] | {'cwe_ids': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-14T17:10:37Z', 'nvd_published_at': None} |
1.4.0 | GHSA-79rc-jjh6-rc89 | 2023-09-14T17:10:01Z | 2023-09-14T17:10:01Z | null | [] | PocketMine-MP server crash due to incorrect EC curve used for LoginPacket identityPublicKey | ### Impact
The server uses ECDH to calculate a shared secret for the symmetric encryption key used to encrypt network packets after logging in. ECDH requires that the keys used must both belong to the same elliptic curve. In Minecraft: Bedrock Edition, the curve used is `secp384r1`.
Using any other curve (for example ... | [{'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': 'Packagist', 'name': 'pocketmine/pocketmine-mp'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '5.2.0'}, {'fixed': '5.3.1'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/pmmp/PocketMine-MP/security/advisories/GHSA-79rc-jjh6-rc89'}, {'type': 'WEB', 'url': 'https://github.com/pmmp/PocketMine-MP/commit/4e646d19a4a1e0d082bd4d1f5a58ae0182a268d9'}, {'type': 'PACKAGE', 'url': 'https://github.com/pmmp/PocketMine-MP'}] | {'cwe_ids': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-14T17:10:01Z', 'nvd_published_at': None} |
1.4.0 | GHSA-33r7-wjfc-7w98 | 2023-09-29T22:05:57Z | 2023-09-29T12:30:16Z | null | ['CVE-2023-5196'] | Mattermost Uncontrolled Resource Consumption vulnerability | Mattermost fails to enforce character limits in all possible notification props allowing an attacker to send a really long value for a notification_prop resulting in the server consuming an abnormal quantity of computing resources and possibly becoming temporarily unavailable for its users.
| [{'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': 'Go', 'name': 'github.com/mattermost/mattermost/server/v8'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '8.1.0'}, {'fixed': '8.1.1'}]}], 'versions': ['8.1.0']}, {'package': {'ecosystem': 'Go', 'name': 'github.com/mattermost/m... | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-5196'}, {'type': 'PACKAGE', 'url': 'https://github.com/mattermost/mattermost'}, {'type': 'WEB', 'url': 'https://mattermost.com/security-updates'}] | {'cwe_ids': ['CWE-400'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-29T22:05:57Z', 'nvd_published_at': None} |
1.4.0 | GHSA-whhr-7f2w-qqj2 | 2023-09-22T23:36:31Z | 2023-09-21T17:10:57Z | null | ['CVE-2023-42444'] | phonenumber panics on parsing crafted RF3966 inputs | ### Impact
The phonenumber parsing code may panic due to a panic-guarded out-of-bounds access on the phonenumber string.
In a typical deployment of `rust-phonenumber`, this may get triggered by feeding a maliciously crafted phonenumber over the network, specifically the string `.;phone-context=`.
### Patches
Patches ... | [{'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': 'phonenumber'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.2.5'}]}]}, {'package': {'ecosystem': 'crates.io', 'name': 'phonenumber'}, 'ecosystem_specific': {'affected_functions': ['']}, ... | [{'type': 'WEB', 'url': 'https://github.com/whisperfish/rust-phonenumber/security/advisories/GHSA-whhr-7f2w-qqj2'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-42444'}, {'type': 'WEB', 'url': 'https://github.com/whisperfish/rust-phonenumber/commit/2dd44be94539c051b4dee55d1d9d349bd7bedde6'}, {... | {'cwe_ids': ['CWE-1284', 'CWE-248', 'CWE-392'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T17:10:57Z', 'nvd_published_at': None} |
1.4.0 | GHSA-4vjr-crvh-383h | 2023-09-27T20:17:00Z | 2023-09-27T20:17:00Z | null | [] | @napi-rs/image affected by libwebp CVE | ### Impact
Heap buffer overflow in `libwebp` allows a remote attacker to perform an out of bounds memory write via a crafted webp image.
### References
- https://github.com/advisories/GHSA-j7hp-h8jx-5ppr
- https://blog.isosceles.com/the-webp-0day/
| [{'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': 'npm', 'name': '@napi-rs/image'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.7.0'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/Brooooooklyn/Image/security/advisories/GHSA-4vjr-crvh-383h'}, {'type': 'WEB', 'url': 'https://github.com/Brooooooklyn/Image/commit/aa07979f6cd0c534a8befea87fac1210a3b621c1'}, {'type': 'WEB', 'url': 'https://blog.isosceles.com/the-webp-0day/'}, {'type': 'PACKAGE', 'url': 'http... | {'cwe_ids': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-27T20:17:00Z', 'nvd_published_at': None} |
1.4.0 | GHSA-9xfq-8j3r-xp5g | 2023-09-28T16:42:58Z | 2023-09-28T06:30:20Z | null | ['CVE-2023-44273'] | Consensys gnark-crypto allows Signature Malleability | Consensys gnark-crypto through 0.11.2 allows Signature Malleability. This occurs because deserialisation of EdDSA and ECDSA signatures does not ensure that the data is in a certain interval. | [] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/Consensys/gnark-crypto'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.12.0'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-44273'}, {'type': 'WEB', 'url': 'https://github.com/Consensys/gnark-crypto/pull/449'}, {'type': 'PACKAGE', 'url': 'https://github.com/Consensys/gnark-crypto'}, {'type': 'WEB', 'url': 'https://github.com/Consensys/gnark-crypto/releases'}, {'type': '... | {'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-28T16:42:58Z', 'nvd_published_at': None} |
1.4.0 | GHSA-58rq-69jp-xc23 | 2023-09-21T21:37:45Z | 2023-09-20T18:30:21Z | null | ['CVE-2023-43500'] | Jenkins Build Failure Analyzer Plugin Cross-Site Request Forgery vulnerability | Jenkins Build Failure Analyzer Plugin 2.4.1 and earlier does not perform a permission check in a connection test HTTP endpoint.
This allows attackers with Overall/Read permission to connect to an attacker-specified hostname and port using attacker-specified username and password.
Additionally, this HTTP endpoint does... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}] | [{'package': {'ecosystem': 'Maven', 'name': 'com.sonyericsson.jenkins.plugins.bfa:build-failure-analyzer'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.4.2'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-43500'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-09-20/#SECURITY-3226'}, {'type': 'WEB', 'url': 'http://www.openwall.com/lists/oss-security/2023/09/20/5'}] | {'cwe_ids': ['CWE-352'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T21:37:45Z', 'nvd_published_at': None} |
1.4.0 | GHSA-j646-gj5p-p45g | 2023-09-21T17:11:42Z | 2023-09-21T17:11:42Z | null | [] | CefSharp affected by heap buffer overflow in WebP | **Google is aware that an exploit for [CVE-2023-4863](https://www.cve.org/CVERecord?id=CVE-2023-4863) exists in the wild.**
### Description
Heap buffer overflow in WebP in Google Chrome prior to 116.0.5845.187 allowed a remote attacker to perform an out of bounds memory write via a crafted HTML page. (Chromium securi... | [] | [{'package': {'ecosystem': 'NuGet', 'name': 'CefSharp.Common'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '116.0.230'}]}]}, {'package': {'ecosystem': 'NuGet', 'name': 'CefSharp.Common.NETCore'}, 'ecosystem_specific': {'affected_functio... | [{'type': 'WEB', 'url': 'https://github.com/cefsharp/CefSharp/security/advisories/GHSA-j646-gj5p-p45g'}, {'type': 'WEB', 'url': 'https://github.com/cefsharp/CefSharp/commit/f2890ba66170afb0bf742839febe4d20449f758c'}, {'type': 'PACKAGE', 'url': 'https://github.com/cefsharp/CefSharp'}, {'type': 'WEB', 'url': 'https://git... | {'cwe_ids': [], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T17:11:42Z', 'nvd_published_at': None} |
1.4.0 | GHSA-3qf9-qxfj-4whc | 2023-09-12T20:51:36Z | 2023-09-12T20:51:36Z | null | ['CVE-2023-36792'] | Microsoft Security Advisory CVE-2023-36792: .NET Remote Code Execution Vulnerability | # Microsoft Security Advisory CVE-2023-36792: .NET Remote Code Execution Vulnerability
## <a name="executive-summary"></a>Executive summary
Microsoft is releasing this security advisory to provide information about a vulnerability in .NET 7.0 and .NET 6.0. This advisory also provides guidance on what developers can d... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}] | [{'package': {'ecosystem': 'NuGet', 'name': 'Microsoft.NETCore.App.Runtime.win-arm64'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '7.0.0'}, {'fixed': '7.0.11'}]}], 'database_specific': {'last_known_affected_version_range': '<= 7.0.10'}}, {'package': {... | [{'type': 'WEB', 'url': 'https://github.com/dotnet/runtime/security/advisories/GHSA-3qf9-qxfj-4whc'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-36792'}, {'type': 'WEB', 'url': 'https://github.com/dotnet/runtime/issues/91944'}, {'type': 'PACKAGE', 'url': 'https://github.com/dotnet/runtime'},... | {'cwe_ids': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-12T20:51:36Z', 'nvd_published_at': None} |
1.4.0 | GHSA-gvrg-62jp-rf7j | 2023-09-28T19:43:48Z | 2023-09-28T16:26:48Z | null | ['CVE-2023-43664'] | PrestaShop allows employee without any access rights to list all installed modules | ### Impact
In BO, an employee can list all modules without any access rights: method `ajaxProcessGetPossibleHookingListForModule` doesn't check access rights
### Patches
Fixed on 8.1.2
### Workarounds
### References
| [{'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': 'Packagist', 'name': 'prestashop/prestashop'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '8.1.2'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-gvrg-62jp-rf7j'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-43664'}, {'type': 'WEB', 'url': 'https://github.com/PrestaShop/PrestaShop/commit/15bd281c18f032a5134a8d213b44d24829d45762'}, {'type': 'PACKA... | {'cwe_ids': ['CWE-269'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-28T16:26:48Z', 'nvd_published_at': None} |
1.4.0 | GHSA-ppjh-xp5v-46wc | 2023-09-22T19:40:39Z | 2023-09-20T06:30:50Z | null | ['CVE-2023-43619'] | Croc sender may send dangerous new files to receiver | An issue was discovered in Croc through 9.6.5. A sender may send dangerous new files to a receiver, such as executable content or a `.ssh/authorized_keys` file. | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/schollz/croc/v9'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '9.6.5'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-43619'}, {'type': 'WEB', 'url': 'https://github.com/schollz/croc/issues/593'}, {'type': 'PACKAGE', 'url': 'https://github.com/schollz/croc'}, {'type': 'WEB', 'url': 'https://www.openwall.com/lists/oss-security/2023/09/08/2'}, {'type': 'WEB', 'url':... | {'cwe_ids': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T16:59:57Z', 'nvd_published_at': None} |
1.4.0 | GHSA-9hwp-cj7m-wjw4 | 2023-09-29T22:05:52Z | 2023-09-29T12:30:16Z | null | ['CVE-2023-5195'] | Mattermost Incorrect Authorization vulnerability | Mattermost fails to properly validate the permissions when soft deleting a team allowing a team member to soft delete other teams that they are not part of
| [{'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': 'Go', 'name': 'github.com/mattermost/mattermost/server/v8'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '8.1.0'}, {'fixed': '8.1.1'}]}], 'versions': ['8.1.0']}, {'package': {'ecosystem': 'Go', 'name': 'github.com/mattermost/m... | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-5195'}, {'type': 'PACKAGE', 'url': 'https://github.com/mattermost/mattermost'}, {'type': 'WEB', 'url': 'https://mattermost.com/security-updates'}] | {'cwe_ids': ['CWE-863'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-29T22:05:52Z', 'nvd_published_at': None} |
1.4.0 | GHSA-6f9p-g466-f8v8 | 2023-09-22T18:48:49Z | 2023-09-19T06:30:17Z | null | ['CVE-2023-26143'] | blamer vulnerable to Arbitrary Argument Injection via the blameByFile() API | Versions of the package blamer before 1.0.4 are vulnerable to Arbitrary Argument Injection via the blameByFile() API. The library does not sanitize for user input or validate the given file path conforms to a specific schema, nor does it properly pass command-line flags to the git binary using the double-dash POSIX cha... | [{'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': 'npm', 'name': 'blamer'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.0.4'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-26143'}, {'type': 'WEB', 'url': 'https://github.com/kucherenko/blamer/commit/0965877f115753371a2570f10a63c455d2b2cde3'}, {'type': 'WEB', 'url': 'https://gist.github.com/lirantal/14c3686370a86461f555d3f0703e02f9'}, {'type': 'PACKAGE', 'url': 'https:... | {'cwe_ids': ['CWE-88'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T17:07:40Z', 'nvd_published_at': None} |
1.4.0 | GHSA-gxh7-wv9q-fwfr | 2023-09-06T18:42:17Z | 2023-09-06T18:42:17Z | null | ['CVE-2023-23623'] | Electron's Content-Secrity-Policy disabling eval not applied consistently in renderers with sandbox disabled | ### Impact
A Content-Security-Policy that disables eval, specifically setting a `script-src` directive and _not_ providing `unsafe-eval` in that directive, is not respected in renderers that have sandbox and contextIsolation disabled. i.e. `sandbox: false` and `contextIsolation: false` in the `webPreferences` object.
... | [{'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': 'npm', 'name': 'electron'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '22.0.0-beta.1'}, {'fixed': '22.0.1'}]}]}, {'package': {'ecosystem': 'npm', 'name': 'electron'}, 'ecosystem_specific': {'affected_functions': ['https://gi... | [{'type': 'WEB', 'url': 'https://github.com/electron/electron/security/advisories/GHSA-gxh7-wv9q-fwfr'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-23623'}, {'type': 'WEB', 'url': 'https://github.com/electron/electron/pull/36667'}, {'type': 'WEB', 'url': 'https://github.com/electron/electron... | {'cwe_ids': ['CWE-670'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-06T18:42:17Z', 'nvd_published_at': None} |
1.4.0 | GHSA-xrpm-hccg-28x7 | 2023-09-22T19:35:43Z | 2023-09-21T09:30:19Z | null | ['CVE-2023-5104'] | Improper Input Validation in nocodb | Improper Input Validation in GitHub repository nocodb/nocodb prior to 0.96.0. | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H'}] | [{'package': {'ecosystem': 'npm', 'name': 'nocodb'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.96.0'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-5104'}, {'type': 'WEB', 'url': 'https://github.com/nocodb/nocodb/commit/db0385cb8aab2a34e233454607f59152ac62b3e2'}, {'type': 'PACKAGE', 'url': 'https://github.com/nocodb/nocodb'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/1b5c6d9f-941e-4dd... | {'cwe_ids': ['CWE-20'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T17:17:16Z', 'nvd_published_at': None} |
1.4.0 | GHSA-v8gr-m533-ghj9 | 2023-09-21T17:07:01Z | 2023-09-21T17:07:01Z | null | [] | Vulnerable OpenSSL included in cryptography wheels | pyca/cryptography's wheels include a statically linked copy of OpenSSL. The versions of OpenSSL included in cryptography 2.5-41.0.3 are vulnerable to several security issues. More details about the vulnerabilities themselves can be found in https://www.openssl.org/news/secadv/20230908.txt.
If you are building cryptogr... | [] | [{'package': {'ecosystem': 'PyPI', 'name': 'cryptography'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.5'}, {'fixed': '41.0.4'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/pyca/cryptography/security/advisories/GHSA-v8gr-m533-ghj9'}, {'type': 'WEB', 'url': 'https://github.com/pyca/cryptography/commit/fc11bce6930e591ce26a2317b31b9ce2b3e25512'}, {'type': 'PACKAGE', 'url': 'https://github.com/pyca/cryptography'}] | {'cwe_ids': [], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T17:07:01Z', 'nvd_published_at': None} |
1.4.0 | GHSA-9jvx-p6mq-fw4v | 2023-09-29T20:38:11Z | 2023-09-29T06:30:29Z | null | ['CVE-2023-44464'] | pretix allows Pillow to parse EPS files | pretix before 2023.7.2 allows Pillow to parse EPS files. | [] | [{'package': {'ecosystem': 'PyPI', 'name': 'pretix'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2023.7.2'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-44464'}, {'type': 'WEB', 'url': 'https://github.com/pretix/pretix/commit/8583bfb7d97263e9e923ad5d7f123ca1cadc8f2e'}, {'type': 'PACKAGE', 'url': 'https://github.com/pretix/pretix'}, {'type': 'WEB', 'url': 'https://github.com/pretix/pretix/compare/v2... | {'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-29T20:38:11Z', 'nvd_published_at': None} |
1.4.0 | GHSA-ghp8-52vx-77j4 | 2023-09-22T20:35:36Z | 2023-09-22T15:30:15Z | null | ['CVE-2023-5002'] | pgAdmin failed to properly control the server code | A flaw was found in pgAdmin. This issue occurs when the pgAdmin server HTTP API validates the path a user selects to external PostgreSQL utilities such as pg_dump and pg_restore. Versions of pgAdmin prior to 7.7 failed to properly control the server code executed on this API, allowing an authenticated user to run arbit... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:H/A:H'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'pgadmin4'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '7.7'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-5002'}, {'type': 'WEB', 'url': 'https://github.com/pgadmin-org/pgadmin4/issues/6763'}, {'type': 'WEB', 'url': 'https://github.com/pgadmin-org/pgadmin4/commit/35f05e49b3632a0a674b9b36535a7fe2d93dd0c2'}, {'type': 'WEB', 'url': 'https://bugzilla.redha... | {'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-22T20:35:36Z', 'nvd_published_at': None} |
1.4.0 | GHSA-gx6r-qc2v-3p3v | 2023-09-21T17:15:53Z | 2023-09-21T17:15:53Z | null | ['CVE-2023-42810'] | systeminformation SSID Command Injection Vulnerability | ### Impact
SSID Command Injection Vulnerability
### Patches
Problem was fixed with a parameter check. Please upgrade to version >= 5.21.7, Version 4 was not affected
### Workarounds
If you cannot upgrade, be sure to check or sanitize parameter strings that are passed to wifiConnections(), wifiNetworks() (string only)... | [{'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': 'systeminformation'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '5.0.0'}, {'fixed': '5.21.7'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/sebhildebrandt/systeminformation/security/advisories/GHSA-gx6r-qc2v-3p3v'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-42810'}, {'type': 'WEB', 'url': 'https://github.com/sebhildebrandt/systeminformation/commit/7972565812ccb2a610a22911c54c3446f4171... | {'cwe_ids': ['CWE-77'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T17:15:53Z', 'nvd_published_at': None} |
1.4.0 | GHSA-hq87-h4jg-vxfw | 2023-09-21T21:37:19Z | 2023-09-20T18:30:21Z | null | ['CVE-2023-43498'] | Jenkins temporary uploaded file created with insecure permissions | In Jenkins 2.423 and earlier, LTS 2.414.1 and earlier, uploaded files processed via the Stapler web framework and the Jenkins API `MultipartFormDataParser` create temporary files in the system temporary directory with the default permissions for newly created files.
If these permissions are overly permissive, attacker... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N'}] | [{'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.main:jenkins-core'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.50'}, {'fixed': '2.414.2'}]}]}, {'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.main:jenkins-core'}, 'ecosystem_sp... | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-43498'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-09-20/#SECURITY-3073'}, {'type': 'WEB', 'url': 'http://www.openwall.com/lists/oss-security/2023/09/20/5'}] | {'cwe_ids': [], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T21:37:19Z', 'nvd_published_at': None} |
1.4.0 | GHSA-h69v-mvh9-hfrq | 2023-09-29T22:05:48Z | 2023-09-29T12:30:16Z | null | ['CVE-2023-5194'] | Mattermost Incorrect Authorization vulnerability | Mattermost fails to properly validate permissions when demoting and deactivating a user allowing for a system/user manager to demote / deactivate another manager
| [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L'}] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/mattermost/mattermost/server/v8'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '8.1.0'}, {'fixed': '8.1.1'}]}], 'versions': ['8.1.0']}, {'package': {'ecosystem': 'Go', 'name': 'github.com/mattermost/m... | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-5194'}, {'type': 'PACKAGE', 'url': 'https://github.com/mattermost/mattermost'}, {'type': 'WEB', 'url': 'https://mattermost.com/security-updates'}] | {'cwe_ids': ['CWE-863'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-09-29T22:05:48Z', 'nvd_published_at': None} |
1.4.0 | GHSA-6jmf-2pfc-q9m7 | 2023-09-28T19:43:45Z | 2023-09-28T16:27:33Z | null | ['CVE-2023-43663'] | PrestaShop allows users to uninstall modules from backoffice, even with low rights | ### Impact
Any module can be disabled or uninstalled from back office, even with low user right.
### Patches
8.1.2
### Workarounds
none
### References
| [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H'}] | [{'package': {'ecosystem': 'Packagist', 'name': 'prestashop/prestashop'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '8.1.2'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/PrestaShop/PrestaShop/security/advisories/GHSA-6jmf-2pfc-q9m7'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-43663'}, {'type': 'WEB', 'url': 'https://github.com/PrestaShop/PrestaShop/commit/ce1f67083537194e974caf86c57e547a0aaa46cd'}, {'type': 'PACKA... | {'cwe_ids': ['CWE-269'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-28T16:27:33Z', 'nvd_published_at': None} |
1.4.0 | GHSA-p45j-vfv5-wprq | 2023-09-20T21:28:30Z | 2023-09-11T13:47:16Z | null | ['CVE-2023-32186'] | RKE2 supervisor port is vulnerable to unauthenticated remote denial-of-service (DoS) attack via TLS SAN stuffing attack | ### Impact
An issue was found in RKE2 where an attacker with network access to RKE2 servers' supervisor port (TCP 9345) can force the TLS server to add entries to the certificate's Subject Alternative Name (SAN) list, through a stuffing attack, until the certificate grows so large that it exceeds the maximum size allo... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/rancher/rke2'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.24.17'}]}]}, {'package': {'ecosystem': 'Go', 'name': 'github.com/rancher/rke2'}, 'ecosystem_specific': {'affected_functio... | [{'type': 'WEB', 'url': 'https://github.com/rancher/rke2/security/advisories/GHSA-p45j-vfv5-wprq'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32186'}, {'type': 'WEB', 'url': 'https://bugzilla.suse.com/show_bug.cgi?id=CVE-2023-32186'}, {'type': 'PACKAGE', 'url': 'https://github.com/rancher/r... | {'cwe_ids': ['CWE-770'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-11T13:47:16Z', 'nvd_published_at': None} |
1.4.0 | GHSA-92rv-4j2h-8mjj | 2023-09-08T12:17:48Z | 2023-09-08T12:17:48Z | null | ['CVE-2023-41330'] | Snappy PHAR deserialization vulnerability | ## Issue
On March 17th the vulnerability [CVE-2023-28115 was disclosed](https://github.com/KnpLabs/snappy/security/advisories/GHSA-gq6w-q6wh-jggc), allowing an attacker to gain remote code execution through PHAR deserialization. To fix this issue, the version 1.4.2 was released with an additional check in the affected... | [{'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': 'knplabs/knp-snappy'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.4.3'}]}], 'database_specific': {'last_known_affected_version_range': '<= 1.4.2'}}] | [{'type': 'WEB', 'url': 'https://github.com/KnpLabs/snappy/security/advisories/GHSA-92rv-4j2h-8mjj'}, {'type': 'WEB', 'url': 'https://github.com/KnpLabs/snappy/security/advisories/GHSA-gq6w-q6wh-jggc'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-41330'}, {'type': 'WEB', 'url': 'https://githu... | {'cwe_ids': ['CWE-502'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-09-08T12:17:48Z', 'nvd_published_at': None} |
1.4.0 | GHSA-4xp2-w642-7mcx | 2023-09-27T00:35:26Z | 2023-09-27T00:35:26Z | null | ['CVE-2023-41333'] | Cilium vulnerable to bypass of namespace restrictions in CiliumNetworkPolicy | ### Impact
An attacker with the ability to create or modify CiliumNetworkPolicy objects in a particular namespace is able to affect traffic on an entire Cilium cluster, potentially bypassing policy enforcement in other namespaces.
By using a crafted `endpointSelector` that uses the `DoesNotExist` operator on the `res... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:C/C:L/I:N/A:H'}] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/cilium/cilium'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.14.0'}, {'fixed': '1.14.2'}]}]}, {'package': {'ecosystem': 'Go', 'name': 'github.com/cilium/cilium'}, 'ecosystem_specific': {'affected_f... | [{'type': 'WEB', 'url': 'https://github.com/cilium/cilium/security/advisories/GHSA-4xp2-w642-7mcx'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-41333'}, {'type': 'WEB', 'url': 'https://github.com/cilium/cilium/pull/28007'}, {'type': 'WEB', 'url': 'https://docs.cilium.io/en/stable/security/th... | {'cwe_ids': ['CWE-306'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-27T00:35:26Z', 'nvd_published_at': None} |
1.4.0 | GHSA-4w8r-3xrw-v25g | 2023-09-20T21:28:24Z | 2023-09-13T15:44:09Z | null | ['CVE-2023-41892'] | Craft CMS Remote Code Execution vulnerability | ### Impact
This is a high-impact, low-complexity attack vector. Users running Craft installations before 4.4.15 are encouraged to update to at least that version to mitigate the issue.
### Mitigations
* This has been fixed in Craft 4.4.15. You should ensure you’re running at least that version.
* Refresh your secur... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:L'}] | [{'package': {'ecosystem': 'Packagist', 'name': 'craftcms/cms'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '4.0.0-RC1'}, {'fixed': '4.4.15'}]}], 'database_specific': {'last_known_affected_version_range': '<= 4.4.14'}}] | [{'type': 'WEB', 'url': 'https://github.com/craftcms/cms/security/advisories/GHSA-4w8r-3xrw-v25g'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-41892'}, {'type': 'WEB', 'url': 'https://github.com/craftcms/cms/commit/7359d18d46389ffac86c2af1e0cd59e37c298857'}, {'type': 'WEB', 'url': 'https://g... | {'cwe_ids': ['CWE-94'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-09-13T15:44:09Z', 'nvd_published_at': None} |
1.4.0 | GHSA-4f74-84v3-j9q5 | 2023-09-27T15:42:30Z | 2023-09-26T18:55:24Z | null | ['CVE-2023-41335'] | matrix-synapse vulnerable to temporary storage of plaintext passwords during password changes | ### Impact
When users update their passwords, the new credentials may be briefly held in the server database. While this doesn't grant the server any added capabilities—it already learns the users' passwords as part of the authentication process—it does disrupt the expectation that passwords won't be stored in the dat... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:L/I:L/A:N'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'matrix-synapse'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.66.0'}, {'fixed': '1.93.0'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/matrix-org/synapse/security/advisories/GHSA-4f74-84v3-j9q5'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-41335'}, {'type': 'WEB', 'url': 'https://github.com/matrix-org/synapse/pull/13188'}, {'type': 'WEB', 'url': 'https://github.com/matrix-org/syna... | {'cwe_ids': ['CWE-312'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-09-26T18:55:24Z', 'nvd_published_at': None} |
1.4.0 | GHSA-6jmw-6mxw-w4jc | 2023-09-14T16:41:57Z | 2023-09-13T15:31:14Z | null | ['CVE-2023-39914'] | BER/CER/DER decoder panics on invalid input | NLnet Labs’ bcder library up to and including version 0.7.2 panics while decoding certain invalid input data rather than rejecting the data with an error. This can affect both the actual decoding stage as well as accessing content of types that utilized delayed decoding. | [{'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': 'bcder'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.7.3'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-39914'}, {'type': 'WEB', 'url': 'https://github.com/NLnetLabs/bcder/commit/4da91c3fd853e3d466d8581cf1d82b7f3255de56'}, {'type': 'PACKAGE', 'url': 'https://github.com/NLnetLabs/bcder'}, {'type': 'WEB', 'url': 'https://nlnetlabs.nl/downloads/bcder/CV... | {'cwe_ids': ['CWE-228'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-14T16:41:57Z', 'nvd_published_at': None} |
1.4.0 | GHSA-m4hf-6vgr-75r2 | 2023-09-20T21:09:28Z | 2023-09-11T13:47:08Z | null | ['CVE-2023-32187'] | K3s apiserver port is vulnerable to unauthenticated remote denial-of-service (DoS) attack via TLS SAN stuffing attack | ### Impact
An issue was found in K3s where an attacker with network access to K3s servers' apiserver/supervisor port (TCP 6443) can force the TLS server to add entries to the certificate's Subject Alternative Name (SAN) list, through a stuffing attack, until the certificate grows so large that it exceeds the maximum s... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/k3s-io/k3s'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.24.17'}]}]}, {'package': {'ecosystem': 'Go', 'name': 'github.com/k3s-io/k3s'}, 'ecosystem_specific': {'affected_functions':... | [{'type': 'WEB', 'url': 'https://github.com/k3s-io/k3s/security/advisories/GHSA-m4hf-6vgr-75r2'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-32187'}, {'type': 'WEB', 'url': 'https://bugzilla.suse.com/show_bug.cgi?id=CVE-2023-32187https://'}, {'type': 'PACKAGE', 'url': 'https://github.com/k3s... | {'cwe_ids': ['CWE-770'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-11T13:47:08Z', 'nvd_published_at': None} |
1.4.0 | GHSA-7vpr-3ppw-qrpj | 2023-09-27T21:16:16Z | 2023-09-27T21:16:16Z | null | [] | Imageflow affected by libwebp zero-day and should not be used with malicious source images. | ### Impact
This vulnerability affects deployments of Imageflow that involve decoding or processing malicious source .webp files. If you only process your own trusted files, this should not affect you (but you should update anyway).
Imageflow relies on Google's [libwebp] library to decode .webp images, and is affecte... | [{'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': 'NuGet', 'name': 'Imageflow.AllPlatforms'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.10.2'}]}]}, {'package': {'ecosystem': 'NuGet', 'name': 'Imageflow.NativeRuntime.win-x86_64'}, 'ecosystem_specific': {'a... | [{'type': 'WEB', 'url': 'https://github.com/imazen/imageflow/security/advisories/GHSA-7vpr-3ppw-qrpj'}, {'type': 'WEB', 'url': 'https://github.com/imazen/imageflow/commit/24894940403a8491fd6495759b8f996ea2da8ad8'}, {'type': 'PACKAGE', 'url': 'https://github.com/imazen/imageflow'}] | {'cwe_ids': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-27T21:16:16Z', 'nvd_published_at': None} |
1.4.0 | GHSA-jcr6-4frq-9gjj | 2023-09-13T14:04:07Z | 2023-09-11T20:43:31Z | null | [] | Users vulnerable to unaligned read of `*const *const c_char` pointer | Affected versions dereference a potentially unaligned pointer. The pointer is commonly unaligned in practice, resulting in undefined behavior.
In some build modes, this is observable as a panic followed by abort. In other build modes the UB may manifest in some other way, including the possibility of working correctly... | [] | [{'package': {'ecosystem': 'crates.io', 'name': 'users'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '0.11.0'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/ogham/rust-users/issues/55'}, {'type': 'PACKAGE', 'url': 'https://github.com/ogham/rust-users'}, {'type': 'WEB', 'url': 'https://rustsec.org/advisories/RUSTSEC-2023-0059.html'}] | {'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-11T20:43:31Z', 'nvd_published_at': None} |
1.4.0 | GHSA-2r3c-m6v7-9354 | 2023-09-21T17:07:15Z | 2023-09-21T17:07:15Z | null | ['CVE-2023-42456'] | sudo-rs Session File Relative Path Traversal vulnerability | ### Background
Sudo-rs allows users to not have to enter authentication at every sudo attempt, but instead only requiring authentication every once in a while in every terminal or process group. Only once a configurable timeout has passed will the user have to re-authenticate themselves. Supporting this functionality ... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:L'}] | [{'package': {'ecosystem': 'crates.io', 'name': 'sudo-rs'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.2.1'}]}], 'database_specific': {'last_known_affected_version_range': '<= 0.2.0'}}] | [{'type': 'WEB', 'url': 'https://github.com/memorysafety/sudo-rs/security/advisories/GHSA-2r3c-m6v7-9354'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-42456'}, {'type': 'WEB', 'url': 'https://github.com/memorysafety/sudo-rs/commit/bfdbda22968e3de43fa8246cab1681cfd5d5493d'}, {'type': 'PACKAGE... | {'cwe_ids': ['CWE-22', 'CWE-23'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T17:07:15Z', 'nvd_published_at': None} |
1.4.0 | GHSA-gw5p-q8mj-p7gh | 2023-09-14T19:33:17Z | 2023-09-14T19:33:17Z | null | ['CVE-2023-41880'] | Miscompilation of wasm `i64x2.shr_s` instruction with constant input on x86_64 | ### Impact
Wasmtime versions from 10.0.0 to 12.0.1 contain a miscompilation of the WebAssembly `i64x2.shr_s` instruction on x86_64 platforms when the shift amount is a constant value that is larger than 32. Only x86_64 is affected so all other targets are not affected by this. The miscompilation results in the instruc... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:N'}] | [{'package': {'ecosystem': 'crates.io', 'name': 'wasmtime'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '10.0.0'}, {'fixed': '10.0.2'}]}]}, {'package': {'ecosystem': 'crates.io', 'name': 'wasmtime'}, 'ecosystem_specific': {'affected_functions': ['']}, ... | [{'type': 'WEB', 'url': 'https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-gw5p-q8mj-p7gh'}, {'type': 'WEB', 'url': 'https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-gw5p-q8mj-p7gh#:~:text=Mailing%20list%20announcement'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/de... | {'cwe_ids': ['CWE-193'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-09-14T19:33:17Z', 'nvd_published_at': None} |
1.4.0 | GHSA-95xr-cq6h-vwr3 | 2023-09-22T18:48:30Z | 2023-09-19T06:30:17Z | null | ['CVE-2023-42399'] | Jodit Editor vulnerable to cross-site scripting | Cross Site Scripting vulnerability in xdsoft.net Jodit Editor v.4.0.0-beta.86 allows a remote attacker to obtain sensitive information via the rich text editor component. | [{'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': 'jodit'}, 'ecosystem_specific': {'affected_functions': ['']}, 'versions': ['4.0.0-beta.86']}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-42399'}, {'type': 'WEB', 'url': 'https://github.com/xdan/jodit/issues/1017'}, {'type': 'PACKAGE', 'url': 'https://github.com/xdan/jodit'}] | {'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T17:08:24Z', 'nvd_published_at': None} |
1.4.0 | GHSA-42h4-v29r-42qg | 2023-09-26T13:57:26Z | 2023-09-25T17:33:40Z | null | ['CVE-2023-40581'] | yt-dlp on Windows vulnerable to `--exec` command injection when using `%q` | ### Impact
[`yt-dlp`](https://github.com/yt-dlp/yt-dlp) allows the user to provide shell commands to be executed at various stages in its download process through the `--exec` flag. This flag allows output template expansion in its argument, so that video metadata values may be used in the shell commands. The metadata ... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'yt-dlp'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2021.04.11'}, {'fixed': '2023.09.24'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-42h4-v29r-42qg'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-40581'}, {'type': 'WEB', 'url': 'https://github.com/yt-dlp/yt-dlp/commit/de015e930747165dbb8fcd360f8775fd973b7d6e'}, {'type': 'PACKAGE', 'url': 'htt... | {'cwe_ids': ['CWE-78'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-25T17:33:40Z', 'nvd_published_at': None} |
1.4.0 | GHSA-92hx-3mh6-hc49 | 2023-09-25T18:32:19Z | 2023-09-24T03:30:20Z | null | ['CVE-2023-1260'] | kube-apiserver authentication bypass vulnerability | An authentication bypass vulnerability was discovered in kube-apiserver. This issue could allow a remote, authenticated attacker who has been given permissions "update, patch" the "pods/ephemeralcontainers" subresource beyond what the default is. They would then need to create a new pod or patch one that they already h... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H'}] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/openshift/apiserver-library-go'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.0.0-20230621'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-1260'}, {'type': 'WEB', 'url': 'https://github.com/openshift/apiserver-library-go/commit/a994128188486d2dce99a528fbcc017d276081e0'}, {'type': 'WEB', 'url': 'https://access.redhat.com/errata/RHSA-2023:3976'}, {'type': 'WEB', 'url': 'https://access.r... | {'cwe_ids': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-25T18:32:19Z', 'nvd_published_at': None} |
1.4.0 | GHSA-h6rp-mprm-xgcq | 2023-09-21T17:06:37Z | 2023-09-21T17:06:37Z | null | ['CVE-2023-42457'] | plone.rest vulnerable to Denial of Service when ++api++ is used many times | ### Impact
When the `++api++` traverser is accidentally used multiple times in a url, handling it takes increasingly longer, making the server less responsive.
### Patches
Patches will be released in `plone.rest` 2.0.1 and 3.0.1. Series 1.x is not affected.
### Workarounds
In your frontend web server (nginx, Apache)... | [{'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': 'PyPI', 'name': 'plone.rest'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.0.0a1'}, {'fixed': '2.0.1'}]}]}, {'package': {'ecosystem': 'PyPI', 'name': 'plone.rest'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '3.0.0'}, {'fixed': '3.0.1'}]}], 'versions': ['3.0.... | [{'type': 'WEB', 'url': 'https://github.com/plone/plone.rest/security/advisories/GHSA-h6rp-mprm-xgcq'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-42457'}, {'type': 'WEB', 'url': 'https://github.com/plone/plone.rest/commit/43b4a7e86206e237e1de5ca3817ed071575882f7'}, {'type': 'WEB', 'url': 'h... | {'cwe_ids': ['CWE-400', 'CWE-770'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T17:06:37Z', 'nvd_published_at': None} |
1.4.0 | GHSA-c4rv-2j6x-pq7x | 2023-09-29T22:06:22Z | 2023-09-29T15:30:27Z | null | ['CVE-2023-5289'] | Rdiffweb Allocation of Resources Without Limits or Throttling vulnerability | Allocation of Resources Without Limits or Throttling in GitHub repository ikus060/rdiffweb prior to 2.8.4. | [{'type': 'CVSS_V3', 'score': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'rdiffweb'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.8.4'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-5289'}, {'type': 'WEB', 'url': 'https://github.com/ikus060/rdiffweb/commit/06f89b43469aae70e8833e55192721523f86c5a2'}, {'type': 'PACKAGE', 'url': 'https://github.com/ikus060/rdiffweb'}, {'type': 'WEB', 'url': 'https://huntr.dev/bounties/8d0e0804-d3... | {'cwe_ids': ['CWE-770'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-29T22:06:22Z', 'nvd_published_at': None} |
1.4.0 | GHSA-cpvx-2365-466c | 2023-09-08T12:18:38Z | 2023-09-06T15:30:26Z | null | ['CVE-2023-39264'] | Apache Superset may expose internal traces on REST API endpoints | By default, stack traces for errors were enabled, which resulted in the exposure of internal traces on REST API endpoints to users. This vulnerability exists in Apache Superset versions up to and including 2.1.0. | [{'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': 'PyPI', 'name': 'apache-superset'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '2.1.0'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-39264'}, {'type': 'PACKAGE', 'url': 'https://github.com/apache/superset'}, {'type': 'WEB', 'url': 'https://lists.apache.org/thread/y65t1of7hb445n86o1vdzjct7rfwlx75'}] | {'cwe_ids': ['CWE-209'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-08T12:18:38Z', 'nvd_published_at': None} |
1.4.0 | GHSA-v8gg-4mq2-88q4 | 2023-09-13T16:31:31Z | 2023-09-13T16:31:31Z | null | ['CVE-2023-36472'] | Strapi may leak sensitive user information, user reset password, tokens via content-manager views | ### Summary
I can get access to user reset password tokens if I have the configure view permissions

 and pydash.collections.invoke_map() accept dotted paths (Deep Path Strings) to target a nested Python object, relative to the original source object. These paths can be used to target internal class attr... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'pydash'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '6.0.0'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-26145'}, {'type': 'WEB', 'url': 'https://github.com/dgilland/pydash/commit/6ff0831ad285fff937cafd2a853f20cc9ae92021'}, {'type': 'WEB', 'url': 'https://gist.github.com/CalumHutton/45d33e9ea55bf4953b3b31c84703dfca'}, {'type': 'PACKAGE', 'url': 'https... | {'cwe_ids': [], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-28T16:42:16Z', 'nvd_published_at': None} |
1.4.0 | GHSA-jcwr-x25h-x5fh | 2023-09-26T19:38:53Z | 2023-09-25T21:30:26Z | null | ['CVE-2022-4245'] | codehaus-plexus vulnerable to XML injection | A flaw was found in codehaus-plexus. The `org.codehaus.plexus.util.xml.XmlWriterUtil#writeComment` fails to sanitize comments for a `-->` sequence. This issue means that text contained in the command string could be interpreted as XML and allow for XML injection. | [{'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.codehaus.plexus:plexus-utils'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '3.0.24'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2022-4245'}, {'type': 'WEB', 'url': 'https://github.com/codehaus-plexus/plexus-utils/issues/3'}, {'type': 'WEB', 'url': 'https://github.com/codehaus-plexus/plexus-utils/commit/f933e5e78dc2637e485447ed821fe14904f110de'}, {'type': 'WEB', 'url': 'https://a... | {'cwe_ids': ['CWE-91'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-26T19:38:53Z', 'nvd_published_at': None} |
1.4.0 | GHSA-fm4q-j8g4-c9j4 | 2023-09-12T16:14:20Z | 2023-09-06T15:30:27Z | null | ['CVE-2023-39265'] | Apache Superset Improper Input Validation vulnerability | Apache Superset would allow for SQLite database connections to be incorrectly registered when an attacker uses alternative driver names like sqlite+pysqlite or by using database imports. This could allow for unexpected file creation on Superset webservers. Additionally, if Apache Superset is using a SQLite database for... | [{'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': 'PyPI', 'name': 'apache-superset'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '2.1.0'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-39265'}, {'type': 'PACKAGE', 'url': 'https://github.com/apache/superset'}, {'type': 'WEB', 'url': 'https://lists.apache.org/thread/pwdzsdmv4g5g1n2h9m7ortfnxmhr7nfy'}] | {'cwe_ids': ['CWE-20'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-08T12:19:17Z', 'nvd_published_at': None} |
1.4.0 | GHSA-m5m2-h6h9-p2c8 | 2023-09-04T16:36:40Z | 2023-09-04T16:36:40Z | null | ['CVE-2023-41046'] | Velocity execution without script right through VelocityCode and VelocityWiki property | ### Impact
It is possible in XWiki to execute Velocity code without having script right by creating an XClass with a property of type "TextArea" and content type "VelocityCode" or "VelocityWiki". For the former, the syntax of the document needs to be set the `xwiki/1.0` (this syntax doesn't need to be installed). In bo... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L'}] | [{'package': {'ecosystem': 'Maven', 'name': 'org.xwiki.platform:xwiki-platform-oldcore'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '7.2'}, {'fixed': '14.10.10'}]}]}, {'package': {'ecosystem': 'Maven', 'name': 'org.xwiki.platform:xwiki-platform-oldcore'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'i... | [{'type': 'WEB', 'url': 'https://github.com/xwiki/xwiki-platform/security/advisories/GHSA-m5m2-h6h9-p2c8'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-41046'}, {'type': 'WEB', 'url': 'https://github.com/xwiki/xwiki-platform/commit/edc52579eeaab1b4514785c134044671a1ecd839'}, {'type': 'PACKAGE... | {'cwe_ids': ['CWE-862'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-04T16:36:40Z', 'nvd_published_at': None} |
1.4.0 | GHSA-24m5-r6hv-ccgp | 2023-09-27T00:33:04Z | 2023-09-27T00:33:04Z | null | ['CVE-2023-41332'] | Specific Cilium configurations vulnerable to DoS via Kubernetes annotations | ### Impact
In Cilium clusters where Cilium's Layer 7 proxy has been disabled, creating workloads with
- `policy.cilium.io/proxy-visibility` annotations (in Cilium >= v1.13)
- `io.cilium.proxy-visibility` annotations (in Cilium <= v1.12)
causes the Cilium agent to segfault on the node to which the workload is assigne... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L'}] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/cilium/cilium'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.14.0'}, {'fixed': '1.14.2'}]}]}, {'package': {'ecosystem': 'Go', 'name': 'github.com/cilium/cilium'}, 'ecosystem_specific': {'affected_f... | [{'type': 'WEB', 'url': 'https://github.com/cilium/cilium/security/advisories/GHSA-24m5-r6hv-ccgp'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-41332'}, {'type': 'WEB', 'url': 'https://github.com/cilium/cilium/pull/27597'}, {'type': 'PACKAGE', 'url': 'https://github.com/cilium/cilium'}] | {'cwe_ids': ['CWE-755'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-09-27T00:33:04Z', 'nvd_published_at': None} |
1.4.0 | GHSA-hmr7-m48g-48f6 | 2023-09-29T20:12:09Z | 2023-09-14T16:17:27Z | null | ['CVE-2023-40167'] | Jetty accepts "+" prefixed value in Content-Length | ### Impact
Jetty accepts the '+' character proceeding the content-length value in a HTTP/1 header field. This is more permissive than allowed by the RFC and other servers routinely reject such requests with 400 responses. There is no known exploit scenario, but it is conceivable that request smuggling could result i... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}] | [{'package': {'ecosystem': 'Maven', 'name': 'org.eclipse.jetty:jetty-http'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '9.0.0'}, {'fixed': '9.4.52'}]}], 'database_specific': {'last_known_affected_version_range': '<= 9.4.51'}}, {'package': {'ecosystem'... | [{'type': 'WEB', 'url': 'https://github.com/eclipse/jetty.project/security/advisories/GHSA-hmr7-m48g-48f6'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-40167'}, {'type': 'PACKAGE', 'url': 'https://github.com/eclipse/jetty.project'}, {'type': 'WEB', 'url': 'https://www.debian.org/security/202... | {'cwe_ids': ['CWE-130'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-14T16:17:27Z', 'nvd_published_at': None} |
1.4.0 | GHSA-hq58-p9mv-338c | 2023-09-29T20:38:40Z | 2023-09-29T20:38:40Z | null | [] | CometBFT's default for `BlockParams.MaxBytes` consensus parameter may increase block times and affect consensus participation | ## Amulet Security Advisory for CometBFT: ASA-2023-002
**Component**: CometBFT
**Criticality:** Low
**Affected versions:** All
**Affected users:** Validators, Chain Builders + Maintainers
# Summary
A default configuration in CometBFT has been found to be large for common use cases, and may affect block times and con... | [] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/cometbft/cometbft'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '0.38.0'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/cometbft/cometbft/security/advisories/GHSA-hq58-p9mv-338c'}, {'type': 'WEB', 'url': 'https://github.com/cometbft/cometbft/pull/1405'}, {'type': 'WEB', 'url': 'https://docs.cometbft.com/v0.34/spec/abci/apps#blockparamsmaxbytes'}, {'type': 'WEB', 'url': 'https://docs.cometbft.c... | {'cwe_ids': [], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-09-29T20:38:40Z', 'nvd_published_at': None} |
1.4.0 | GHSA-725m-w832-q973 | 2023-09-29T18:33:22Z | 2023-09-21T06:30:25Z | null | ['CVE-2015-8371'] | Composer allows cache poisoning from other projects built on the same host | Composer before 2016-02-10 allows cache poisoning from other projects built on the same host. This results in attacker-controlled code entering a server-side build process. The issue occurs because of the way that dist packages are cached. The cache key is derived from the package name, the dist type, and certain other... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}] | [{'package': {'ecosystem': 'Packagist', 'name': 'composer/composer'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.0.0'}]}], 'database_specific': {'last_known_affected_version_range': '<= 1.0.0-alpha11'}}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2015-8371'}, {'type': 'WEB', 'url': 'https://flyingmana.de/blog_en/2016/02/14/composer_cache_injection_vulnerability_cve_2015_8371.html'}, {'type': 'WEB', 'url': 'https://github.com/FriendsOfPHP/security-advisories/blob/e26be423c5bcfdb38478d2f92d1f928c1... | {'cwe_ids': ['CWE-345'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T17:20:59Z', 'nvd_published_at': None} |
1.4.0 | GHSA-xc27-f9q3-4448 | 2023-09-04T17:02:36Z | 2023-09-04T17:02:36Z | null | ['CVE-2023-41057'] | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in hyper-bump-it | ### Summary
`hyper-bump-it` reads a file glob pattern from the configuration file. That is combined with the project root directory to construct a full glob pattern that is used to find files that should be edited. These matched files should be contained within the project root directory, but that is not checked. This ... | [{'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': 'hyper-bump-it'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.5.1'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/plannigan/hyper-bump-it/security/advisories/GHSA-xc27-f9q3-4448'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-41057'}, {'type': 'WEB', 'url': 'https://github.com/plannigan/hyper-bump-it/pull/307'}, {'type': 'PACKAGE', 'url': 'https://github.com/pla... | {'cwe_ids': ['CWE-22'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-04T17:02:36Z', 'nvd_published_at': None} |
1.4.0 | GHSA-m284-85mf-cgrc | 2023-09-13T16:31:43Z | 2023-09-13T16:31:43Z | null | ['CVE-2023-37263'] | Strapi's field level permissions not being respected in relationship title | ### Summary
Field level permissions not being respected in relationship title.
If I have a relationship title and the relationship shows a field I don't have permission to see I will still be visible.
### Details
No RBAC checks on on the relationship the relation endpoint returns
### PoC
#### Setup
Create a fresh st... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N'}] | [{'package': {'ecosystem': 'npm', 'name': '@strapi/plugin-content-manager'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '4.12.1'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/strapi/strapi/security/advisories/GHSA-m284-85mf-cgrc'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-37263'}, {'type': 'PACKAGE', 'url': 'https://github.com/strapi/strapi'}, {'type': 'WEB', 'url': 'https://github.com/strapi/strapi/releases/tag/v4.12... | {'cwe_ids': ['CWE-200'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-13T16:31:43Z', 'nvd_published_at': None} |
1.4.0 | GHSA-fcv6-fg5r-jm9q | 2023-09-04T22:40:41Z | 2023-09-04T22:40:41Z | null | ['CVE-2023-41058'] | Trigger `beforeFind` not invoked in internal query pipeline when fetching pointer | ### Impact
A Parse Pointer can be used to access internal Parse Server classes. It can also be used to circumvent the `beforeFind` query trigger which can be an additional vulnerability for deployments where the `beforeFind` trigger is used as a security layer to modify an incoming query.
### Patches
The vulnerabili... | [{'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': 'parse-server'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.0.0'}, {'fixed': '5.5.5'}]}]}, {'package': {'ecosystem': 'npm', 'name': 'parse-server'}, 'ecosystem_specific': {'affected_functions': ['']}, 'range... | [{'type': 'WEB', 'url': 'https://github.com/parse-community/parse-server/security/advisories/GHSA-fcv6-fg5r-jm9q'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-41058'}, {'type': 'WEB', 'url': 'https://github.com/parse-community/parse-server/commit/be4c7e23c63a2fb690685665cebed0de26be05c5'}, {... | {'cwe_ids': ['CWE-670'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-04T22:40:41Z', 'nvd_published_at': None} |
1.4.0 | GHSA-7vff-rv2f-cj79 | 2023-09-29T20:38:50Z | 2023-09-28T15:30:17Z | null | ['CVE-2023-43884'] | Subrion CMS Cross-site Scripting vulnerability | A Cross-site scripting (XSS) vulnerability in Reference ID from the panel Transactions, of Subrion v4.2.1 allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into 'Reference ID' parameter. | [{'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': 'intelliants/subrion'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '4.2.1'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-43884'}, {'type': 'WEB', 'url': 'https://github.com/dpuenteramirez/XSS-ReferenceID-Subrion_4.2.1'}, {'type': 'PACKAGE', 'url': 'https://github.com/intelliants/subrion'}] | {'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-29T20:38:50Z', 'nvd_published_at': None} |
1.4.0 | GHSA-3q5p-3558-364f | 2023-09-11T14:39:57Z | 2023-09-08T13:27:21Z | null | ['CVE-2023-41338'] | Fiber unauthorized access vulnerability in `ctx.IsFromLocal()` | ### Impact
This vulnerability can be categorized as a security misconfiguration. It impacts users of our project who rely on the [ctx.IsFromLocal()](https://docs.gofiber.io/api/ctx#isfromlocal) method to restrict access to localhost requests. If exploited, it could allow unauthorized access to resources intended only f... | [{'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': 'Go', 'name': 'github.com/gofiber/fiber'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.14.6'}]}]}, {'package': {'ecosystem': 'Go', 'name': 'github.com/gofiber/fiber/v2'}, 'ecosystem_specific': {'affe... | [{'type': 'WEB', 'url': 'https://github.com/gofiber/fiber/security/advisories/GHSA-3q5p-3558-364f'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-41338'}, {'type': 'WEB', 'url': 'https://github.com/gofiber/fiber/commit/b8c9ede6efa231116c4bd8bb9d5e03eac1cb76dc'}, {'type': 'WEB', 'url': 'https:/... | {'cwe_ids': ['CWE-670'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-08T13:27:21Z', 'nvd_published_at': None} |
1.4.0 | GHSA-5q66-v53q-pm35 | 2023-09-12T21:10:37Z | 2023-09-12T21:10:37Z | null | ['CVE-2023-4918'] | Keycloak vulnerable to Plaintext Storage of User Password | A flaw was discovered in Keycloak Core package. When a user registers itself through registration flow, the "password" and "password-confirm" field from the form will occur as regular attributes in the users attributes. The password is also created, but the user attributes must not be there. This way, any entities (al... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}] | [{'package': {'ecosystem': 'Maven', 'name': 'org.keycloak:keycloak-core'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '22.0.2'}, {'fixed': '22.0.3'}]}], 'versions': ['22.0.2']}] | [{'type': 'WEB', 'url': 'https://github.com/keycloak/keycloak/security/advisories/GHSA-5q66-v53q-pm35'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-4918'}, {'type': 'WEB', 'url': 'https://access.redhat.com/security/cve/CVE-2023-4918'}, {'type': 'WEB', 'url': 'https://bugzilla.redhat.com/show... | {'cwe_ids': ['CWE-256', 'CWE-319'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-12T21:10:37Z', 'nvd_published_at': None} |
1.4.0 | GHSA-3p86-9955-h393 | 2023-09-18T19:17:54Z | 2023-09-18T15:30:18Z | null | ['CVE-2023-4759'] | Arbitrary File Overwrite in Eclipse JGit | Arbitrary File Overwrite in Eclipse JGit <= 6.6.0
In Eclipse JGit, all versions <= 6.6.0.202305301015-r, a symbolic link present in a specially crafted git repository can be used to write a file to locations outside the working tree when this repository is cloned with JGit to a case-insensitive filesystem, or when a c... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}] | [{'package': {'ecosystem': 'Maven', 'name': 'org.eclipse.jgit:org.eclipse.jgit'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '6.6.1.202309021850-r'}]}], 'database_specific': {'last_known_affected_version_range': '<= 6.6.0.202305301015-r... | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-4759'}, {'type': 'PACKAGE', 'url': 'https://git.eclipse.org/c/jgit/jgit.git'}, {'type': 'WEB', 'url': 'https://git.eclipse.org/c/jgit/jgit.git/commit/?id=9072103f3b3cf64dd12ad2949836ab98f62dabf1'}, {'type': 'WEB', 'url': 'https://gitlab.eclipse.org... | {'cwe_ids': ['CWE-178'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-18T19:17:54Z', 'nvd_published_at': None} |
1.4.0 | GHSA-h626-pv66-hhm7 | 2023-09-08T19:43:48Z | 2023-09-08T18:30:29Z | null | ['CVE-2023-4782'] | Terraform allows arbitrary file write during the `init` operation | Terraform version 1.0.8 through 1.5.6 allows arbitrary file write during the `init` operation if run on maliciously crafted Terraform configuration. This vulnerability is fixed in Terraform 1.5.7. | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:H/A:N'}] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/hashicorp/terraform'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.0.8'}, {'fixed': '1.5.7'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-4782'}, {'type': 'WEB', 'url': 'https://github.com/hashicorp/terraform/pull/33745'}, {'type': 'WEB', 'url': 'https://github.com/hashicorp/terraform/commit/0f2314fb62193c4be94328cc026fcb7ec1e9b893'}, {'type': 'WEB', 'url': 'https://discuss.hashicorp... | {'cwe_ids': ['CWE-22'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-08T19:43:48Z', 'nvd_published_at': None} |
1.4.0 | GHSA-262f-77q5-rqv6 | 2023-09-21T21:37:54Z | 2023-09-20T18:30:21Z | null | ['CVE-2023-43499'] | Jenkins Build Failure Analyzer Plugin Cross-site Scripting vulnerability | Jenkins Build Failure Analyzer Plugin 2.4.1 and earlier does not escape Failure Cause names in build logs.
This results in a stored cross-site scripting (XSS) vulnerability exploitable by attackers able to create or update Failure Causes.
Build Failure Analyzer Plugin 2.4.2 escapes Failure Cause names in build logs. | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H'}] | [{'package': {'ecosystem': 'Maven', 'name': 'com.sonyericsson.jenkins.plugins.bfa:build-failure-analyzer'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.4.2'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-43499'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-09-20/#SECURITY-3244'}, {'type': 'WEB', 'url': 'http://www.openwall.com/lists/oss-security/2023/09/20/5'}] | {'cwe_ids': ['CWE-79'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-09-21T21:37:54Z', 'nvd_published_at': None} |
1.4.0 | GHSA-6rx9-c2rh-3qv4 | 2023-09-25T18:34:33Z | 2023-09-24T03:30:20Z | null | ['CVE-2023-1636'] | OpenStack Barbican information disclosure vulnerability | A vulnerability was found in OpenStack Barbican containers. This vulnerability is only applicable to deployments that utilize an all-in-one configuration. Barbican containers share the same CGROUP, USER, and NET namespace with the host system and other OpenStack services. If any service is compromised, it could gain ac... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'barbican'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '16.0.0'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-1636'}, {'type': 'WEB', 'url': 'https://access.redhat.com/security/cve/CVE-2023-1636'}, {'type': 'WEB', 'url': 'https://bugzilla.redhat.com/show_bug.cgi?id=2181765'}, {'type': 'PACKAGE', 'url': 'https://github.com/openstack/barbican'}] | {'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-09-25T18:34:33Z', 'nvd_published_at': None} |
1.4.0 | GHSA-7565-cq32-vx2x | 2023-09-27T15:42:37Z | 2023-09-26T19:20:38Z | null | ['CVE-2023-42453'] | matrix-synapse vulnerable to improper validation of receipts allows forged read receipts | ### Impact
Users were able to forge read receipts for any event (if they knew the room ID and event ID). Note that the users were not able to view the events, but simply mark it as read. This could be confusing as clients will show the event as read by the user, even if they are not in the room.
### Patches
https://gi... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'matrix-synapse'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0.34.0'}, {'fixed': '1.93.0'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/matrix-org/synapse/security/advisories/GHSA-7565-cq32-vx2x'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-42453'}, {'type': 'WEB', 'url': 'https://github.com/matrix-org/synapse/pull/16327'}, {'type': 'WEB', 'url': 'https://github.com/matrix-org/syna... | {'cwe_ids': ['CWE-285'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-09-26T19:20:38Z', 'nvd_published_at': None} |
1.4.0 | GHSA-xrqq-wqh4-5hg2 | 2023-03-23T12:50:28Z | 2023-03-20T20:44:30Z | 2023-03-23T12:50:28Z | ['CVE-2023-28426'] | svg-sanitizer has Cross-site Scripting Bypass | ### Update
In [#88](https://github.com/darylldoyle/svg-sanitizer/issues/88) we have determined that the bypass this security advisory was created for, was a false positive and as such we have requested that the CVE be rejected.
___
A bypass has been found that allows an attacker to upload an SVG with persistent XSS.
... | [{'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': 'enshrined/svg-sanitize'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.16.0'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/darylldoyle/svg-sanitizer/security/advisories/GHSA-xrqq-wqh4-5hg2'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-28426'}, {'type': 'WEB', 'url': 'https://github.com/darylldoyle/svg-sanitizer/issues/88'}, {'type': 'WEB', 'url': 'https://github.com/da... | {'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-03-20T20:44:30Z', 'nvd_published_at': '2023-03-20T14:15:00Z'} |
1.4.0 | GHSA-hxgx-584x-vwm8 | 2023-04-10T16:42:16Z | 2023-03-31T21:30:40Z | null | ['CVE-2023-27159'] | Appwrite Server-Side Request Forgery vulnerability | Appwrite up to v1.2.1 was discovered to contain a Server-Side Request Forgery (SSRF) via the component `/v1/avatars/favicon`. This vulnerability allows attackers to access network resources and sensitive information via a crafted GET request. | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}] | [{'package': {'ecosystem': 'Packagist', 'name': 'appwrite/server-ce'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.2.1'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-27159'}, {'type': 'WEB', 'url': 'https://gist.github.com/b33t1e/43b26c31e895baf7e7aea2dbf9743a9a'}, {'type': 'WEB', 'url': 'https://gist.github.com/b33t1e/e9e8192317c111e7897e04d2f9bf5fdb'}, {'type': 'PACKAGE', 'url': 'https://github.com/appwrite/a... | {'cwe_ids': ['CWE-918'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-04-10T16:42:16Z', 'nvd_published_at': '2023-03-31T19:15:00Z'} |
1.4.0 | GHSA-558h-mq8x-7q9g | 2023-03-27T22:00:49Z | 2023-03-24T21:57:25Z | null | ['CVE-2023-25665'] | TensorFlow has Null Pointer Error in SparseSparseMaximum | ### Impact
When `SparseSparseMaximum` is given invalid sparse tensors as inputs, it can give an NPE.
```python
import tensorflow as tf
tf.raw_ops.SparseSparseMaximum(
a_indices=[[1]],
a_values =[ 0.1 ],
a_shape = [2],
b_indices=[[]],
b_values =[2 ],
b_shape = [2],
)
```
### Patches
We have patched the issue in... | [{'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': 'PyPI', 'name': 'tensorflow'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.11.1'}]}]}, {'package': {'ecosystem': 'PyPI', 'name': 'tensorflow-cpu'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.11.1'}]}]}, {'package': {'ecosyst... | [{'type': 'WEB', 'url': 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-558h-mq8x-7q9g'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-25665'}, {'type': 'WEB', 'url': 'https://github.com/tensorflow/tensorflow/commit/5e0ecfb42f5f65629fd7a4edd6c4afe7ff0feb04'}, {'type': 'PACKA... | {'cwe_ids': ['CWE-476'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-03-24T21:57:25Z', 'nvd_published_at': '2023-03-25T00:15:00Z'} |
1.4.0 | GHSA-2563-fp9c-mgm8 | 2023-03-07T20:59:15Z | 2023-03-06T21:30:18Z | null | ['CVE-2021-36394'] | Moodle Session Fixation vulnerability | In Moodle, a remote code execution risk was identified in the Shibboleth authentication plugin. | [] | [{'package': {'ecosystem': 'Packagist', 'name': 'moodle/moodle'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '3.11.0-beta'}, {'fixed': '3.11.1'}]}]}, {'package': {'ecosystem': 'Packagist', 'name': 'moodle/moodle'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '3.10.0-beta'}, {'fixed': '3.1... | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2021-36394'}, {'type': 'PACKAGE', 'url': 'https://github.com/moodle/moodle'}, {'type': 'WEB', 'url': 'https://moodle.org/mod/forum/discuss.php?d=424799'}] | {'cwe_ids': ['CWE-384'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-03-07T20:59:15Z', 'nvd_published_at': '2023-03-06T21:15:00Z'} |
1.4.0 | GHSA-xg73-94fp-g449 | 2023-03-28T18:01:21Z | 2023-03-24T22:01:09Z | null | ['CVE-2023-1177'] | mlflow is vulnerable to remote file access in `mlflow server` and `mlflow ui` CLIs | ### Impact
Users of the MLflow Open Source Project who are hosting the MLflow Model Registry using the `mlflow server` or `mlflow ui` commands using an MLflow version older than MLflow 2.2.1 may be vulnerable to a remote file access exploit if they are not limiting who can query their server (for example, by using a c... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'mlflow'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.2.1'}]}], 'database_specific': {'last_known_affected_version_range': '<= 2.2.0'}}] | [{'type': 'WEB', 'url': 'https://github.com/mlflow/mlflow/security/advisories/GHSA-xg73-94fp-g449'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-1177'}, {'type': 'WEB', 'url': 'https://github.com/mlflow/mlflow/commit/7162a50c654792c21f3e4a160eb1a0e6a34f6e6e'}, {'type': 'PACKAGE', 'url': 'http... | {'cwe_ids': ['CWE-29'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-03-24T22:01:09Z', 'nvd_published_at': '2023-03-24T15:15:00Z'} |
1.4.0 | GHSA-6q4m-7476-932w | 2023-09-01T17:42:57Z | 2023-03-13T20:43:33Z | null | ['CVE-2023-27581'] | github-slug-action vulnerable to arbitrary code execution | ### Impact
This action uses the `github.head_ref` parameter in an insecure way.
This vulnerability can be triggered by any user on GitHub on any workflow using the action on pull requests. They just need to create a pull request with a branch name, which can contain the attack payload. (Note that first-time PR reque... | [{'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': 'GitHub Actions', 'name': 'rlespinasse/github-slug-action'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '4.0.0'}, {'fixed': '4.4.1'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/rlespinasse/github-slug-action/security/advisories/GHSA-6q4m-7476-932w'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-27581'}, {'type': 'WEB', 'url': 'https://github.com/rlespinasse/github-slug-action/commit/102b1a064a9b145e56556e22b18b19c624538d94'... | {'cwe_ids': ['CWE-77'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-03-13T20:43:33Z', 'nvd_published_at': '2023-03-13T21:15:00Z'} |
1.4.0 | GHSA-rwrx-x2hw-9h5w | 2023-03-20T17:28:36Z | 2023-03-20T15:30:20Z | null | ['CVE-2023-26513'] | Apache Sling Resource Merger has Excessive Iteration vulnerability | Excessive Iteration vulnerability in Apache Software Foundation Apache Sling Resource Merger. This issue affects Apache Sling Resource Merger: from 1.2.0 before 1.4.2. | [{'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.apache.sling:org.apache.sling.resourcemerger'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.2.0'}, {'fixed': '1.4.2'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-26513'}, {'type': 'WEB', 'url': 'https://issues.apache.org/jira/browse/SLING-11776'}, {'type': 'WEB', 'url': 'https://lists.apache.org/thread/xpcpo1y88ldss5hgmvogsf6h3735l5zb'}] | {'cwe_ids': ['CWE-834'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-03-20T17:28:36Z', 'nvd_published_at': '2023-03-20T13:15:00Z'} |
1.4.0 | GHSA-347f-rxg8-qgrv | 2023-03-14T19:34:02Z | 2023-03-08T12:30:16Z | null | ['CVE-2023-1269'] | Easy!Appointments uses hard-coded credentials | Use of Hard-coded Credentials in GitHub repository alextselegidis/easyappointments 1.4.3 and prior. A patch is available and anticipated to be part of version 1.5.0. | [{'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': 'alextselegidis/easyappointments'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '1.4.3'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-1269'}, {'type': 'WEB', 'url': 'https://github.com/alextselegidis/easyappointments/commit/2731d2f17c5140c562426b857e9f5d63da5c4593'}, {'type': 'PACKAGE', 'url': 'https://github.com/alextselegidis/easyappointments'}, {'type': 'WEB', 'url': 'https://... | {'cwe_ids': ['CWE-798'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-03-08T17:24:11Z', 'nvd_published_at': '2023-03-08T11:15:00Z'} |
1.4.0 | GHSA-j664-qhh4-hpf8 | 2023-05-19T15:55:11Z | 2023-03-10T21:30:19Z | null | ['CVE-2023-27898'] | Cross-site Scripting vulnerability in Jenkins | Jenkins 2.270 through 2.393 (both inclusive), LTS 2.277.1 through 2.375.3 (both inclusive) does not escape the Jenkins version a plugin depends on when rendering the error message stating its incompatibility with the current version of Jenkins, resulting in a stored cross-site scripting (XSS) vulnerability exploitable ... | [{'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.main:jenkins-core'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.376'}, {'fixed': '2.394'}]}]}, {'package': {'ecosystem': 'Maven', 'name': 'org.jenkins-ci.main:jenkins-core'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {... | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-27898'}, {'type': 'WEB', 'url': 'https://www.jenkins.io/security/advisory/2023-03-08/#SECURITY-3037'}] | {'cwe_ids': ['CWE-79'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-03-17T14:45:14Z', 'nvd_published_at': '2023-03-10T21:15:00Z'} |
1.4.0 | GHSA-xxmq-4vph-956w | 2023-03-28T14:44:04Z | 2023-03-28T14:44:04Z | null | [] | Comrak vulnerable to production of excessive output when parsing Markdown (GHSL-2023-048) | ### Impact
comrak is vulnerable to the upstream cmark issue, ["Issue revealed by fuzzer"](https://github.com/commonmark/cmark/issues/354). A large number of references in a markdown document can trigger an overly large response.
### Patches
0.17.0 contains https://github.com/kivikakk/comrak/commit/70f97f3ea4eae30ffb... | [{'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': 'crates.io', 'name': 'comrak'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.17.0'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/kivikakk/comrak/security/advisories/GHSA-xxmq-4vph-956w'}, {'type': 'WEB', 'url': 'https://github.com/commonmark/cmark/issues/354'}, {'type': 'WEB', 'url': 'https://github.com/kivikakk/comrak/commit/70f97f3ea4eae30ffbd1b94c764a3de2f1c41d2a'}, {'type': 'PACKAGE', 'url': 'https... | {'cwe_ids': [], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-03-28T14:44:04Z', 'nvd_published_at': None} |
1.4.0 | GHSA-xm67-587q-r2vw | 2023-03-09T00:09:03Z | 2023-03-09T00:09:03Z | null | ['CVE-2023-27477'] | wasmtime vulnerable to miscompilation of `i8x16.select` with the same inputs on x86_64 | ### Impact
Wasmtime's code generation backend, Cranelift, has a bug on x86_64 platforms for the WebAssembly `i8x16.select` instruction which will produce the wrong results when the same operand is provided to the instruction and some of the selected indices are greater than 16. There is an off-by-one error in the cal... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N'}] | [{'package': {'ecosystem': 'crates.io', 'name': 'wasmtime'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '1.0.0'}, {'fixed': '4.0.1'}]}]}, {'package': {'ecosystem': 'crates.io', 'name': 'wasmtime'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '5.0.0'}, {'fixed': '5.0.1'}]}]}, {'package': {... | [{'type': 'WEB', 'url': 'https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-xm67-587q-r2vw'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-27477'}, {'type': 'WEB', 'url': 'https://github.com/bytecodealliance/wasmtime/commit/5dc2bbccbb363e474d2c9a1b8e38a89a43bbd5d1'}, {'type'... | {'cwe_ids': ['CWE-193'], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-03-09T00:09:03Z', 'nvd_published_at': '2023-03-08T21:15:00Z'} |
1.4.0 | GHSA-q6g2-g7f3-rr83 | 2023-03-30T01:01:25Z | 2023-03-22T06:30:21Z | null | ['CVE-2023-1436'] | Jettison vulnerable to infinite recursion | An infinite recursion is triggered in Jettison when constructing a JSONArray from a Collection that contains a self-reference in one of its elements. This leads to a StackOverflowError exception being thrown. | [{'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.codehaus.jettison:jettison'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.5.4'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-1436'}, {'type': 'WEB', 'url': 'https://github.com/jettison-json/jettison/issues/60'}, {'type': 'WEB', 'url': 'https://github.com/jettison-json/jettison/pull/62'}, {'type': 'PACKAGE', 'url': 'https://github.com/jettison-json/jettison'}, {'type': 'W... | {'cwe_ids': ['CWE-674'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-03-22T21:23:09Z', 'nvd_published_at': '2023-03-22T06:15:00Z'} |
1.4.0 | GHSA-93vr-9q9m-pj8p | 2023-03-27T21:26:44Z | 2023-03-24T21:58:53Z | null | ['CVE-2023-25659'] | TensorFlow vulnerable to Out-of-Bounds Read in DynamicStitch | ### Impact
If the parameter `indices` for `DynamicStitch` does not match the shape of the parameter `data`, it can trigger an stack OOB read.
```python
import tensorflow as tf
func = tf.raw_ops.DynamicStitch
para={'indices': [[0xdeadbeef], [405], [519], [758], [1015]], 'data': [[110.27793884277344], [120.2947540283203... | [{'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': 'PyPI', 'name': 'tensorflow'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.11.1'}]}]}, {'package': {'ecosystem': 'PyPI', 'name': 'tensorflow-cpu'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.11.1'}]}]}, {'package': {'ecosyst... | [{'type': 'WEB', 'url': 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-93vr-9q9m-pj8p'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-25659'}, {'type': 'WEB', 'url': 'https://github.com/tensorflow/tensorflow/commit/ee004b18b976eeb5a758020af8880236cd707d05'}, {'type': 'PACKA... | {'cwe_ids': ['CWE-125'], 'severity': 'HIGH', 'github_reviewed': True, 'github_reviewed_at': '2023-03-24T21:58:53Z', 'nvd_published_at': '2023-03-25T00:15:00Z'} |
1.4.0 | GHSA-c6qg-cjj8-47qp | 2023-08-18T21:04:07Z | 2023-03-15T21:36:02Z | null | ['CVE-2023-27539'] | Possible Denial of Service Vulnerability in Rack's header parsing | There is a denial of service vulnerability in the header parsing component of Rack. This vulnerability has been assigned the CVE identifier CVE-2023-27539.
Versions Affected: >= 2.0.0 Not affected: None. Fixed Versions: 2.2.6.4, 3.0.6.1
# Impact
Carefully crafted input can cause header parsing in Rack to take an unex... | [] | [{'package': {'ecosystem': 'RubyGems', 'name': 'rack'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '2.0.0'}, {'fixed': '2.2.6.4'}]}]}, {'package': {'ecosystem': 'RubyGems', 'name': 'rack'}, 'ecosystem_specific': {'affected_functions': ['']}, 'ranges': ... | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-27539'}, {'type': 'WEB', 'url': 'https://github.com/rack/rack/commit/231ef369ad0b542575fb36c74fcfcfabcf6c530c'}, {'type': 'WEB', 'url': 'https://github.com/rack/rack/commit/ee7919ea04303717858be1c3f16b406adc6d8cff'}, {'type': 'WEB', 'url': 'https:/... | {'cwe_ids': [], 'severity': 'LOW', 'github_reviewed': True, 'github_reviewed_at': '2023-03-15T21:36:02Z', 'nvd_published_at': None} |
1.4.0 | GHSA-9c6g-qpgj-rvxw | 2023-03-23T18:39:48Z | 2023-03-17T14:43:03Z | null | ['CVE-2023-27494'] | Streamlit publishes previously-patched Cross-site Scripting vulnerability | **Synopsis:** Streamlit open source publicizes a prior security fix implemented in 2021. The vulnerability affected Streamlit versions between 0.63.0 and 0.80.0 (inclusive) and was patched on April 21, 2021. If you are using Streamlit with version before 0.63.0 or after 0.80.0, no action is required.
# 1. Impacted P... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:L/A:N'}] | [{'package': {'ecosystem': 'PyPI', 'name': 'streamlit'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0.63.0'}, {'fixed': '0.81.0'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/streamlit/streamlit/security/advisories/GHSA-9c6g-qpgj-rvxw'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-27494'}, {'type': 'WEB', 'url': 'https://github.com/streamlit/streamlit/commit/afcf880c60e5d7538936cc2d9721b9e1bc02b075'}, {'type': 'PACKAGE',... | {'cwe_ids': ['CWE-79'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-03-17T14:43:03Z', 'nvd_published_at': '2023-03-16T21:15:00Z'} |
1.4.0 | GHSA-7pmh-8qjj-4q36 | 2023-03-14T22:51:33Z | 2023-03-08T00:30:31Z | null | ['CVE-2023-24780'] | SQL Injection in Funadmin | Funadmin v3.2.0 was discovered to contain a SQL injection vulnerability via the id parameter at /databases/table/columns. | [{'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': 'funadmin/funadmin'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'last_affected': '3.2.0'}]}]}] | [{'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-24780'}, {'type': 'WEB', 'url': 'https://github.com/funadmin/funadmin/issues/6'}] | {'cwe_ids': ['CWE-89'], 'severity': 'CRITICAL', 'github_reviewed': True, 'github_reviewed_at': '2023-03-14T22:51:33Z', 'nvd_published_at': '2023-03-08T00:15:00Z'} |
1.4.0 | GHSA-5r3x-p7xx-x6q5 | 2023-03-28T23:08:47Z | 2023-03-28T14:45:28Z | null | ['CVE-2023-28631'] | Comrak AST node data is not validated (GHSL-2023-049) | ### Impact
A Comrak AST can be constructed manually by a program instead of parsing a Markdown document with `parse_document`. This AST can then be converted to HTML via `html::format_document_with_plugins`. However, the HTML formatting code assumes that the AST is well-formed. For example, many AST notes contain `[u8]... | [{'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': 'crates.io', 'name': 'comrak'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '0.17.0'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/kivikakk/comrak/security/advisories/GHSA-5r3x-p7xx-x6q5'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-28631'}, {'type': 'WEB', 'url': 'https://github.com/kivikakk/comrak/commit/9ff5f8df0ac951f5742d22a72c39b89a15f56639'}, {'type': 'PACKAGE', 'url': ... | {'cwe_ids': ['CWE-755'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-03-28T14:45:28Z', 'nvd_published_at': '2023-03-28T21:15:00Z'} |
1.4.0 | GHSA-m875-3xf6-mf78 | 2023-04-07T22:54:15Z | 2023-03-30T22:58:38Z | null | ['CVE-2023-28846'] | unpoly-rails Denial of Service vulnerability | There is a possible Denial of Service (DoS) vulnerability in the unpoly-rails gem that implements the [Unpoly server protocol](https://unpoly.com/up.protocol) for Rails applications.
### Impact
This issues affects Rails applications that operate as an upstream of a load balancer's that uses [passive health checks](ht... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H'}] | [{'package': {'ecosystem': 'RubyGems', 'name': 'unpoly-rails'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '2.7.2.2'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/unpoly/unpoly-rails/security/advisories/GHSA-m875-3xf6-mf78'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-28846'}, {'type': 'WEB', 'url': 'https://github.com/unpoly/unpoly-rails/commit/cd9ad0007daceeb3b2354fdcab4f88350427bf16'}, {'type': 'WEB', 'ur... | {'cwe_ids': ['CWE-400'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-03-30T22:58:38Z', 'nvd_published_at': '2023-03-30T20:15:00Z'} |
1.4.0 | GHSA-g2j6-57v7-gm8c | 2023-03-30T20:20:23Z | 2023-03-30T20:20:23Z | null | ['CVE-2023-28642'] | runc AppArmor bypass with symlinked /proc | ### Impact
It was found that AppArmor, and potentially SELinux, can be bypassed when `/proc` inside the container is symlinked with a specific mount configuration.
### Patches
Fixed in runc v1.1.5, by prohibiting symlinked `/proc`: https://github.com/opencontainers/runc/pull/3785
This PR fixes CVE-2023-27561 as well.... | [{'type': 'CVSS_V3', 'score': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L'}] | [{'package': {'ecosystem': 'Go', 'name': 'github.com/opencontainers/runc'}, 'ranges': [{'type': 'ECOSYSTEM', 'events': [{'introduced': '0'}, {'fixed': '1.1.5'}]}]}] | [{'type': 'WEB', 'url': 'https://github.com/opencontainers/runc/security/advisories/GHSA-g2j6-57v7-gm8c'}, {'type': 'ADVISORY', 'url': 'https://nvd.nist.gov/vuln/detail/CVE-2023-28642'}, {'type': 'WEB', 'url': 'https://github.com/opencontainers/runc/pull/3785'}, {'type': 'PACKAGE', 'url': 'https://github.com/opencontai... | {'cwe_ids': ['CWE-281', 'CWE-59'], 'severity': 'MODERATE', 'github_reviewed': True, 'github_reviewed_at': '2023-03-30T20:20:23Z', 'nvd_published_at': '2023-03-29T19:15:00Z'} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.